In kpropd, when getting a wildcard address to listen on, try IPv6
authorGreg Hudson <ghudson@mit.edu>
Thu, 1 Jul 2010 16:56:22 +0000 (16:56 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 1 Jul 2010 16:56:22 +0000 (16:56 +0000)
commit3ecdc07603dfa6acc4604abfc5c2e0274204746d
treed4f87555ed503c6b6e86f69683886e02a863346c
parentf48a0d1451b94862810f15b19b6bc81212bad225
In kpropd, when getting a wildcard address to listen on, try IPv6
explicitly (with AI_ADDRCONFIG specified where available, to avoid
IPv6 on hosts with no IPv6 interface) and then fall back to IPv4.
Only set IPV6_V6ONLY on the listener socket if the resulting address
is IPv6.

Note: we have mostly confirmed that OpenBSD does not have dual-stack
support, meaning that it would be better to open separate IPv4 and
IPv6 listener sockets, as we do in krb5kdc and kadmind.
Unfortunately, the complicated iprop retry-and-backoff logic makes
this less than straightforward.

ticket: 6686

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24156 dc483132-0cff-0310-8789-dd5450dbe970
src/slave/kpropd.c