get pppoa the right way around
This commit is contained in:
parent
35dc4e3424
commit
6617d946ec
@ -129,8 +129,8 @@ pppd_start() {
|
||||
set -- ${i}
|
||||
case "$1" in
|
||||
passwordfd) continue;;
|
||||
pppoa) shift; set -- "rp-pppoe" "$@" ;;
|
||||
pppoe) shift; set -- "pppoatm" "$@" ;;
|
||||
pppoa) shift; set -- "pppoatm" "$@" ;;
|
||||
pppoe) shift; set -- "rp-pppoe" "$@" ;;
|
||||
capi) shift; set -- "capiplugin" "$@" ;;
|
||||
esac
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user