Fix the interfaces code to detect IPv6 interfaces, using the
authorjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 2 Oct 2007 19:27:25 +0000 (19:27 +0000)
committerjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 2 Oct 2007 19:27:25 +0000 (19:27 +0000)
commitd23fc8c5329d1ab0991b8f15489e478bd50bcf1b
tree6eba5c6d68d14c654eb88a565b3131319af91edb
parent2e790aa92817663053d7b0ae5a03166008374803
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.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25472 0c0555d6-39d7-0310-84fc-f1cc0bd64818
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