mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 06:39:35 +00:00
zebra: remove unused dplane route api
Remove a route api that's no longer used after refactoring the netlink and FPM code. Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
parent
29122bc9b8
commit
d06975f44f
@ -6998,20 +6998,6 @@ kernel_dplane_process_ipset_entry(struct zebra_dplane_provider *prov,
|
|||||||
dplane_provider_enqueue_out_ctx(prov, ctx);
|
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
|
* Kernel provider callback
|
||||||
*/
|
*/
|
||||||
|
@ -1272,16 +1272,6 @@ void zebra_dplane_shutdown(void);
|
|||||||
void zebra_dplane_startup_stage(struct zebra_ns *zns,
|
void zebra_dplane_startup_stage(struct zebra_ns *zns,
|
||||||
enum zebra_dplane_startup_notifications spot);
|
enum zebra_dplane_startup_notifications spot);
|
||||||
|
|
||||||
/*
|
|
||||||
* decision point for sending a routing update through the old
|
|
||||||
* straight to zebra master pthread or through the dplane to
|
|
||||||
* the master pthread for handling
|
|
||||||
*/
|
|
||||||
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);
|
|
||||||
|
|
||||||
enum zebra_dplane_startup_notifications
|
enum zebra_dplane_startup_notifications
|
||||||
dplane_ctx_get_startup_spot(struct zebra_dplane_ctx *ctx);
|
dplane_ctx_get_startup_spot(struct zebra_dplane_ctx *ctx);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user