diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-06 17:54:22 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-06 17:54:22 +0200 |
commit | a86c4347c214d7f74a011d1500c4cfa1fb3d854c (patch) | |
tree | 6f32d93ca683262131ca7b0a752cf6cae7569d01 /interface-definitions | |
parent | 5f43e21d148018a67aa24610c9ecb709134cbcbc (diff) | |
download | vyos-1x-a86c4347c214d7f74a011d1500c4cfa1fb3d854c.tar.gz vyos-1x-a86c4347c214d7f74a011d1500c4cfa1fb3d854c.zip |
openconnect: T2036: reuse accel-name-server.xml.i
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_openconnect.xml.in | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/interface-definitions/vpn_openconnect.xml.in b/interface-definitions/vpn_openconnect.xml.in index 16fe660a9..203f85bbc 100644 --- a/interface-definitions/vpn_openconnect.xml.in +++ b/interface-definitions/vpn_openconnect.xml.in @@ -231,24 +231,7 @@ </leafNode> </children> </node> - <leafNode name="name-server"> - <properties> - <help>Domain Name Server (DNS) propagated to client</help> - <valueHelp> - <format>ipv4</format> - <description>Domain Name Server (DNS) IPv4 address</description> - </valueHelp> - <valueHelp> - <format>ipv6</format> - <description>Domain Name Server (DNS) IPv6 address</description> - </valueHelp> - <constraint> - <validator name="ipv4-address"/> - <validator name="ipv6-address"/> - </constraint> - <multi/> - </properties> - </leafNode> + #include <include/accel-name-server.xml.i> </children> </node> </children> |