summaryrefslogtreecommitdiff
path: root/interface-definitions/include/routing-passive-interface-xml.i
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2021-09-20 15:00:52 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2021-09-20 15:30:58 +0200
commita8b2e52148da69615285d03e8f89c1ac03990861 (patch)
treeb085f65b0c2612258c0816dd371257b7a953d32c /interface-definitions/include/routing-passive-interface-xml.i
parent5bf9ac9318a2f56ae6b45098c66781393c133883 (diff)
downloadvyos-1x-a8b2e52148da69615285d03e8f89c1ac03990861.tar.gz
vyos-1x-a8b2e52148da69615285d03e8f89c1ac03990861.zip
xml: Update routing-passive-interface-xml.i file extension to standard .xml.i
Diffstat (limited to 'interface-definitions/include/routing-passive-interface-xml.i')
-rw-r--r--interface-definitions/include/routing-passive-interface-xml.i24
1 files changed, 0 insertions, 24 deletions
diff --git a/interface-definitions/include/routing-passive-interface-xml.i b/interface-definitions/include/routing-passive-interface-xml.i
deleted file mode 100644
index 9bd4dac2a..000000000
--- a/interface-definitions/include/routing-passive-interface-xml.i
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- include start from routing-passive-interface-xml.i -->
-<leafNode name="passive-interface">
- <properties>
- <help>Suppress routing updates on an interface</help>
- <completionHelp>
- <list>default</list>
- <script>${vyos_completion_dir}/list_interfaces.py</script>
- </completionHelp>
- <valueHelp>
- <format>txt</format>
- <description>Interface to be passive (i.e. suppress routing updates)</description>
- </valueHelp>
- <valueHelp>
- <format>default</format>
- <description>Default to suppress routing updates on all interfaces</description>
- </valueHelp>
- <constraint>
- <regex>^(default)$</regex>
- <validator name="interface-name"/>
- </constraint>
- <multi/>
- </properties>
-</leafNode>
-<!-- include end -->