hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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