Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/dhcp/clientscript
Module Name: src
Committed By: dyoung
Date: Sat Sep 23 22:54:43 UTC 2006
Modified Files:
src/usr.sbin/dhcp/clientscript: dhclient-script
Log Message:
Replace the arp -n -a / arp -n -d rigamarole for cleaning the ARP
table with 'route -n flush -inet -llinfo -host', which is not only
more concise, but it doesn't require /usr/ to be mounted. This
lets us close bin/11079.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.sbin/dhcp/clientscript/dhclient-script
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