diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-02-26 16:47:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-26 16:47:08 +0100 |
| commit | fe972cbfd4973e1156f317c2425af8199892a01b (patch) | |
| tree | 5bfe1c405cc23a7d0a927902de4680f88884077e /zebra/zebra_rib.c | |
| parent | d28acb1d0ec7946b55bf57de2467728054725e33 (diff) | |
| parent | cd787a8a45ea3c94a689d5ff01ddf62467373550 (diff) | |
Merge pull request #9947 from mjstapp/mpls_incoming
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index c386fc4871..af159da3cc 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -4320,6 +4320,10 @@ static void rib_process_dplane_results(struct thread *thread) zebra_if_addr_update_ctx(ctx); break; + case DPLANE_OP_INTF_NETCONFIG: + zebra_if_netconf_update_ctx(ctx); + break; + /* Some op codes not handled here */ case DPLANE_OP_ADDR_INSTALL: case DPLANE_OP_ADDR_UNINSTALL: |
