diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-05-05 07:57:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-05 07:57:04 -0400 |
| commit | 3d4b999fab50a4f08d2c4257ec059218a90ed29f (patch) | |
| tree | 135eea80ddb75fb83ff291f43b7f1a87572cf5d6 /zebra/zebra_rib.c | |
| parent | 48c20391997a9809c710d4669a05f9eee8b5bff8 (diff) | |
| parent | dee1c6c3384ca9f22f2920263640f4c4dc9eb67c (diff) | |
Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2
Nhrp use zebra 2
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 bdacd411bd..dbc5c77fd9 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -4062,6 +4062,7 @@ static int rib_process_dplane_results(struct thread *thread) case DPLANE_OP_NEIGH_DISCOVER: case DPLANE_OP_BR_PORT_UPDATE: case DPLANE_OP_NEIGH_TABLE_UPDATE: + case DPLANE_OP_GRE_SET: case DPLANE_OP_NONE: /* Don't expect this: just return the struct? */ dplane_ctx_fini(&ctx); |
