Hi,
Dne 27.7.2012 13:50, Ondřej Caletka napsal(a):
Changing interface order the other way around results
in listening on v6
only with same error, yet also v4 connections are accepted, probably due
to IPV6_V6ONLY socket option not being turned on by Knot.
It looks like not setting IPV6_V6ONLY is the reason why subsequent
binding to same port using different address family fails. I made a
patch to current git development branch, which turns this socket option
on. With this patch, the Knot is able to listen on v4 and v6 using
separate sockets.
Cheers,
Ondřej Caletka