[package] ppp: move the rp_pppoe_* options behind the plugin argument
[openwrt.git] / package / ppp / files / pppoe.sh
index cd6f1db..ea3dc6c 100644 (file)
@@ -23,8 +23,8 @@ setup_interface_pppoe() {
        #     end of the argument list by start_pppd()
        start_pppd "$config" \
                "nic-$iface" \
+               plugin rp-pppoe.so \
                ${ac:+rp_pppoe_ac "$ac"} \
                ${service:+rp_pppoe_service "$service"} \
-               plugin rp-pppoe.so \
                mtu $mtu mru $mtu
 }
This page took 0.023926 seconds and 4 git commands to generate.