From 4919ec57f9ee9b53e4cb4ab64273d53cff1d5932 Mon Sep 17 00:00:00 2001 From: ume Date: Wed, 9 May 2001 20:30:55 +0000 Subject: Avoid flushing IPv6 routes. `route flush' removes necessary routes for IPv6 as well as IPv4 routes. --- etc/pccard_ether | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pccard_ether b/etc/pccard_ether index 7a4e733..d790a38 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -178,7 +178,7 @@ case ${startstop} in ;; *) # flush beforehand, just in case.... - route -n flush + route -n flush -inet ;; esac ;; -- cgit v1.1