mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-19 21:30:49 +00:00
ppp: move the rp_pppoe_* options behind the plugin argument
SVN-Revision: 28368
This commit is contained in:
parent
64f4a89e7c
commit
5e5416a128
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user