CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/24 09:58:35
Modified files:
sys/net : if_spppsubr.c
sys/netinet6 : in6.c in6_ifattach.c in6_var.h nd6.h nd6_nbr.c
nd6_rtr.c
Log message:
Rework the code to decide when to perform DAD to no longer rely on the
IN6_IFF_NODAD pseudo-flag not being set.
This was just a flag for spaghetti code that should not exist in the
first place.
Tested by sebastia@, ok sthen@
