aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/files/pppoe.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-04 23:41:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-04 23:41:12 +0000
commit5e5416a128b94fc18c8a112d538d2bb2c644d317 (patch)
tree4b752c58d60c95c2afeccf14e6a05e5f58540ce4 /package/ppp/files/pppoe.sh
parent64f4a89e7c4f3e0ad20eec5c6ca96746438d342c (diff)
downloadupstream-5e5416a128b94fc18c8a112d538d2bb2c644d317.tar.gz
upstream-5e5416a128b94fc18c8a112d538d2bb2c644d317.tar.bz2
upstream-5e5416a128b94fc18c8a112d538d2bb2c644d317.zip
ppp: move the rp_pppoe_* options behind the plugin argument
SVN-Revision: 28368
Diffstat (limited to 'package/ppp/files/pppoe.sh')
-rw-r--r--package/ppp/files/pppoe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/files/pppoe.sh b/package/ppp/files/pppoe.sh
index cd6f1db5c8..ea3dc6cf01 100644
--- a/package/ppp/files/pppoe.sh
+++ b/package/ppp/files/pppoe.sh
@@ -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
}