diff options
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index e376d4b2af..c6840a503c 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -4318,11 +4318,11 @@ static void rib_process_dplane_results(struct thread *thread)  			case DPLANE_OP_INTF_ADDR_ADD:  			case DPLANE_OP_INTF_ADDR_DEL: -				zebra_if_addr_update_ctx(ctx); -				break; - +			case DPLANE_OP_INTF_INSTALL: +			case DPLANE_OP_INTF_UPDATE: +			case DPLANE_OP_INTF_DELETE:  			case DPLANE_OP_INTF_NETCONFIG: -				zebra_if_netconf_update_ctx(ctx); +				zebra_if_dplane_result(ctx);  				break;  			/* Some op codes not handled here */  | 
