diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-21 12:09:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-21 12:09:24 +0100 |
commit | 7af1a7623b78954411133ea56a24055519282e9e (patch) | |
tree | 009401fa5a58aae53a94919cb5a0c96af4cb13a4 /src/conf_mode | |
parent | 5636e057948edc46b9cd5b1eb87f9cf420204adc (diff) | |
download | vyos-1x-7af1a7623b78954411133ea56a24055519282e9e.tar.gz vyos-1x-7af1a7623b78954411133ea56a24055519282e9e.zip |
sstp: T2008: move ippool after radius and chap configuration
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-x | src/conf_mode/vpn_sstp.py | 2 |
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}} |