summaryrefslogtreecommitdiff
path: root/interface-definitions/include/vpp/acl_common_interface_ip_rule.xml.i
blob: a719a6223227be4c2b5032bd7b2efeac03abbdef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- include start from vpp/acl_common_interface_ip_rule.xml.i -->
<tagNode name="acl-tag">
  <properties>
    <help>ACL rule (tag) number</help>
    <valueHelp>
      <format>u32</format>
      <description>Number</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-4294967295"/>
    </constraint>
    <constraintErrorMessage>Number must be between 1 and 4294967295</constraintErrorMessage>
  </properties>
  <children>
    <leafNode name="tag-name">
      <properties>
        <help>ACL tag name</help>
        <completionHelp>
          <path>vpp acl ip tag-name</path>
        </completionHelp>
      </properties>
    </leafNode>
  </children>
</tagNode>
<!-- include end -->