summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis/lfa-remote.xml.i
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-10-08 20:14:53 +0300
committerGitHub <noreply@github.com>2023-10-08 20:14:53 +0300
commit8da99e575caaacdb496a86b3c20f0a40884e5f40 (patch)
tree9ed00ee5ab642694dec19d80ae6f083b260cdd49 /interface-definitions/include/isis/lfa-remote.xml.i
parentfd4096a4241904e7abbc98879c59f8d9d86429c5 (diff)
parent7a2b70bd73c8579a885348b93b8addfb20fb006c (diff)
downloadvyos-1x-8da99e575caaacdb496a86b3c20f0a40884e5f40.tar.gz
vyos-1x-8da99e575caaacdb496a86b3c20f0a40884e5f40.zip
Merge pull request #2263 from Cheeze-It/current
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