summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-client-ipv6-pool.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-26 12:49:04 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-26 12:49:04 +0200
commitf325d869515e008b09a8f2de7a4bda81dffd1158 (patch)
treea1a855f93db252de5d06b06c91d16f57d10f4ddf /interface-definitions/include/accel-client-ipv6-pool.xml.in
parentf0400b7e24944de75fef8cdd0d7eb016b224b9c7 (diff)
downloadvyos-1x-f325d869515e008b09a8f2de7a4bda81dffd1158.tar.gz
vyos-1x-f325d869515e008b09a8f2de7a4bda81dffd1158.zip
xml: interface-definitions: fix wrong file extension of inlcude files
Files which are included by others whouls have the ".xml.i" extension.
Diffstat (limited to 'interface-definitions/include/accel-client-ipv6-pool.xml.in')
-rw-r--r--interface-definitions/include/accel-client-ipv6-pool.xml.in59
1 files changed, 0 insertions, 59 deletions
diff --git a/interface-definitions/include/accel-client-ipv6-pool.xml.in b/interface-definitions/include/accel-client-ipv6-pool.xml.in
deleted file mode 100644
index 455ada6ef..000000000
--- a/interface-definitions/include/accel-client-ipv6-pool.xml.in
+++ /dev/null
@@ -1,59 +0,0 @@
-<node name="client-ipv6-pool">
- <properties>
- <help>Pool of client IPv6 addresses</help>
- </properties>
- <children>
- <tagNode name="prefix">
- <properties>
- <help>Pool of addresses used to assign to clients</help>
- <valueHelp>
- <format>ipv6net</format>
- <description>IPv6 address and prefix length</description>
- </valueHelp>
- <constraint>
- <validator name="ipv6-prefix"/>
- </constraint>
- </properties>
- <children>
- <leafNode name="mask">
- <properties>
- <help>Prefix length used for individual client</help>
- <valueHelp>
- <format>&lt;48-128&gt;</format>
- <description>Client prefix length (default: 64)</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 48-128"/>
- </constraint>
- </properties>
- </leafNode>
- </children>
- </tagNode>
- <tagNode name="delegate">
- <properties>
- <help>Subnet used to delegate prefix through DHCPv6-PD (RFC3633)</help>
- <valueHelp>
- <format>ipv6net</format>
- <description>IPv6 address and prefix length</description>
- </valueHelp>
- <constraint>
- <validator name="ipv6-prefix"/>
- </constraint>
- </properties>
- <children>
- <leafNode name="delegation-prefix">
- <properties>
- <help>Prefix length delegated to client</help>
- <valueHelp>
- <format>&lt;32-64&gt;</format>
- <description>Delegated prefix length</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 32-64"/>
- </constraint>
- </properties>
- </leafNode>
- </children>
- </tagNode>
- </children>
-</node>