From 7e7cb89720a97dceadeb1b4d4e8002e94c4414ac Mon Sep 17 00:00:00 2001 From: Eshenko Dmitriy Date: Sat, 23 Nov 2019 15:34:31 +0300 Subject: pppoe-server: T1821: Set radius module priority --- src/conf_mode/accel_pppoe.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/conf_mode/accel_pppoe.py b/src/conf_mode/accel_pppoe.py index 97e3723f0..a113ed34e 100755 --- a/src/conf_mode/accel_pppoe.py +++ b/src/conf_mode/accel_pppoe.py @@ -44,6 +44,9 @@ pppoe_config = ''' [modules] log_syslog pppoe +{% if authentication['mode'] == 'radius' %} +radius +{% endif %} ippool {% if client_ipv6_pool %} ipv6pool @@ -61,9 +64,6 @@ net-snmp {% if limits %} connlimit {% endif %} -{% if authentication['mode'] == 'radius' %} -radius -{% endif %} [core] thread-count={{thread_cnt}} -- cgit v1.2.3