summaryrefslogtreecommitdiff
path: root/interface-definitions/include/qos/class-match-mark.xml.i
blob: a7481c6aac0cbae5937a0092841f7e3ca32c98b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from qos/class-match-mark.xml.i -->
<leafNode name="mark">
  <properties>
    <help>Match on mark applied by firewall</help>
    <valueHelp>
      <format>u32</format>
      <description>FW mark to match</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 0-4294967295"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->