blob: 9baf5380d396a5d8c07d292912e1d28834f3b897 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!-- included start from bgp-neighbor-afi-ipv4-labeled-unicast.xml.i -->
<node name="ipv4-labeled-unicast">
<properties>
<help>IPv4 Labeled Unicast BGP neighbor parameters</help>
</properties>
<children>
<node name="capability">
<properties>
<help>Advertise capabilities to this neighbor (IPv4)</help>
</properties>
<children>
#include <include/bgp/bgp-afi-capability-orf.xml.i>
</children>
</node>
#include <include/bgp/bgp-afi-ipv4-prefix-list.xml.i>
#include <include/bgp/bgp-afi-common.xml.i>
</children>
</node>
<!-- include end -->
|