aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net.Linux/pppd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net.Linux/pppd.sh b/net.Linux/pppd.sh
index ebea3dd4..a22a4a18 100644
--- a/net.Linux/pppd.sh
+++ b/net.Linux/pppd.sh
@@ -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