move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all other ppp...
[openwrt.git] / package / ppp / files / pppoe.sh
index c0bb515..74f1a85 100644 (file)
@@ -10,11 +10,6 @@ setup_interface_pppoe() {
                /sbin/insmod $module 2>&- >&-
        done
 
-       # make sure the network state references the correct ifname
-       scan_ppp "$config"
-       config_get ifname "$config" ifname
-       set_interface_ifname "$config" "$ifname"
-
        config_get mtu "$config" mtu
        mtu=${mtu:-1492}
        start_pppd "$config" \
This page took 0.022328 seconds and 4 git commands to generate.