summaryrefslogtreecommitdiff
path: root/interface-definitions/include/rip/rip-timers.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-28 22:58:44 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-28 22:58:44 +0200
commit8099770c1004d4dd756145050157f51f474ede95 (patch)
tree01bd8ff98ac7051a1b2eec25eeba89458847ae49 /interface-definitions/include/rip/rip-timers.xml.i
parent47d9eb7e7d8197012ab0aa5e878bd0a3bb83ae33 (diff)
downloadvyos-1x-8099770c1004d4dd756145050157f51f474ede95.tar.gz
vyos-1x-8099770c1004d4dd756145050157f51f474ede95.zip
xml: rip: T4448: rename include files to match schema
Diffstat (limited to 'interface-definitions/include/rip/rip-timers.xml.i')
-rw-r--r--interface-definitions/include/rip/rip-timers.xml.i48
1 files changed, 0 insertions, 48 deletions
diff --git a/interface-definitions/include/rip/rip-timers.xml.i b/interface-definitions/include/rip/rip-timers.xml.i
deleted file mode 100644
index 129d9ed23..000000000
--- a/interface-definitions/include/rip/rip-timers.xml.i
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- include start from rip/rip-timers.xml.i -->
-<node name="timers">
- <properties>
- <help>RIPng timer values</help>
- </properties>
- <children>
- <leafNode name="garbage-collection">
- <properties>
- <help>Garbage collection timer</help>
- <valueHelp>
- <format>u32:5-2147483647</format>
- <description>Garbage colletion time</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 5-2147483647"/>
- </constraint>
- </properties>
- <defaultValue>120</defaultValue>
- </leafNode>
- <leafNode name="timeout">
- <properties>
- <help>Routing information timeout timer</help>
- <valueHelp>
- <format>u32:5-2147483647</format>
- <description>Routing information timeout timer</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 5-2147483647"/>
- </constraint>
- </properties>
- <defaultValue>180</defaultValue>
- </leafNode>
- <leafNode name="update">
- <properties>
- <help>Routing table update timer</help>
- <valueHelp>
- <format>u32:5-2147483647</format>
- <description>Routing table update timer in seconds</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 5-2147483647"/>
- </constraint>
- </properties>
- <defaultValue>30</defaultValue>
- </leafNode>
- </children>
-</node>
-<!-- include end -->