lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx...
[openwrt.git] / package / ppp / files / pppoe.sh
index f33d37a..e1c9a20 100644 (file)
@@ -13,7 +13,7 @@ setup_interface_pppoe() {
        # make sure the network state references the correct ifname
        scan_ppp "$config"
        config_get ifname "$config" ifname
-       uci set "/var/state/network.$config.ifname=$ifname"
+       set_interface_ifname "$config" "$ifname"
 
        config_get mtu "$cfg" mtu
        mtu=${mtu:-1492}
This page took 0.025473 seconds and 4 git commands to generate.