blob: c82c811f6b13115d866900c4367fb61d740a99f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 -->
|