From 6617d946ec2915a198926c62b7a42785ff3e0a4b Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 18 Apr 2007 14:23:50 +0000 Subject: get pppoa the right way around --- net.Linux/pppd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net.Linux') 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 -- cgit v1.2.3