1 stop_interface_pppoe
() {
2 stop_interface_ppp
"$1"
5 setup_interface_pppoe
() {
9 for module
in slhc ppp_generic pppox pppoe
; do
10 /sbin
/insmod
$module 2>&- >&-
14 config_get mtu
"$config" mtu
1492
17 config_get ac
"$config" ac
20 config_get service
"$config" service
22 # NB: the first nic-* argument will be moved to the
23 # end of the argument list by start_pppd()
24 start_pppd
"$config" \
27 ${ac:+rp_pppoe_ac "$ac"} \
28 ${service:+rp_pppoe_service "$service"} \