summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-ppp/vlan.xml.i
blob: 9a00df21438274afbe91d2a0ea366e599feb2dc2 (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 -->