Skip to content

netns: schedule a commit update if ECMP nexthop is unreachable

Fernando Fernández Mancera requested to merge ff/fix_ecmp_and_dummy into main

Kernel enforces that all nexthops must be reachable through a route. L3cfg is generating dependent onlink routes to solve this problem but the IPv4 ECMP commit is happening before that. When there is a failure adding the ECMP route to kernel, we schedule another commit update as we expect that when the next commit happens the nexthop dependent routes are going to be there.

Merge request reports