blob: 78b461f9df93abff61c0b2c9fb2f674be44cc82c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="protocols">
<children>
<node name="bgp" owner="${vyos_conf_scripts_dir}/protocols_bgp.py">
<properties>
<help>Border Gateway Protocol (BGP)</help>
<priority>820</priority>
</properties>
<children>
#include <include/bgp/protocol-common-config.xml.i>
<node name="address-family">
<children>
<node name="l2vpn-evpn">
<children>
<leafNode name="advertise-all-vni">
<properties>
<help>Advertise all local VNIs</help>
<valueless/>
</properties>
</leafNode>
</children>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|