summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ldp-sync-interface.xml.i
blob: b24831bbec039ffb0697bb63fdf0aea1a46fa3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 -->