blob: f35ed550aecc388fd5f4518d9702ca3bf3fbb7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!-- include start from ipsec/replay-window.xml.i -->
<leafNode name="replay-window">
<properties>
<help>IPsec replay window to configure for this CHILD_SA</help>
<valueHelp>
<format>u32:0</format>
<description>Disable IPsec replay protection</description>
</valueHelp>
<valueHelp>
<format>u32:1-2040</format>
<description>Replay window size in packets</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-2040"/>
</constraint>
</properties>
<defaultValue>32</defaultValue>
</leafNode>
<!-- include end -->
|