From 78e54ded796548d5d1c48f847de3a969f1c896d7 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 13 Nov 2018 10:21:16 -0500 Subject: [PATCH] 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 --- zebra/rt_netlink.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index a65d477f0379..da74a757bfd1 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -1711,6 +1711,8 @@ static int netlink_route_multipath(int cmd, struct zebra_dplane_ctx *ctx) setsrc = 1; } } + + continue; } if ((cmd == RTM_NEWROUTE