blob: a630bec329626704eefc4144f7b1baacfdeb3d33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- include start from accel-ppp/lcp-echo-timeout.xml.i -->
<leafNode name="lcp-echo-timeout">
<properties>
<help>Timeout in seconds to wait for any peer activity. If this option specified it turns on adaptive lcp echo functionality and "lcp-echo-failure" is not used.</help>
<constraint>
<validator name="numeric" argument="--positive"/>
</constraint>
</properties>
<defaultValue>0</defaultValue>
</leafNode>
<!-- include end -->
|