5 setup_interface_pppoa
() {
9 config_get device
"$config" device
11 for module
in slhc ppp_generic pppoatm
; do
12 /sbin
/insmod
$module 2>&- >&-
15 config_get mtu
"$cfg" mtu
17 start_pppd
"$config" \
18 plugin pppoatm.so
${atm_vpi:-8}.
${atm_vci:-35} \
This page took 0.040426 seconds and 5 git commands to generate.