hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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