blob: a5e20f52276637254f6f0c960659b4073e98150c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from ospf/retransmit-window.xml.i -->
<leafNode name="retransmit-window">
<properties>
<help>Window for LSA retransmit</help>
<valueHelp>
<format>u32:20-1000</format>
<description>Retransmit LSAs expiring in this window (milliseconds)</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 20-1000"/>
</constraint>
</properties>
<defaultValue>50</defaultValue>
</leafNode>
<!-- include end -->
|