diff options
author | hrs <hrs@FreeBSD.org> | 2015-09-13 02:09:06 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-09-13 02:09:06 +0000 |
commit | bc4a1ace904281f5732175770fe2858d1f9a26da (patch) | |
tree | 5bd40edaa12ae31b5148270fdedf05beff0ae5d7 /contrib/gcclibs/libcpp/init.c | |
parent | 8de92fe7791878815b9af01d60cb7264e217b976 (diff) | |
download | FreeBSD-src-bc4a1ace904281f5732175770fe2858d1f9a26da.zip FreeBSD-src-bc4a1ace904281f5732175770fe2858d1f9a26da.tar.gz |
MFC 287094:
- Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopback
interface but in6if_do_dad() already had a check for IFF_LOOPBACK.
- Remove in6if_do_dad() check in in6_broadcast_ifa(). An address
which needs DAD always has IN6_IFF_TENTATIVE there.
- in6if_do_dad() now returns EAGAIN when the interface is not ready
since DAD callout handler ignores such an interface.
- In DAD callout handler, mark an address as IN6_IFF_TENTATIVE
when the interface has ND6_IFF_IFDISABLED. And Do IFF_UP and
IFF_DRV_RUNNING check consistently when DAD is required.
- draft-ietf-6man-enhanced-dad is now published as RFC 7527.
- Fix some typos.
Diffstat (limited to 'contrib/gcclibs/libcpp/init.c')
0 files changed, 0 insertions, 0 deletions