blob: 5ef4de633fe8a6198ab500a93a184ec8c151f283 (
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="--allow-range --range 1-4094"/>
</constraint>
<constraintErrorMessage>VLAN IDs need to be in range 1-4094</constraintErrorMessage>
<multi/>
</properties>
</leafNode>
<!-- include end -->
|