summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis/ldp-sync-holddown.xml.i
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-12 21:36:27 +0200
committerChristian Breunig <christian@breunig.cc>2023-04-12 21:36:27 +0200
commit8cb0b59fce842c9e69ebf1b9099abce2c6e21447 (patch)
tree19c708e5e20a2edd1503d1e7543f05e7eae293e9 /interface-definitions/include/isis/ldp-sync-holddown.xml.i
parentf0c274a2187a6fadb9bc49108be95292fad679a8 (diff)
downloadvyos-1x-8cb0b59fce842c9e69ebf1b9099abce2c6e21447.tar.gz
vyos-1x-8cb0b59fce842c9e69ebf1b9099abce2c6e21447.zip
xml: T5081: generate common holddown XML building block for IS-IS and OSPF
Diffstat (limited to 'interface-definitions/include/isis/ldp-sync-holddown.xml.i')
-rw-r--r--interface-definitions/include/isis/ldp-sync-holddown.xml.i14
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/ldp-sync-holddown.xml.i b/interface-definitions/include/isis/ldp-sync-holddown.xml.i
new file mode 100644
index 000000000..15ac26f07
--- /dev/null
+++ b/interface-definitions/include/isis/ldp-sync-holddown.xml.i
@@ -0,0 +1,14 @@
+<!-- include start from isis/ldp-sync-holddown.xml.i -->
+<leafNode name="holddown">
+ <properties>
+ <help>Hold down timer for LDP-IGP cost restoration</help>
+ <valueHelp>
+ <format>u32:0-10000</format>
+ <description>Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 0-10000"/>
+ </constraint>
+ </properties>
+</leafNode>
+<!-- include end -->