summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/gt.xml.i
blob: c879171eeff943c582a5da5256ce809081c60648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from firewall/gt.xml.i -->
<leafNode name="gt">
  <properties>
    <help>Match on greater then value</help>
    <valueHelp>
      <format>u32:0-255</format>
      <description>Greater then value</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 0-255"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->