s4-ipv6: added iface_list_wildcard()
authorAndrew Tridgell <tridge@samba.org>
Thu, 12 May 2011 10:23:35 +0000 (12:23 +0200)
committerAndrew Tridgell <tridge@samba.org>
Mon, 6 Jun 2011 02:26:09 +0000 (12:26 +1000)
commit2fc11518b7573bce3cdf2f2acf7dec024f22e9c6
treea0e88502838d63b17838c29d5db1a4e152cdd4b0
parent13ac91d9a1e695aa5b4147bc13c728eb1cb562e8
s4-ipv6: added iface_list_wildcard()

this returns a list of wildcard address to listen on, when we don't
have 'bind interfaces only' set. It is a list, not a single address,
we need to listen separately for the IPv6 "::" address from the IPv4
0.0.0.0 address.

This also takes account of the loadparm "socket address" option
source4/lib/socket/interface.c
source4/lib/socket/wscript_build