diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-06 21:44:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-06 21:44:09 +0200 |
commit | ed22334321d3b6f27b5d695a4f984257b909f78b (patch) | |
tree | 0f86605584c9a2c4d1d1b23ce7da86713cd9ffb7 /interface-definitions | |
parent | d55050dcb8806a982b0394dcde00c1814499d9f3 (diff) | |
download | vyos-1x-ed22334321d3b6f27b5d695a4f984257b909f78b.tar.gz vyos-1x-ed22334321d3b6f27b5d695a4f984257b909f78b.zip |
sstp: T2392: add IPv6 DNS support
New command added:
* set vpn sstp network-settings name-server 2001:db8::1111
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in index 4ce231e0f..f0c93b882 100644 --- a/interface-definitions/vpn_sstp.xml.in +++ b/interface-definitions/vpn_sstp.xml.in @@ -207,20 +207,8 @@ </leafNode> </children> </node> - <leafNode name="name-server"> - <properties> - <help>DNS servers propagated to clients</help> - <valueHelp> - <format>ipv4</format> - <description>IPv4 address</description> - </valueHelp> - <constraint> - <validator name="ipv4-address"/> - </constraint> - <multi/> - </properties> - </leafNode> #include <include/accel-client-ipv6-pool.xml.in> + #include <include/accel-name-server.xml.in> #include <include/interface-mtu-68-1500.xml.i> </children> </node> |