blob: 9f223d7ed8afd01b9f76553b8f02d390287bbe75 (
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>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 -->
|