blob: 0a35bbbaa7358a467822ce5dc200a613cc282618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- include start from interface/interface-mtu-1450-16000.xml.i -->
<leafNode name="mtu">
<properties>
<help>Maximum Transmission Unit (MTU)</help>
<valueHelp>
<format>1450-16000</format>
<description>Maximum Transmission Unit in byte</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1450-16000"/>
</constraint>
<constraintErrorMessage>MTU must be between 1450 and 16000</constraintErrorMessage>
</properties>
<defaultValue>1500</defaultValue>
</leafNode>
<!-- include end -->
|