blob: 8bc5b452e3a217fba9865f9f392eea57ea5a69f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from bgp/route-distinguisher.xml.i -->
<leafNode name="rd">
<properties>
<help>Route Distinguisher</help>
<valueHelp>
<format>ASN:NN_OR_IP-ADDRESS:NN</format>
<description>Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)</description>
</valueHelp>
<constraint>
<validator name="bgp-rd-rt" argument="--route-distinguisher"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|