mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02:00
Disable spanning tree by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@92 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5ace15f6cc
commit
2a608defa9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user