summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ldp-sync-protocol.xml.i
diff options
context:
space:
mode:
authorCheeze_It <none@none.com>2023-03-19 19:24:50 -0600
committerCheeze_It <none@none.com>2023-04-03 22:33:57 -0600
commitd6ef0c54ad8c8f9f2c5f1811781dba6111201fe4 (patch)
tree05a0b326cb61207cc677403c3643957a314a46c7 /interface-definitions/include/ldp-sync-protocol.xml.i
parentc820be57b6c77cdb0a5055d0c3a77dc8d550e2d7 (diff)
downloadvyos-1x-d6ef0c54ad8c8f9f2c5f1811781dba6111201fe4.tar.gz
vyos-1x-d6ef0c54ad8c8f9f2c5f1811781dba6111201fe4.zip
T5081: ISIS and OSPF syncronization with IGP-LDP sync
Diffstat (limited to 'interface-definitions/include/ldp-sync-protocol.xml.i')
-rw-r--r--interface-definitions/include/ldp-sync-protocol.xml.i21
1 files changed, 21 insertions, 0 deletions
diff --git a/interface-definitions/include/ldp-sync-protocol.xml.i b/interface-definitions/include/ldp-sync-protocol.xml.i
new file mode 100644
index 000000000..c82c811f6
--- /dev/null
+++ b/interface-definitions/include/ldp-sync-protocol.xml.i
@@ -0,0 +1,21 @@
+<!-- include start from ldp-igp-sync.xml.i -->
+<node name="ldp-sync">
+ <properties>
+ <help>Protocol wide LDP-IGP synchronization configuration</help>
+ </properties>
+ <children>
+ <leafNode name="holddown">
+ <properties>
+ <help>Protocol wide 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>
+ </children>
+</node>
+<!-- include end -->