Error binding port to ipv6 address

D'AVELLA STEFANO Stefano.DAvella at alcatel-lucent.com
Tue Feb 10 17:03:12 CET 2009


Exactly the problem is in the udpfromto_init() call inside the
listen_bind() function. 
Inside this function the return value is set to be:
 
return setsockopt(s, proto, flag, &opt, sizeof(opt));
 
with the ipv6 address, it returns -1 (and after a couple of calls and
error logs, the program exits)
with the ipv4 address it returns the correct 0 value.
 
 
 -
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20090210/bd17076b/attachment.html>


More information about the Freeradius-Users mailing list