mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-20 05:50:28 +00:00
zebra: Remove unused dplane_intf_delete
There is no need for this functionality and it is not used. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
c3c9683f99
commit
cd7324dfa6
@ -4601,18 +4601,6 @@ enum zebra_dplane_result dplane_intf_update(const struct interface *ifp)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Enqueue a interface delete for the dataplane.
|
|
||||||
*/
|
|
||||||
enum zebra_dplane_result dplane_intf_delete(const struct interface *ifp)
|
|
||||||
{
|
|
||||||
enum zebra_dplane_result ret = ZEBRA_DPLANE_REQUEST_FAILURE;
|
|
||||||
|
|
||||||
if (ifp)
|
|
||||||
ret = dplane_intf_update_internal(ifp, DPLANE_OP_INTF_DELETE);
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Enqueue vxlan/evpn mac add (or update).
|
* Enqueue vxlan/evpn mac add (or update).
|
||||||
*/
|
*/
|
||||||
|
@ -747,7 +747,6 @@ enum zebra_dplane_result dplane_intf_addr_unset(const struct interface *ifp,
|
|||||||
*/
|
*/
|
||||||
enum zebra_dplane_result dplane_intf_add(const struct interface *ifp);
|
enum zebra_dplane_result dplane_intf_add(const struct interface *ifp);
|
||||||
enum zebra_dplane_result dplane_intf_update(const struct interface *ifp);
|
enum zebra_dplane_result dplane_intf_update(const struct interface *ifp);
|
||||||
enum zebra_dplane_result dplane_intf_delete(const struct interface *ifp);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Enqueue tc link changes for the dataplane.
|
* Enqueue tc link changes for the dataplane.
|
||||||
|
Loading…
Reference in New Issue
Block a user