blob: 336845b772f11338e1e888d14ec539e983cea2f2 (
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>1200-9000</format>
<description>Maximum Transmission Unit</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1200-9000"/>
</constraint>
<constraintErrorMessage>MTU must be between 1200 and 9000</constraintErrorMessage>
</properties>
</leafNode>
|