Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: roy
Date: Wed Feb 25 12:45:34 UTC 2015
Modified Files:
src/sys/net: route.c route.h
src/sys/netinet6: nd6.c nd6.h nd6_nbr.c nd6_rtr.c
Log Message:
Rename nd6_rtmsg() to rt_newmsg() and move into the generic routing code
as it's not IPv6 specific and will be used elsewhere.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/net/route.c
cvs rdiff -u -r1.85 -r1.86 src/sys/net/route.h
cvs rdiff -u -r1.159 -r1.160 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.63 -r1.64 src/sys/netinet6/nd6.h
cvs rdiff -u -r1.105 -r1.106 src/sys/netinet6/nd6_nbr.c
cvs rdiff -u -r1.97 -r1.98 src/sys/netinet6/nd6_rtr.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