]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r266248:
authorhrs <hrs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 23:25:57 +0000 (23:25 +0000)
committerhrs <hrs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 9 Oct 2014 23:25:57 +0000 (23:25 +0000)
commit35eaa06162be91638f655619e660dc69fb0b8fae
tree47779c24c81b557c5852d07fb0d3c95ae0b9dd3a
parentd4be61a94d60b13ce5fa3692014cddbd8b112383
MFC r266248:

  Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early as
  possible and do not clear IN6_IFF_TENTATIVE.  If IFDISABLED was accidentally
  set after a DAD started, TENTATIVE could be cleared because no NA was
  received due to IFDISABLED, and as a result it could prevent DAD when
  manually clearing IFDISABLED after that.

git-svn-id: svn://svn.freebsd.org/base/stable/10@272857 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet6/nd6_nbr.c