blob: 6459fcf4796763a4f6f3e107aa03d0539febec60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- included start from bgp-ebgp-multihop.xml.i -->
<leafNode name="ebgp-multihop">
<properties>
<help>Allow this EBGP neighbor to not be on a directly connected network</help>
<valueHelp>
<format>u32:1-255</format>
<description>Number of hops</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-255"/>
</constraint>
</properties>
</leafNode>
<!-- included end -->
|