summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ldp-sync-interface.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-interface.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-interface.xml.i')
-rw-r--r--interface-definitions/include/ldp-sync-interface.xml.i22
1 files changed, 22 insertions, 0 deletions
diff --git a/interface-definitions/include/ldp-sync-interface.xml.i b/interface-definitions/include/ldp-sync-interface.xml.i
new file mode 100644
index 000000000..b24831bbe
--- /dev/null
+++ b/interface-definitions/include/ldp-sync-interface.xml.i
@@ -0,0 +1,22 @@
+<!-- include start from ldp-igp-sync.xml.i -->
+<node name="ldp-sync">
+ <properties>
+ <help>LDP-IGP synchronization configuration for interface</help>
+ </properties>
+ <children>
+ #include <include/generic-disable-node.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>
+ </children>
+</node>
+<!-- include end -->