diff options
author | ume <ume@FreeBSD.org> | 2001-05-09 20:30:55 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-05-09 20:30:55 +0000 |
commit | 4919ec57f9ee9b53e4cb4ab64273d53cff1d5932 (patch) | |
tree | b4493d9bd51f3515daa6d9035084ba3a1907e8cd /etc/pccard_ether | |
parent | 09b73b2614a06cfbe26701be131574975277032f (diff) | |
download | FreeBSD-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-x | etc/pccard_ether | 2 |
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 ;; |