AA: brcm47xx: prevent the switch from leaking packages between lan and wan.
[12.09/openwrt.git] / target / linux / brcm47xx / base-files / lib / preinit / 05_set_failsafe_switch_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
        }