blob: 87296a050be188193bf70bcf25cd5c0b2bd4836b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<leafNode name="mtu">
<properties>
<help>Maximum Transmission Unit (MTU)</help>
<valueHelp>
<format>1450-9000</format>
<description>Maximum Transmission Unit</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1450-9000"/>
</constraint>
<constraintErrorMessage>MTU must be between 1450 and 9000</constraintErrorMessage>
</properties>
</leafNode>
|