Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   roy
Date:           Thu Jun  5 16:06:49 UTC 2014

Modified Files:
        src/sys/netinet6: in6.h in6_ifattach.c ip6_input.c nd6.c nd6.h
        src/usr.sbin/ndp: ndp.8 ndp.c

Log Message:
Add IPV6CTL_AUTO_LINKLOCAL and ND6_IFF_AUTO_LINKLOCAL toggles which
control the automatic creation of IPv6 link-local addresses when an
interface is brought up.

Taken from FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/netinet6/in6.h
cvs rdiff -u -r1.90 -r1.91 src/sys/netinet6/in6_ifattach.c
cvs rdiff -u -r1.146 -r1.147 src/sys/netinet6/ip6_input.c
cvs rdiff -u -r1.150 -r1.151 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.58 -r1.59 src/sys/netinet6/nd6.h
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/ndp/ndp.8
cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/ndp/ndp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index