Skip to content

Commit

Permalink
zebra: Fix netlink installation of recursive ecmp routes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Stapp committed Nov 13, 2018
1 parent cac967c commit 78e54de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zebra/rt_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,8 @@ static int netlink_route_multipath(int cmd, struct zebra_dplane_ctx *ctx)
setsrc = 1;
}
}

continue;
}

if ((cmd == RTM_NEWROUTE
Expand Down

0 comments on commit 78e54de

Please sign in to comment.