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