From 30af74a8f51f22802db8e393ac86293a54ebcd9d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 8 Feb 2021 22:42:38 +0100 Subject: bgp: T1513: initial implementation of L2VPN EVPN support --- interface-definitions/protocols-bgp.xml.in | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'interface-definitions/protocols-bgp.xml.in') diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index e5122fe8d..3b7910766 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -217,6 +217,43 @@ + + + L2VPN EVPN BGP settings + + + + + Advertise All local VNIs + + + + + + Advertise All default g/w mac-ip routes in EVPN + + + + + + Advertise svi mac-ip routes in EVPN + + + + + + VXLAN Network Identifier + + u32:1-16777215 + VNI number + + + + + + + + @@ -318,6 +355,7 @@ #include #include + #include @@ -771,6 +809,7 @@ #include #include + #include #include -- cgit v1.2.3