diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 15:20:51 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 16:56:11 +0100 |
commit | c2ae70181b8ad136f5139c9fdd53e0bb402c9914 (patch) | |
tree | 07a37e3f9e18b316517189d9133573fe70e52d73 /interface-definitions/include/rip/rip-prefix-list.xml.i | |
parent | adea0e05a56cb25a9e40b46e30a7648c99907031 (diff) | |
download | vyos-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/rip-prefix-list.xml.i')
-rw-r--r-- | interface-definitions/include/rip/rip-prefix-list.xml.i | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/interface-definitions/include/rip/rip-prefix-list.xml.i b/interface-definitions/include/rip/rip-prefix-list.xml.i new file mode 100644 index 000000000..2569a2a09 --- /dev/null +++ b/interface-definitions/include/rip/rip-prefix-list.xml.i @@ -0,0 +1,33 @@ +<!-- include start from rip/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 --> |