From: hauke 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://207.154.207.93/?a=commitdiff_plain;h=bc54d5b57bd9bed94626f1250fdc171c13d6a837;p=12.09%2Fopenwrt.git AA: brcm47xx: prevent the switch from leaking packages between lan and wan. This is partly a backport of r37286, this closes #13716 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37309 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 a93559f..da752b3 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 a0a3033..e2260a4 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 }