summaryrefslogtreecommitdiff
path: root/interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-14 15:53:52 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-14 16:56:11 +0100
commitadea0e05a56cb25a9e40b46e30a7648c99907031 (patch)
tree2dd921a322948e2d3e50c755656d27187a6540ae /interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i
parentcb1b2c462f8bab5733441c057ddb1a0ec887801f (diff)
downloadvyos-1x-adea0e05a56cb25a9e40b46e30a7648c99907031.tar.gz
vyos-1x-adea0e05a56cb25a9e40b46e30a7648c99907031.zip
xml: T1579: re-arrange xml interface include building blocks
As the amount of include files now has reached a certain amount, it is getting more and more crowsded, thuse introducing "per topic" subdirectories on the filesystem to keep a clean structure makes sense.
Diffstat (limited to 'interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i')
-rw-r--r--interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i31
1 files changed, 0 insertions, 31 deletions
diff --git a/interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i b/interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i
deleted file mode 100644
index b9dd59bea..000000000
--- a/interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i
+++ /dev/null
@@ -1,31 +0,0 @@
-<!-- include start from address-ipv4-ipv6-dhcp.xml.i -->
-<leafNode name="address">
- <properties>
- <help>IP address</help>
- <completionHelp>
- <list>dhcp dhcpv6</list>
- </completionHelp>
- <valueHelp>
- <format>ipv4net</format>
- <description>IPv4 address and prefix length</description>
- </valueHelp>
- <valueHelp>
- <format>ipv6net</format>
- <description>IPv6 address and prefix length</description>
- </valueHelp>
- <valueHelp>
- <format>dhcp</format>
- <description>Dynamic Host Configuration Protocol</description>
- </valueHelp>
- <valueHelp>
- <format>dhcpv6</format>
- <description>Dynamic Host Configuration Protocol for IPv6</description>
- </valueHelp>
- <constraint>
- <validator name="ip-host"/>
- <regex>(dhcp|dhcpv6)</regex>
- </constraint>
- <multi/>
- </properties>
-</leafNode>
-<!-- include end -->