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:           Tue May 21 08:37:27 UTC 2013

Modified Files:
        src/share/man/man4: route.4
        src/sys/netinet6: in6.c nd6.c nd6.h nd6_nbr.c nd6_rtr.c
        src/sys/sys: param.h

Log Message:
For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag
changes. Tentative addresses are not emitted.

Version bumped so userland can detect this behaviour change.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/route.4
cvs rdiff -u -r1.161 -r1.162 src/sys/netinet6/in6.c
cvs rdiff -u -r1.144 -r1.145 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.57 -r1.58 src/sys/netinet6/nd6.h
cvs rdiff -u -r1.96 -r1.97 src/sys/netinet6/nd6_nbr.c
cvs rdiff -u -r1.86 -r1.87 src/sys/netinet6/nd6_rtr.c
cvs rdiff -u -r1.428 -r1.429 src/sys/sys/param.h

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