diff options
author | Cheeze_It <none@none.com> | 2023-03-19 19:24:50 -0600 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2023-04-04 10:27:33 -0600 |
commit | 3ffb5ff16543576e73f23125e4590fa57b02f0b7 (patch) | |
tree | 1a5479aec55199ac195bd4c6761d7e693cdbfb8a /interface-definitions/include/ldp-sync-interface.xml.i | |
parent | 94b65bb3936b607a6bc85fe23176ff855c722519 (diff) | |
download | vyos-1x-3ffb5ff16543576e73f23125e4590fa57b02f0b7.tar.gz vyos-1x-3ffb5ff16543576e73f23125e4590fa57b02f0b7.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.i | 22 |
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 --> |