[krbdev.mit.edu #6686] SVN Commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Thu Jul 1 12:56:23 EDT 2010
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.
http://src.mit.edu/fisheye/changelog/krb5/?cs=24156
Commit By: ghudson
Revision: 24156
Changed Files:
U trunk/src/slave/kpropd.c
More information about the krb5-bugs
mailing list