blob: f6ef41019f52d5037bccb7ad03a607ed7627159d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from accel-ppp/max-concurrent-sessions.xml.i -->
<leafNode name="max-concurrent-sessions">
<properties>
<help>Maximum number of concurrent session start attempts</help>
<valueHelp>
<format>u32:0-65535</format>
<description>Maximum number of concurrent session start attempts</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--allow-range --range 0-65535"/>
</constraint>
<constraintErrorMessage>Maximum concurent sessions must be in range 0-65535</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|