Fix bug with Samba not recognising an 6to4 IPv6 interface.
commitabe5afc580dcaaab70f136904d98fa83bfae7b6e
authorMatthieu Patou <mat@samba.org>
Fri, 14 Oct 2011 20:45:48 +0000 (14 13:45 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 14 Oct 2011 20:45:48 +0000 (14 13:45 -0700)
tree5bba96d4aed1c106ab9d05bda5a369e61ecde57e
parentacc28706b54f2c7038d0b6cee106d99f1a6797ac
Fix bug with Samba not recognising an 6to4 IPv6 interface.

"The 6to4 interface has the flags IFF_POINTTOPOINT interface but no
ifa_dstaddr as it's not at the IPv6 level a point to point interface
(at least from my understanding), as we don't have a IFF_BROADCAST
flag set (I have the impression that this flag is only set on a
interface that has also an IPv4 address) the first test is not valid
also, which result in a skipped interface."
lib/socket/interfaces.c