projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a249e
)
fix typo
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 Jul 2004 08:36:09 +0000
(08:36 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 Jul 2004 08:36:09 +0000
(08:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@97
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
root/sbin/ifup
patch
|
blob
|
history
diff --git
a/root/sbin/ifup
b/root/sbin/ifup
index
75ce156
..
34e19af
100755
(executable)
--- a/
root/sbin/ifup
+++ b/
root/sbin/ifup
@@
-34,7
+34,7
@@
netmask=$(nvram_get ${type}_netmask)
gateway=$(nvram_get ${type}_gateway)
- $DEBUG ifconfig $if $i
f_i
p ${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
This page took
0.022707 seconds
and
4
git commands to generate.