summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-05-09 20:30:55 +0000
committerume <ume@FreeBSD.org>2001-05-09 20:30:55 +0000
commit4919ec57f9ee9b53e4cb4ab64273d53cff1d5932 (patch)
treeb4493d9bd51f3515daa6d9035084ba3a1907e8cd /etc/pccard_ether
parent09b73b2614a06cfbe26701be131574975277032f (diff)
downloadFreeBSD-src-4919ec57f9ee9b53e4cb4ab64273d53cff1d5932.zip
FreeBSD-src-4919ec57f9ee9b53e4cb4ab64273d53cff1d5932.tar.gz
Avoid flushing IPv6 routes. `route flush' removes necessary
routes for IPv6 as well as IPv4 routes.
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
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
;;
OpenPOWER on IntegriCloud