Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/27/2001 06:49:36
Module Name:	sharesrc
Committed By:	itojun
Date:		Sat Jan 27 04:49:36 UTC 2001

Modified Files:
	basesrc/sbin/route: route.c show.c
	basesrc/usr.bin/netstat: netstat.1 route.c
	sharesrc/share/man/man4: route.4
	syssrc/sys/net: route.c route.h

Log Message:
mark cloned routes with RTF_CLONED.  present it with netstat -r by "c".

let static routes overwrite cloned routes, as cloned routes can come back again
if necessary.  behavior same as freebsd/bsdi, code partially from bsdi42.
(NRL rt->rt_parent was not added)
should fix PR 11916 and maybe some other PRs with ARP behavior.

recompilation of usr.sbin/route6d is suggested.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 basesrc/sbin/route/route.c
cvs rdiff -r1.16 -r1.17 basesrc/sbin/route/show.c
cvs rdiff -r1.27 -r1.28 basesrc/usr.bin/netstat/netstat.1
cvs rdiff -r1.51 -r1.52 basesrc/usr.bin/netstat/route.c
cvs rdiff -r1.8 -r1.9 sharesrc/share/man/man4/route.4
cvs rdiff -r1.39 -r1.40 syssrc/sys/net/route.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/net/route.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.