diff options
-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 ;; |