summaryrefslogtreecommitdiffstats
path: root/root/etc
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-08 02:18:04 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-08 02:18:04 +0000
commit4e37810ea162d05995404aad85cf12d8ab4b2278 (patch)
tree8d4b45474c9fcbef2593bc1ad0dfa386f47e2fbb /root/etc
parent8644dc002393b50d49ec451fb7dd7c057d21cbfa (diff)
fix broadcast address
(kudos to fenestro for point out broadcast +) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@81 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc')
-rwxr-xr-xroot/etc/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh
index 09ba6feea..1f9afb294 100755
--- a/root/etc/functions.sh
+++ b/root/etc/functions.sh
@@ -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