Просмотр исходного кода

ppp: move the rp_pppoe_* options behind the plugin argument

SVN-Revision: 28368
Jo-Philipp Wich 14 лет назад
Родитель
Сommit
5e5416a128
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/ppp/files/pppoe.sh

+ 1 - 1
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
 }