blob: a9a833851fc5e6889b866253d67790744236c904 (
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
|
<!-- include start from bgp/afi-l2vpn-common.xml.i -->
<leafNode name="advertise-default-gw">
<properties>
<help>Advertise All default g/w mac-ip routes in EVPN</help>
<valueless/>
</properties>
</leafNode>
<leafNode name="advertise-svi-ip">
<properties>
<help>Advertise svi mac-ip routes in EVPN</help>
<valueless/>
</properties>
</leafNode>
#include <include/bgp/route-distinguisher.xml.i>
<node name="route-target">
<properties>
<help>Route Target</help>
</properties>
<children>
#include <include/bgp/route-target-both.xml.i>
#include <include/bgp/route-target-export.xml.i>
#include <include/bgp/route-target-import.xml.i>
</children>
</node>
<!-- include end -->
|