summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-arp-cache-timeout.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-14 16:10:48 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-14 16:54:36 +0100
commitb331f6e7ba6e26d5e375121df675d97d2abfd3ac (patch)
treeaf9dd14c8afcf9fb26ec8e70aac938bcd1d2c385 /interface-definitions/include/interface-arp-cache-timeout.xml.i
parentd3d4d664c6cf97ef6bb9bb36c67811c8d5fc264c (diff)
downloadvyos-1x-b331f6e7ba6e26d5e375121df675d97d2abfd3ac.tar.gz
vyos-1x-b331f6e7ba6e26d5e375121df675d97d2abfd3ac.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/interface-arp-cache-timeout.xml.i')
-rw-r--r--interface-definitions/include/interface-arp-cache-timeout.xml.i16
1 files changed, 0 insertions, 16 deletions
diff --git a/interface-definitions/include/interface-arp-cache-timeout.xml.i b/interface-definitions/include/interface-arp-cache-timeout.xml.i
deleted file mode 100644
index 09fd70afc..000000000
--- a/interface-definitions/include/interface-arp-cache-timeout.xml.i
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- include start from interface-arp-cache-timeout.xml.i -->
-<leafNode name="arp-cache-timeout">
- <properties>
- <help>ARP cache entry timeout in seconds</help>
- <valueHelp>
- <format>1-86400</format>
- <description>ARP cache entry timout in seconds (default 30)</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 1-86400"/>
- </constraint>
- <constraintErrorMessage>ARP cache entry timeout must be between 1 and 86400 seconds</constraintErrorMessage>
- </properties>
- <defaultValue>30</defaultValue>
-</leafNode>
-<!-- include end -->