Module Name: src
Committed By: roy
Date: Thu Mar 20 13:34:36 UTC 2014
Modified Files:
src/sys/netinet6: nd6.c
src/usr.sbin/ndp: ndp.8
Log Message:
If IPv6 is disabled for an interface, mark all addresses as tentative.
If enabled, check for a duplicated link-local address and abort enabling
as per RFC 4862, section 5.4.5. If allowed to enable, perform DAD
on the tentative addresses.
Taken from FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/ndp/ndp.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.