Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/25/2001 02:11:06
Module Name: basesrc
Committed By: atatat
Date: Tue Apr 24 23:11:06 UTC 2001
Modified Files:
basesrc/usr.sbin/arp: arp.8 arp.c
Log Message:
Provide an easy way for someone to erase all arp entries as opposed
to the common practice of inventing an unwieldy shell construct each
time.
Note: -f (ala route -f) is in use already, and FreeBSD provides "prior
art" for the use of -d and -a together to accomplish this.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/usr.sbin/arp/arp.8
cvs rdiff -r1.29 -r1.30 basesrc/usr.sbin/arp/arp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.