hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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