mirror of https://github.com/hak5/openwrt-owl.git
parent
04749f2c21
commit
3fdf2ad9b6
|
@ -48,7 +48,7 @@ ifup () (
|
||||||
$DEBUG brctl delbr $if
|
$DEBUG brctl delbr $if
|
||||||
$DEBUG brctl addbr $if
|
$DEBUG brctl addbr $if
|
||||||
$DEBUG brctl setfd $if 0
|
$DEBUG brctl setfd $if 0
|
||||||
$DEBUG brctl stp $if $stp
|
$DEBUG brctl stp $if ${stp:-0}
|
||||||
if_list=$(nvram_get ${type}_ifnames)
|
if_list=$(nvram_get ${type}_ifnames)
|
||||||
for sif in $if_list; do {
|
for sif in $if_list; do {
|
||||||
if_valid $sif || continue
|
if_valid $sif || continue
|
||||||
|
|
Loading…
Reference in New Issue