diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-03 19:30:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 19:30:18 +0100 |
commit | 7a7233a5289590671c6817bfb3233da2f29f358f (patch) | |
tree | f3d946c89b0bbaaf8dacf823072304ecab7923e0 /interface-definitions/vpn_sstp.xml.in | |
parent | 0c2384114e8abbd9c883a57729564c70c0a86eec (diff) | |
parent | dd036c62d1370f655a8d2075577597f24ffff7dc (diff) | |
download | vyos-1x-7a7233a5289590671c6817bfb3233da2f29f358f.tar.gz vyos-1x-7a7233a5289590671c6817bfb3233da2f29f358f.zip |
Merge pull request #1060 from sever-sever/T2566
sstp: T2566: Fix to allow IPv6 only pools
Diffstat (limited to 'interface-definitions/vpn_sstp.xml.in')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in index 5406ede41..ad905a1f0 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -43,6 +43,8 @@ </properties> <children> #include <include/accel-ppp/ppp-mppe.xml.i> + #include <include/accel-ppp/ppp-options-ipv4.xml.i> + #include <include/accel-ppp/ppp-options-ipv6.xml.i> #include <include/accel-ppp/lcp-echo-interval-failure.xml.i> #include <include/accel-ppp/lcp-echo-timeout.xml.i> </children> |