s/if_defaulroute/if_defaultroute/
We may now handle route updates better.
This commit is contained in:
parent
d8d65971ac
commit
3c0898098e
@ -198,7 +198,7 @@ if [ -f /etc/dhclient-enter-hooks ]; then
|
||||
fi
|
||||
|
||||
if [ -x $NETSTAT ]; then
|
||||
if_defaulroute=`$NETSTAT -rn | $GREP "^default" | $AWK '{print $6}'`
|
||||
if_defaultroute=`$NETSTAT -rn | $GREP "^default" | $AWK '{print $6}'`
|
||||
else
|
||||
if_defaultroute="x"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user