summaryrefslogtreecommitdiff
path: root/interface-definitions/include/rip/prefix-list.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/prefix-list.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/prefix-list.xml.i')
-rw-r--r--interface-definitions/include/rip/prefix-list.xml.i33
1 files changed, 33 insertions, 0 deletions
diff --git a/interface-definitions/include/rip/prefix-list.xml.i b/interface-definitions/include/rip/prefix-list.xml.i
new file mode 100644
index 000000000..8e806aa35
--- /dev/null
+++ b/interface-definitions/include/rip/prefix-list.xml.i
@@ -0,0 +1,33 @@
+<!-- include start from rip/prefix-list.xml.i -->
+<node name="prefix-list">
+ <properties>
+ <help>Prefix-list</help>
+ </properties>
+ <children>
+ <leafNode name="in">
+ <properties>
+ <help>Prefix-list to apply to input packets</help>
+ <valueHelp>
+ <format>txt</format>
+ <description>Prefix-list to apply to input packets</description>
+ </valueHelp>
+ <completionHelp>
+ <path>policy prefix-list</path>
+ </completionHelp>
+ </properties>
+ </leafNode>
+ <leafNode name="out">
+ <properties>
+ <help>Prefix-list to apply to output packets</help>
+ <valueHelp>
+ <format>txt</format>
+ <description>Prefix-list to apply to output packets</description>
+ </valueHelp>
+ <completionHelp>
+ <path>policy prefix-list</path>
+ </completionHelp>
+ </properties>
+ </leafNode>
+ </children>
+</node>
+<!-- include end -->