blob: 7df711d4b38d6197e0f0019ada3d55c7fac48cc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!-- include start from accel-ppp/vlan.xml.i -->
<leafNode name="vlan">
<properties>
<help>VLAN monitor for automatic creation of VLAN interfaces</help>
<valueHelp>
<format>u32:1-4094</format>
<description>VLAN for automatic creation </description>
</valueHelp>
<valueHelp>
<format>start-end</format>
<description>VLAN range for automatic creation (e.g. 1-4094)</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-4094"/>
</constraint>
<constraintErrorMessage>VLAN IDs need to be in range 1-4094</constraintErrorMessage>
<multi/>
</properties>
</leafNode>
<!-- include end -->
|