Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/route
Module Name: src
Committed By: jrf
Date: Sat Jul 19 01:36:48 UTC 2003
Modified Files:
src/sbin/route: keywords.c keywords.h keywords.sh route.8 route.c
Log Message:
This is an updated submitted patch originally written by Jim Rees
and sent in by Greg Hudson as seen in PR misc/3227. Basically what it
does is adds a flushall option which deletes all but localhost routes.
This is done by andoring in a flag called doall (1 means do all routes
including gateway, 0 means do a regular flush). I have seen some
platforms that do this. I tested it out on ipv4 only, it works as
advertised. Commit was approved by christos@.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/route/keywords.c
cvs rdiff -r1.6 -r1.7 src/sbin/route/keywords.h src/sbin/route/keywords.sh
cvs rdiff -r1.32 -r1.33 src/sbin/route/route.8
cvs rdiff -r1.66 -r1.67 src/sbin/route/route.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