AA: brcm47xx: prevent the switch from leaking packages between lan and wan.
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Jul 2013 14:49:07 +0000 (14:49 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Jul 2013 14:49:07 +0000 (14:49 +0000)
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

target/linux/brcm47xx/base-files/lib/preinit/05_set_failsafe_switch_brcm
target/linux/brcm47xx/base-files/lib/preinit/15_set_preinit_interface_brcm

index a93559f..da752b3 100644 (file)
@@ -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
        }
        
index a0a3033..e2260a4 100644 (file)
@@ -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
 }