Skip to content

ipv[46]: remove @may_fail again, lower the number of routes

David Jaša requested to merge dj/ignore-nonstatic-routes-update into main

We encounter two bugs in CI:

There's another limitation in NM somewhere past 500k v6 routes. Additionally, we encounter performance drops when netns and/or device names and indices get reused. This MR now settles on:

  • 2M v4 routes, 500k v6 ones
  • skipper for ip == 6.1.* Bug 1861527 does not need further handling as it appeared only randomly.

RunTests:ipv4_ignore_nonstatic_routes,ipv6_ignore_nonstatic_routes

Edited by David Jaša

Merge request reports