<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN
class=154180016-10022009>Exactly the problem is in the udpfromto_init() call
inside the listen_bind() function. </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN
class=154180016-10022009>Inside this function the return value is set to
be:</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN
class=154180016-10022009></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN
class=154180016-10022009>return setsockopt(s, proto, flag, &opt,
sizeof(opt));</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN
class=154180016-10022009></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN
class=154180016-10022009>with the ipv6 address, it returns -1 (and after a
couple of calls and error logs, the program exits)</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN
class=154180016-10022009>with the ipv4 address it returns the correct 0
value.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><SPAN class=470341215-10022009><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=470341215-10022009></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=470341215-10022009> </SPAN>-<BR>List
info/subscribe/unsubscribe? See <A
href="http://www.freeradius.org/list/users.html"
target=_blank>http://www.freeradius.org/list/users.html</A><BR></DIV><BR></BODY></HTML>