hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/net/ipv4/fib_frontend.c
....@@ -573,6 +573,9 @@
573573 cfg->fc_scope = RT_SCOPE_UNIVERSE;
574574 }
575575
576
+ if (!cfg->fc_table)
577
+ cfg->fc_table = RT_TABLE_MAIN;
578
+
576579 if (cmd == SIOCDELRT)
577580 return 0;
578581