summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-rwxr-xr-xroot/etc/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh
index 8c371a332..155e30be3 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