diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-28 22:58:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-28 22:58:44 +0200 |
commit | 8099770c1004d4dd756145050157f51f474ede95 (patch) | |
tree | 01bd8ff98ac7051a1b2eec25eeba89458847ae49 /interface-definitions/include/rip/rip-access-list.xml.i | |
parent | 47d9eb7e7d8197012ab0aa5e878bd0a3bb83ae33 (diff) | |
download | vyos-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-access-list.xml.i')
-rw-r--r-- | interface-definitions/include/rip/rip-access-list.xml.i | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/interface-definitions/include/rip/rip-access-list.xml.i b/interface-definitions/include/rip/rip-access-list.xml.i deleted file mode 100644 index 00ee9b736..000000000 --- a/interface-definitions/include/rip/rip-access-list.xml.i +++ /dev/null @@ -1,39 +0,0 @@ -<!-- include start from rip/rip-access-list.xml.i --> -<node name="access-list"> - <properties> - <help>Access-list</help> - </properties> - <children> - <leafNode name="in"> - <properties> - <help>Access list to apply to input packets</help> - <valueHelp> - <format>u32</format> - <description>Access list to apply to input packets</description> - </valueHelp> - <completionHelp> - <path>policy access-list</path> - </completionHelp> - <constraint> - <validator name="numeric" argument="--range 0-4294967295"/> - </constraint> - </properties> - </leafNode> - <leafNode name="out"> - <properties> - <help>Access list to apply to output packets</help> - <valueHelp> - <format>u32</format> - <description>Access list to apply to output packets</description> - </valueHelp> - <completionHelp> - <path>policy access-list</path> - </completionHelp> - <constraint> - <validator name="numeric" argument="--range 0-4294967295"/> - </constraint> - </properties> - </leafNode> - </children> -</node> -<!-- include end --> |