diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-07-12 06:19:28 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-07-12 06:19:28 +0000 |
| commit | bae73265652cfab6aa9e95671e3cdf190007c334 (patch) | |
| tree | 72a75d69c5b3f265ea0ce80f3dd891c79ad49c5c | |
| parent | 4bac43f057a27dab225b4c02f53660e4749ee370 (diff) | |
| download | upstream-bae73265652cfab6aa9e95671e3cdf190007c334.tar.gz upstream-bae73265652cfab6aa9e95671e3cdf190007c334.tar.bz2 upstream-bae73265652cfab6aa9e95671e3cdf190007c334.zip | |
Disable spanning tree by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@92 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rwxr-xr-x | root/etc/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh index 8c371a332c4..155e30be335 100755 --- 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 |
