summaryrefslogtreecommitdiff
path: root/zebra/zebra_dplane.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_dplane.c')
-rw-r--r--zebra/zebra_dplane.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c
index 3cf1701b81..b57c930154 100644
--- a/zebra/zebra_dplane.c
+++ b/zebra/zebra_dplane.c
@@ -6998,20 +6998,6 @@ kernel_dplane_process_ipset_entry(struct zebra_dplane_provider *prov,
dplane_provider_enqueue_out_ctx(prov, ctx);
}
-void dplane_rib_add_multipath(afi_t afi, safi_t safi, struct prefix *p,
- struct prefix_ipv6 *src_p, struct route_entry *re,
- struct nexthop_group *ng, int startup,
- struct zebra_dplane_ctx *ctx)
-{
- if (!ctx)
- rib_add_multipath(afi, safi, p, src_p, re, ng, startup);
- else {
- dplane_ctx_route_init_basic(ctx, dplane_ctx_get_op(ctx), re, p,
- src_p, afi, safi);
- dplane_provider_enqueue_to_zebra(ctx);
- }
-}
-
/*
* Kernel provider callback
*/