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_nhg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/zebra_nhg.c') diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c index ebefa020c8..196e3c83d0 100644 --- a/zebra/zebra_nhg.c +++ b/zebra/zebra_nhg.c @@ -2692,6 +2692,7 @@ void zebra_nhg_dplane_result(struct zebra_dplane_ctx *ctx) case DPLANE_OP_RULE_DELETE: case DPLANE_OP_RULE_UPDATE: case DPLANE_OP_NEIGH_DISCOVER: + case DPLANE_OP_BR_PORT_UPDATE: case DPLANE_OP_NONE: break; } -- cgit v1.2.3