Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet6
Module Name: src
Committed By: ozaki-r
Date: Mon Dec 19 03:32:54 UTC 2016
Modified Files:
src/sys/netinet6: in6_ifattach.c nd6.c nd6.h
Log Message:
Get rid of extra nd6_purge from in6_ifdetach
There were two nd6_purge in in6_ifdetach for some reason, but at least now
We don't need extra nd6_purge. Remove it and instead add assertions that
check if surely purged.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/netinet6/in6_ifattach.c
cvs rdiff -u -r1.217 -r1.218 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.79 -r1.80 src/sys/netinet6/nd6.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