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