mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 07:21:59 +00:00
Merge pull request #3919 from sworleys/Remove-SNL-Var
zebra: Remove unused sockaddr variable
This commit is contained in:
commit
414d04adb8
@ -1438,7 +1438,6 @@ static int netlink_neigh_update(int cmd, int ifindex, uint32_t addr, char *lla,
|
|||||||
static int netlink_route_multipath(int cmd, struct zebra_dplane_ctx *ctx)
|
static int netlink_route_multipath(int cmd, struct zebra_dplane_ctx *ctx)
|
||||||
{
|
{
|
||||||
int bytelen;
|
int bytelen;
|
||||||
struct sockaddr_nl snl;
|
|
||||||
struct nexthop *nexthop = NULL;
|
struct nexthop *nexthop = NULL;
|
||||||
unsigned int nexthop_num;
|
unsigned int nexthop_num;
|
||||||
int family;
|
int family;
|
||||||
@ -1747,11 +1746,6 @@ static int netlink_route_multipath(int cmd, struct zebra_dplane_ctx *ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
skip:
|
skip:
|
||||||
|
|
||||||
/* Destination netlink address. */
|
|
||||||
memset(&snl, 0, sizeof(snl));
|
|
||||||
snl.nl_family = AF_NETLINK;
|
|
||||||
|
|
||||||
/* Talk to netlink socket. */
|
/* Talk to netlink socket. */
|
||||||
return netlink_talk_info(netlink_talk_filter, &req.n,
|
return netlink_talk_info(netlink_talk_filter, &req.n,
|
||||||
dplane_ctx_get_ns(ctx), 0);
|
dplane_ctx_get_ns(ctx), 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user