blob: 5940e46e432ec139d20b9aa56b0376ac6bd30bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- included start from bgp-capability.xml.i -->
<node name="capability">
<properties>
<help>Advertise capabilities to this peer-group</help>
</properties>
<children>
#include <include/bgp-capability-dynamic.xml.i>
<leafNode name="extended-nexthop">
<properties>
<help>Advertise extended-nexthop capability to this neighbor</help>
<valueless/>
</properties>
</leafNode>
</children>
</node>
<!-- included end -->
|