From a176ab7329df15aea2cdb260361fb75c11244905 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Mon, 20 Apr 2020 17:45:31 +0200
Subject: pppoe-server: T2344: fix client static IP assignment

---
 data/templates/accel-ppp/pppoe.config.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'data')

diff --git a/data/templates/accel-ppp/pppoe.config.tmpl b/data/templates/accel-ppp/pppoe.config.tmpl
index 537b2770d..b6a239fad 100644
--- a/data/templates/accel-ppp/pppoe.config.tmpl
+++ b/data/templates/accel-ppp/pppoe.config.tmpl
@@ -1,4 +1,3 @@
-
 ### generated by accel_pppoe.py ###
 [modules]
 log_syslog
@@ -6,13 +5,13 @@ pppoe
 {% if auth_mode == 'radius' %}
 radius
 {% endif %}
+chap-secrets
 ippool
 {% if ppp_ipv6 != 'deny' %}
 ipv6pool
 ipv6_nd
 ipv6_dhcp
 {% endif %}
-chap-secrets
 auth_pap
 auth_chap_md5
 auth_mschap_v1
@@ -87,6 +86,7 @@ wins{{ loop.index }}={{ server }}
 
 {% if auth_mode == 'local' %}
 [chap-secrets]
+gw-ip-address={{ ppp_gw }}
 chap-secrets={{ chap_secrets_file }}
 {% elif auth_mode == 'radius' %}
 [radius]
-- 
cgit v1.2.3