Skip to content

Commit

Permalink
northd: ECMP test
Browse files Browse the repository at this point in the history
Signed-off-by: Rosemarie O'Riorden <[email protected]>
  • Loading branch information
roseoriorden committed Sep 13, 2024
1 parent 609abb1 commit ec356c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions northd/northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -13543,6 +13543,8 @@ build_static_route_flows_for_lrouter(
if (group) {
ecmp_groups_add_route(group, route);
}
} else if (route->ecmp_symmetric_reply) {
ecmp_groups_add(&ecmp_groups, route);
} else {
unique_routes_add(&unique_routes, route);
}
Expand Down

0 comments on commit ec356c8

Please sign in to comment.