mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
fix vpi/vci setting for pppoa
SVN-Revision: 5351
This commit is contained in:
parent
2fa277537e
commit
ab9a7a900e
@ -7,6 +7,8 @@ setup_interface_pppoa() {
|
||||
local config="$2"
|
||||
|
||||
config_get device "$config" device
|
||||
config_get vpi "$config" vpi
|
||||
config_get vci "$config" vci
|
||||
|
||||
for module in slhc ppp_generic pppoatm; do
|
||||
/sbin/insmod $module 2>&- >&-
|
||||
@ -15,6 +17,6 @@ setup_interface_pppoa() {
|
||||
config_get mtu "$cfg" mtu
|
||||
mtu=${mtu:-1492}
|
||||
start_pppd "$config" \
|
||||
plugin pppoatm.so ${atm_vpi:-8}.${atm_vci:-35} \
|
||||
plugin pppoatm.so ${vpi:-8}.${vci:-35} \
|
||||
mtu $mtu mru $mtu
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user