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