diff options
| author | Patrick Ruddy <pat@voltanet.io> | 2020-10-27 16:09:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 16:09:45 +0000 |
| commit | dd511712271ae352b25288ecab318f885ade00d6 (patch) | |
| tree | 5e87dda80e297960a309fe9f398e42920704a182 /zebra/zebra_rib.c | |
| parent | aa9d75efafa7e6a5271883db184fc4239f630b7f (diff) | |
| parent | ec779825f897f8a6a6daf521c1f2f4ba6454d03d (diff) | |
Merge pull request #7158 from AnuradhaKaruppiah/mh-df-election
evpn-mh: support for DF election
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); |
