projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04749f2
)
Disable spanning tree by default
author
Mike Baker
<mbm@openwrt.org>
Mon, 12 Jul 2004 06:19:28 +0000
(06:19 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Mon, 12 Jul 2004 06:19:28 +0000
(06:19 +0000)
SVN-Revision: 92
root/etc/functions.sh
patch
|
blob
|
history
diff --git
a/root/etc/functions.sh
b/root/etc/functions.sh
index 8c371a332c47be8cb505fbddb49e071f1e6c3b7e..155e30be33553207ec20ff566b7783061b72960c 100755
(executable)
--- a/
root/etc/functions.sh
+++ b/
root/etc/functions.sh
@@
-48,7
+48,7
@@
ifup () (
$DEBUG brctl delbr $if
$DEBUG brctl addbr $if
$DEBUG brctl setfd $if 0
- $DEBUG brctl stp $if $
stp
+ $DEBUG brctl stp $if $
{stp:-0}
if_list=$(nvram_get ${type}_ifnames)
for sif in $if_list; do {
if_valid $sif || continue