Skip to content

Commit

Permalink
Merge pull request #3320 from mjstapp/fix_dp_ecmp
Browse files Browse the repository at this point in the history
zebra: Fix netlink installation of recursive ecmp routes
  • Loading branch information
donaldsharp authored Nov 13, 2018
2 parents cd5b374 + 78e54de commit bc620fb
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 bc620fb

Please sign in to comment.