mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 16:57:44 +00:00
zebra: Add bsd nexthop install boilerplate
Add some boilerplate for nexthop installation for bsd kernels. They do not support nexthop objects for now so its just boilerplate. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
parent
62b045d6c5
commit
07cc1745ff
@ -364,6 +364,11 @@ enum zebra_dplane_result kernel_route_update(struct zebra_dplane_ctx *ctx)
|
||||
return res;
|
||||
}
|
||||
|
||||
enum zebra_dplane_result kernel_nexthop_update(struct zebra_dplane_ctx *ctx)
|
||||
{
|
||||
return ZEBRA_DPLANE_REQUEST_SUCCESS;
|
||||
}
|
||||
|
||||
int kernel_neigh_update(int add, int ifindex, uint32_t addr, char *lla,
|
||||
int llalen, ns_id_t ns_id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user