summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ldp-sync-interface.xml.i
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-12 21:29:09 +0200
committerGitHub <noreply@github.com>2023-04-12 21:29:09 +0200
commitf0c274a2187a6fadb9bc49108be95292fad679a8 (patch)
tree5fec1ade05cf0fd50bda1fbd4ebb87049e09069b /interface-definitions/include/ldp-sync-interface.xml.i
parentc04976f3ccfb5a739a679050a4238a2cfa1e81d8 (diff)
parent9347bfa209626167f7f04856a81fc4ccab1aaccd (diff)
downloadvyos-1x-f0c274a2187a6fadb9bc49108be95292fad679a8.tar.gz
vyos-1x-f0c274a2187a6fadb9bc49108be95292fad679a8.zip
Merge pull request #1904 from Cheeze-It/current
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 -->