s/if_defaulroute/if_defaultroute/

We may now handle route updates better.
This commit is contained in:
Brooks Davis 2005-07-26 18:27:37 +00:00
parent d8d65971ac
commit 3c0898098e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148420

View File

@ -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