diff --git a/src/core/platform/tests/test-route.c b/src/core/platform/tests/test-route.c index 0d8449b117..569d371db0 100644 --- a/src/core/platform/tests/test-route.c +++ b/src/core/platform/tests/test-route.c @@ -2234,10 +2234,12 @@ test_cache_consistency_routes(gconstpointer test_data) continue; } nmtstp_run_command("ip -%c route flush dev %s" - "%s" /* redirect */ + " table %s" /* table */ + "%s" /* redirect */ "", addr_family_char[IS_IPv4], ifname, + nmtst_rand_select_str("main", "10222", "10223", "all"), nmtst_is_debug() ? "" : " &>/dev/null"); _ensure_onlink_routes(); goto done;