blob: a299f561e1b5aa8c29e8d29499b0b9ddf0aff961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from bgp-afi-nexthop-self.xml.i -->
<node name="nexthop-self">
<properties>
<help>Disable the next hop calculation for this peer</help>
</properties>
<children>
<leafNode name="force">
<properties>
<help>Set the next hop to self for reflected routes</help>
<valueless/>
</properties>
</leafNode>
</children>
</node>
<!-- include end -->
|