blob: 019601c8510257c7a2b751fa6734659ca082ebc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from accel-ppp/ppp-interface-cache.xml.i -->
<leafNode name="interface-cache">
<properties>
<help>PPP interface cache</help>
<valueHelp>
<format>u32:1-256000</format>
<description>Count of interfaces to keep in cache</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-256000"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|