In message <[EMAIL PROTECTED]>, [email protected] writes: > >>http://www.misiek.eu.org/ipv6/postfix-19991231-pl02-ipv6-18012000.patch.gz >>few bugs fixed (new bugs introduced ;-) >>see README.v6 for more >>btw. someone know witch ioctl allows to get local IPv6 addresses ? > > I believe SIOCGIFCONF is the only one widely available. > other ones (SIOCGIFADDR_IN6) varies by implementation to implementation
SIOCGIFCONF is no good for this on Linux. The sockaddr_in6 structure is too big to fit inside struct ifreq. p.

