diff options
| author | Stephen Worley <sworley@nvidia.com> | 2022-08-16 11:21:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 11:21:04 -0400 |
| commit | d30d63f4f719168e179e34e1efa66ba86b33b493 (patch) | |
| tree | bf19088b80fd2ad85f31be0814480e8e6c794c8e /zebra/interface.c | |
| parent | fdbff7d1a8526605ee0782349463ff5592ad873d (diff) | |
| parent | c8e718ce1f2ebf2769ae02883c85149ae61973c9 (diff) | |
Merge pull request #11694 from sigeryang/master
zebra: add basic traffic control API
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index 205fa88293..c674b499ac 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -1573,6 +1573,9 @@ void zebra_if_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_TC_INSTALL: + case DPLANE_OP_TC_UPDATE: + case DPLANE_OP_TC_DELETE: break; /* should never hit here */ } } |
