From: Hauke Mehrtens Date: Sun, 14 Jul 2013 14:49:07 +0000 (+0000) Subject: AA: brcm47xx: prevent the switch from leaking packages between lan and wan. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5fdde48d9eacb19f4568c66c90e3070a81a5447f;p=openwrt%2Fsvn-archive%2Fopenwrt.git AA: brcm47xx: prevent the switch from leaking packages between lan and wan. This is partly a backport of r37286, this closes #13716 SVN-Revision: 37309 --- diff --git a/target/linux/brcm47xx/base-files/lib/preinit/05_set_failsafe_switch_brcm b/target/linux/brcm47xx/base-files/lib/preinit/05_set_failsafe_switch_brcm index a93559f97b..da752b31b2 100644 --- a/target/linux/brcm47xx/base-files/lib/preinit/05_set_failsafe_switch_brcm +++ b/target/linux/brcm47xx/base-files/lib/preinit/05_set_failsafe_switch_brcm @@ -2,7 +2,6 @@ failsafe_ip() { [ -d /proc/switch/eth0 ] && [ "$ifname" = "eth0" ] && { - ifconfig eth0 0.0.0.0 down echo "0 1 2 3 4 ${cpu_port:-5u*}" > /proc/switch/eth0/vlan/0/ports } diff --git a/target/linux/brcm47xx/base-files/lib/preinit/15_set_preinit_interface_brcm b/target/linux/brcm47xx/base-files/lib/preinit/15_set_preinit_interface_brcm index a0a3033465..e2260a490a 100644 --- a/target/linux/brcm47xx/base-files/lib/preinit/15_set_preinit_interface_brcm +++ b/target/linux/brcm47xx/base-files/lib/preinit/15_set_preinit_interface_brcm @@ -30,9 +30,9 @@ preinit_net_echo() { echo "$port ${cpu_port:-5u*}" > /proc/switch/eth0/vlan/0/ports port_net_echo $1 }; done - - echo "0 1 2 3 4 ${cpu_port:-5u*}" > /proc/switch/eth0/vlan/0/ports - + + echo 1 > /proc/switch/eth0/reset + } || port_net_echo $1 }