aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rp-pppoe/rp-pppoe.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rp-pppoe/rp-pppoe.initd')
-rw-r--r--testing/rp-pppoe/rp-pppoe.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rp-pppoe/rp-pppoe.initd b/testing/rp-pppoe/rp-pppoe.initd
index 871e5d8cd9..7c5bdf6c09 100644
--- a/testing/rp-pppoe/rp-pppoe.initd
+++ b/testing/rp-pppoe/rp-pppoe.initd
@@ -6,7 +6,7 @@ DAEMON=/usr/sbin/pppoe-server
NAME=pppoe-server
# Setup server and service names, Server peer IP, start of IP range for clients peers, amount of peers at same time
-PARAMS="-C XGT01 -S RESNET -L 172.19.${BRNUM}.2 -R 172.19.${BRNUM}.100 -N 100"
+PARAMS="-C XGT01 -S PPPoEC -L 172.19.${BRNUM}.2 -R 172.19.${BRNUM}.100 -N 100"
test -x /usr/sbin/pppoe-server -a -f /etc/ppp/pppoe-server-options || exit 0