r25472: Fix the interfaces code to detect IPv6 interfaces, using the
authorJeremy Allison <jra@samba.org>
Tue, 2 Oct 2007 19:27:25 +0000 (19:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:06 +0000 (12:31 -0500)
commit327875182c9219aeba687e10aaea93546d9a70ea
treedd0b64a039570bb555f2f181494ae7b74a325739
parentf5b089370a4a8e23d656276d06febb041729743d
r25472: Fix the interfaces code to detect IPv6 interfaces, using the
new standard getifaddrs() and freeifaddrs() interfaces. Currently
we only return IPv4 af_families. Needs fixing for binds to IPv6
but this has to be careful work.
Jeremy.
source/configure.in
source/include/includes.h
source/include/interfaces.h
source/lib/interface.c
source/lib/interfaces.c
source/lib/replace/replace.h
source/lib/replace/system/network.h
source/lib/util.c
source/utils/net_dns.c