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