[package] ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options...
[openwrt.git] / package / ppp / files / pppoe.sh
index bbd36a1..99409f3 100644 (file)
@@ -13,7 +13,7 @@ setup_interface_pppoe() {
        config_get mtu "$config" mtu
        mtu=${mtu:-1492}
        start_pppd "$config" \
+               "nic-$iface" \
                plugin rp-pppoe.so \
-               mtu $mtu mru $mtu \
-               "nic-$iface"
+               mtu $mtu mru $mtu
 }
This page took 0.030815 seconds and 4 git commands to generate.