blob: 6c7e73d9b2ad4f038235c8722656aa72eaf02fbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from bgp/afi-vpn-label.xml.i -->
<leafNode name="label">
<properties>
<help>MPLS label value assigned to route</help>
<valueHelp>
<format>u32:0-1048575</format>
<description>MPLS label value</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-1048575"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|