From c60522f7026b51e7440832f4b0d80fcd0111270f Mon Sep 17 00:00:00 2001 From: Anuradha Karuppiah Date: Fri, 8 May 2020 16:53:25 -0700 Subject: zebra: dplane APIs for programming evpn-mh access port attributes This includes - 1. non-DF block filter 2. List of es-peers that need to be blocked per-access port (for split horizon filtering) 3. Backup nexthop group to failover local-es via the VxLAN overlay Signed-off-by: Anuradha Karuppiah --- zebra/zebra_rib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/zebra_rib.c') diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index ab7423a12a..08daddb164 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -3831,6 +3831,7 @@ static int rib_process_dplane_results(struct thread *thread) case DPLANE_OP_VTEP_ADD: case DPLANE_OP_VTEP_DELETE: case DPLANE_OP_NEIGH_DISCOVER: + case DPLANE_OP_BR_PORT_UPDATE: case DPLANE_OP_NONE: /* Don't expect this: just return the struct? */ dplane_ctx_fini(&ctx); -- cgit v1.2.3