diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-26 12:49:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-26 12:49:04 +0200 |
commit | f325d869515e008b09a8f2de7a4bda81dffd1158 (patch) | |
tree | a1a855f93db252de5d06b06c91d16f57d10f4ddf /interface-definitions/include/accel-client-ipv6-pool.xml.in | |
parent | f0400b7e24944de75fef8cdd0d7eb016b224b9c7 (diff) | |
download | vyos-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.in | 59 |
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><48-128></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><32-64></format> - <description>Delegated prefix length</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 32-64"/> - </constraint> - </properties> - </leafNode> - </children> - </tagNode> - </children> -</node> |