blob: b4008a63b7fe809ba47950499beda893fdf82c67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- include start from accel-ppp/mtu-128-16384.xml.i -->
<leafNode name="mtu">
<properties>
<help>Maximum Transmission Unit (MTU) - default 1492</help>
<constraint>
<validator name="numeric" argument="--range 128-16384"/>
</constraint>
</properties>
<defaultValue>1492</defaultValue>
</leafNode>
<!-- include end -->
|