mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
zebra: Fix netlink installation of recursive ecmp routes
Recursive multipath nexthops were broken by the initial async dataplane - we were trying to install an extra, invalid nexthop. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
cac967ca3b
commit
78e54ded79
@ -1711,6 +1711,8 @@ static int netlink_route_multipath(int cmd, struct zebra_dplane_ctx *ctx)
|
|||||||
setsrc = 1;
|
setsrc = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((cmd == RTM_NEWROUTE
|
if ((cmd == RTM_NEWROUTE
|
||||||
|
Loading…
Reference in New Issue
Block a user