SVN-Revision: 97
This commit is contained in:
Mike Baker 2004-07-13 08:36:09 +00:00
parent 27ac661949
commit cc4329ca0e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
netmask=$(nvram_get ${type}_netmask)
gateway=$(nvram_get ${type}_gateway)
$DEBUG ifconfig $if $if_ip ${netmask:+netmask $netmask} broadcast + up
$DEBUG ifconfig $if $ip ${netmask:+netmask $netmask} broadcast + up
${gateway:+$DEBUG route add default gw $gateway}
[ -f /etc/resolv.conf ] && return