From: Mike Baker Date: Mon, 12 Jul 2004 06:19:28 +0000 (+0000) Subject: Disable spanning tree by default X-Git-Tag: reboot~33616 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3fdf2ad9b6e232509ad28b857b98d06251283925;p=oweals%2Fopenwrt.git Disable spanning tree by default SVN-Revision: 92 --- diff --git a/root/etc/functions.sh b/root/etc/functions.sh index 8c371a332c..155e30be33 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