fix broadcast address (kudos to fenestro for point out broadcast +)
SVN-Revision: 81
This commit is contained in:
parent
04a1616a7b
commit
dbe231b322
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ifup () (
|
|||
if_netmask=$(nvram_get ${type}_netmask)
|
||||
if_gateway=$(nvram_get ${type}_gateway)
|
||||
|
||||
$DEBUG ifconfig $if $if_ip ${if_netmask:+netmask $if_netmask} up
|
||||
$DEBUG ifconfig $if $if_ip ${if_netmask:+netmask $if_netmask} broadcast + up
|
||||
${if_gateway:+$DEBUG route add default gw $if_gateway}
|
||||
|
||||
[ -f /etc/resolv.conf ] && return
|
||||
|
|
Loading…
Reference in a new issue