diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-22 17:44:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-22 17:44:52 +0200 |
commit | cc87303aad1f5b9140ddcd82a9a75df1979b087c (patch) | |
tree | 90f4c84f3d9a97f9008240bea7236e6383fe9f3e /interface-definitions/vpn_l2tp.xml.in | |
parent | fbdafa2987edece3dfff516f0f13f91a8dd5cb86 (diff) | |
download | vyos-1x-cc87303aad1f5b9140ddcd82a9a75df1979b087c.tar.gz vyos-1x-cc87303aad1f5b9140ddcd82a9a75df1979b087c.zip |
accel-ppp: provide common wins-server include definition
Diffstat (limited to 'interface-definitions/vpn_l2tp.xml.in')
-rw-r--r-- | interface-definitions/vpn_l2tp.xml.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/interface-definitions/vpn_l2tp.xml.in b/interface-definitions/vpn_l2tp.xml.in index ab0435172..702ef8b5a 100644 --- a/interface-definitions/vpn_l2tp.xml.in +++ b/interface-definitions/vpn_l2tp.xml.in @@ -165,19 +165,7 @@ </leafNode> </children> </node> - <leafNode name="wins-server"> - <properties> - <help>Windows Internet Name Service (WINS) servers propagated to client</help> - <valueHelp> - <format>ipv4</format> - <description>Domain Name Server (DNS) IPv4 address</description> - </valueHelp> - <constraint> - <validator name="ipv4-address"/> - </constraint> - <multi/> - </properties> - </leafNode> + #include <include/accel-wins-server.xml.i> <node name="client-ip-pool"> <properties> <help>Pool of client IP addresses (must be within a /24)</help> |