5 setup_interface_pppoe
() {
9 for module
in slhc ppp_generic pppox pppoe
; do
10 /sbin
/insmod
$module 2>&- >&-
13 # make sure the network state references the correct ifname
15 config_get ifname
"$config" ifname
16 set_interface_ifname
"$config" "$ifname"
18 config_get mtu
"$cfg" mtu
20 start_pppd
"$config" \