blob: d6c0d3d82e76de5d3076701739aa21175f6e6ff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- included start from static-route-distance.xml.i -->
<leafNode name="distance">
<properties>
<help>Distance for this route</help>
<valueHelp>
<format>u32:1-255</format>
<description>Distance for this route</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-255"/>
</constraint>
</properties>
</leafNode>
<!-- included end -->
|