diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-13 09:47:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 09:47:52 -0400 |
| commit | efe57f87dee9ad306316fc57b994f565495982f6 (patch) | |
| tree | 48cc4c18c14aba8d02308ebbe8dcc0c8d11b3f22 /zebra/zebra_rib.c | |
| parent | e11baa4c72974c851a522a6f301efdd14ba2045c (diff) | |
| parent | aa530b627de8d1d8c11e4455f3e97a8c2e045281 (diff) | |
Merge pull request #6869 from xThaid/zebra_arp
lib, zebra: add support for sending ARP requests
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 55dccc4a12..d1d56f2cdb 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -3764,6 +3764,7 @@ static int rib_process_dplane_results(struct thread *thread) case DPLANE_OP_NEIGH_DELETE: case DPLANE_OP_VTEP_ADD: case DPLANE_OP_VTEP_DELETE: + case DPLANE_OP_NEIGH_DISCOVER: case DPLANE_OP_NONE: /* Don't expect this: just return the struct? */ dplane_ctx_fini(&ctx); |
