summaryrefslogtreecommitdiff
path: root/interface-definitions/include/port-number.xml.i
blob: 6820df0c4822fd2baa97e903e3a49b7cf6eb230f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- include start from port-number.xml.i -->
<leafNode name="port">
  <properties>
    <help>Port number used by connection</help>
    <valueHelp>
      <format>u32:1-65535</format>
      <description>Numeric IP port</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-65535"/>
    </constraint>
    <constraintErrorMessage>Port number must be in range 1 to 65535</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->