summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-21 12:09:24 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-21 12:09:24 +0100
commit7af1a7623b78954411133ea56a24055519282e9e (patch)
tree009401fa5a58aae53a94919cb5a0c96af4cb13a4 /src
parent5636e057948edc46b9cd5b1eb87f9cf420204adc (diff)
downloadvyos-1x-7af1a7623b78954411133ea56a24055519282e9e.tar.gz
vyos-1x-7af1a7623b78954411133ea56a24055519282e9e.zip
sstp: T2008: move ippool after radius and chap configuration
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/vpn_sstp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/vpn_sstp.py b/src/conf_mode/vpn_sstp.py
index a2e7c9327..205702a9f 100755
--- a/src/conf_mode/vpn_sstp.py
+++ b/src/conf_mode/vpn_sstp.py
@@ -45,13 +45,13 @@ sstp_config = """### generated by vpn_sstp.py ###
[modules]
log_syslog
sstp
-ippool
shaper
{% if auth_mode == 'local' %}
chap-secrets
{% elif auth_mode == 'radius' %}
radius
{% endif -%}
+ippool
{% for proto in auth_proto %}
{{proto}}