]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
bgpd: support for filtering EVPN routes based on route-types.
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Sat, 27 Jan 2018 01:16:48 +0000 (17:16 -0800)
committermitesh <mitesh@cumulusnetworks.com>
Fri, 26 Jan 2018 01:26:36 +0000 (17:26 -0800)
commit33c2ff625e0865a65713a81cc25cf8c8cc47d22f
tree0351b574cf9dd0155ce86b37b881aa2c9bb9ea47
parent643215ce4cd1a38d15fdce8ea44e48b325c63272
bgpd: support for filtering EVPN routes based on route-types.

In many situations, it is desirable to only exchange EVPN routes of a particular type.
For e.g., a common deployment scenario for large DCs
is to sub-divide the DC into multiple PODs with full host mobility within a POD
(i.e., all subnets provisioned on all leaf switches within the POD)
but only do prefix-based routing across PODs.
This can be achieved by only exchanging EVPN type-5 routes across PODs.

Implement a policy to filter EVPN routes based on route type.

Ticket: CM-19394
Review: CCR-7139
Testing: Manual

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
bgpd/bgp_routemap.c