diff options
| author | Mark Stapp <mjs.ietf@gmail.com> | 2021-07-14 11:33:11 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs.ietf@gmail.com> | 2021-09-14 11:07:30 -0400 |
| commit | 9d59df634c02c9554e65738940858041ff826a68 (patch) | |
| tree | 568bc43de20080000e112205a2fcb6999a4e3db8 /zebra/zebra_nhg.c | |
| parent | 971bad84816d31aef94fb291efa28f5c4a37df36 (diff) | |
zebra: add new dplane op codes for interface addr events
Add new dplane op values for incoming interface address add
and delete events.
Signed-off-by: Mark Stapp <mjs.ietf@gmail.com>
Diffstat (limited to 'zebra/zebra_nhg.c')
| -rw-r--r-- | zebra/zebra_nhg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c index ce11264383..c916c9a12f 100644 --- a/zebra/zebra_nhg.c +++ b/zebra/zebra_nhg.c @@ -2979,6 +2979,8 @@ void zebra_nhg_dplane_result(struct zebra_dplane_ctx *ctx) case DPLANE_OP_IPSET_ENTRY_DELETE: case DPLANE_OP_NEIGH_TABLE_UPDATE: case DPLANE_OP_GRE_SET: + case DPLANE_OP_INTF_ADDR_ADD: + case DPLANE_OP_INTF_ADDR_DEL: break; } |
