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: ozaki-r
Date: Wed Sep 2 11:35:12 UTC 2015
Modified Files:
src/sys/net: route.h
src/sys/netinet: ip_output.c
src/sys/netinet6: nd6.c
Log Message:
Do rt_refcnt++ when set a rtentry to another rtentry's rt_gwroute
And also do rtfree when deref a rtentry from rt_gwroute.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/net/route.h
cvs rdiff -u -r1.246 -r1.247 src/sys/netinet/ip_output.c
cvs rdiff -u -r1.173 -r1.174 src/sys/netinet6/nd6.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