summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis/lfa-remote.xml.i
diff options
context:
space:
mode:
authorCheeze_It <none@none.com>2023-08-31 12:16:29 -0600
committerCheeze_It <none@none.com>2023-10-06 00:04:01 -0600
commit7a2b70bd73c8579a885348b93b8addfb20fb006c (patch)
tree6ee25b3dddd11003de00848fd5ec0b44f198fd07 /interface-definitions/include/isis/lfa-remote.xml.i
parent18a6163ed2e0bbbc2924f893e6954a9eba4470b1 (diff)
downloadvyos-1x-7a2b70bd73c8579a885348b93b8addfb20fb006c.tar.gz
vyos-1x-7a2b70bd73c8579a885348b93b8addfb20fb006c.zip
T5530: isis: Adding loop free alternate feature
Diffstat (limited to 'interface-definitions/include/isis/lfa-remote.xml.i')
-rw-r--r--interface-definitions/include/isis/lfa-remote.xml.i28
1 files changed, 28 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/lfa-remote.xml.i b/interface-definitions/include/isis/lfa-remote.xml.i
new file mode 100644
index 000000000..8434e35bf
--- /dev/null
+++ b/interface-definitions/include/isis/lfa-remote.xml.i
@@ -0,0 +1,28 @@
+<!-- include start from isis/lfa-remote.xml.i -->
+<node name="remote">
+ <properties>
+ <help>Remote loop free alternate options</help>
+ </properties>
+ <children>
+ <tagNode name="prefix-list">
+ <properties>
+ <help>Filter PQ node router ID based on prefix list</help>
+ <completionHelp>
+ <path>policy prefix-list</path>
+ </completionHelp>
+ <valueHelp>
+ <format>txt</format>
+ <description>Name of IPv4/IPv6 prefix-list</description>
+ </valueHelp>
+ <constraint>
+ #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>
+ </constraint>
+ <constraintErrorMessage>Name of prefix-list can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
+ </properties>
+ <children>
+ #include <include/isis/level-1-2-leaf.xml.i>
+ </children>
+ </tagNode>
+ </children>
+</node>
+<!-- include end --> \ No newline at end of file