summaryrefslogtreecommitdiff
path: root/interface-definitions/include/rip-interface.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-14 15:20:51 +0000
committerChristian Poessinger <christian@poessinger.com>2021-03-14 16:56:11 +0100
commitc2ae70181b8ad136f5139c9fdd53e0bb402c9914 (patch)
tree07a37e3f9e18b316517189d9133573fe70e52d73 /interface-definitions/include/rip-interface.xml.i
parentadea0e05a56cb25a9e40b46e30a7648c99907031 (diff)
downloadvyos-1x-c2ae70181b8ad136f5139c9fdd53e0bb402c9914.tar.gz
vyos-1x-c2ae70181b8ad136f5139c9fdd53e0bb402c9914.zip
rip: xml: T2547: move building blocks to subfolder
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/rip-interface.xml.i')
-rw-r--r--interface-definitions/include/rip-interface.xml.i38
1 files changed, 0 insertions, 38 deletions
diff --git a/interface-definitions/include/rip-interface.xml.i b/interface-definitions/include/rip-interface.xml.i
deleted file mode 100644
index 1807a944a..000000000
--- a/interface-definitions/include/rip-interface.xml.i
+++ /dev/null
@@ -1,38 +0,0 @@
-<!-- include start from rip-interface.xml.i -->
-<tagNode name="interface">
- <properties>
- <help>Interface name</help>
- <completionHelp>
- <script>${vyos_completion_dir}/list_interfaces.py</script>
- </completionHelp>
- <valueHelp>
- <format>txt</format>
- <description>Interface name</description>
- </valueHelp>
- <constraint>
- <validator name="interface-name"/>
- </constraint>
- </properties>
- <children>
- <node name="split-horizon">
- <properties>
- <help>Split horizon parameters</help>
- </properties>
- <children>
- <leafNode name="disable">
- <properties>
- <help>Disable split horizon on specified interface</help>
- <valueless/>
- </properties>
- </leafNode>
- <leafNode name="poison-reverse">
- <properties>
- <help>Disable split horizon on specified interface</help>
- <valueless/>
- </properties>
- </leafNode>
- </children>
- </node>
- </children>
-</tagNode>
-<!-- include end -->