summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/firewall-mark.xml.i
blob: 36a939ba309ff461cfe66c0ff0dee2dfb6f2fe6a (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
26
<!-- include start from firewall/firewall-mark.xml.i -->
<leafNode name="mark">
  <properties>
    <help>Firewall mark</help>
    <valueHelp>
      <format>u32:0-2147483647</format>
      <description>Firewall mark to match</description>
    </valueHelp>
    <valueHelp>
      <format>!u32:0-2147483647</format>
      <description>Inverted Firewall mark to match</description>
    </valueHelp>
    <valueHelp>
      <format>&lt;start-end&gt;</format>
      <description>Firewall mark range to match</description>
    </valueHelp>
    <valueHelp>
      <format>!&lt;start-end&gt;</format>
      <description>Firewall mark inverted range to match</description>
    </valueHelp>
    <constraint>
      <validator name="numeric-exclude" argument="--allow-range --range 0-2147483647"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->