diff options
| author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2020-05-08 16:53:25 -0700 |
|---|---|---|
| committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2020-10-26 10:32:51 -0700 |
| commit | c60522f7026b51e7440832f4b0d80fcd0111270f (patch) | |
| tree | 25ae877fe3fefd7e6a93b13d6a17c7dd30829feb /zebra/zebra_rib.c | |
| parent | 1103c5c6cd2a2219a2c6b116229a3b96540ed80d (diff) | |
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 <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
