summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols-bgp.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-17 20:59:38 +0200
committerChristian Breunig <christian@breunig.cc>2023-04-17 21:00:31 +0200
commitbfe57cf80f4c71236f0885408d704a69575f0b30 (patch)
tree6b64f127e2270bc66455f89d8338299309d2b046 /interface-definitions/protocols-bgp.xml.in
parentcdad13fecc8eae760634069218bd33c1bc6f767a (diff)
downloadvyos-1x-bfe57cf80f4c71236f0885408d704a69575f0b30.tar.gz
vyos-1x-bfe57cf80f4c71236f0885408d704a69575f0b30.zip
bgp: T3734: only support "l2vpn-evpn advertise-all-vni" in default VRF
Diffstat (limited to 'interface-definitions/protocols-bgp.xml.in')
-rw-r--r--interface-definitions/protocols-bgp.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in
index e1a822999..78b461f9d 100644
--- a/interface-definitions/protocols-bgp.xml.in
+++ b/interface-definitions/protocols-bgp.xml.in
@@ -9,6 +9,20 @@
</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>