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: Fri Jun 16 02:24:54 UTC 2017
Modified Files:
src/sys/net: route.h rtsock.c
src/sys/netinet: if_arp.c
src/sys/netinet6: nd6.c
Log Message:
Sending a routing message (RTM_ADD) on adding an llentry
A message used to be sent on adding a cloned route. Restore the
behavior for backward compatibility.
Requested by ryo@
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/net/route.h
cvs rdiff -u -r1.214 -r1.215 src/sys/net/rtsock.c
cvs rdiff -u -r1.250 -r1.251 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.232 -r1.233 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