aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/fib_frontend.c')
-rw-r--r--net/ipv4/fib_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
index ba2a70745a63..fe4a53d4d10d 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -656,7 +656,7 @@ void __init ip_fib_init(void)
656 ip_fib_local_table = fib_hash_init(RT_TABLE_LOCAL); 656 ip_fib_local_table = fib_hash_init(RT_TABLE_LOCAL);
657 ip_fib_main_table = fib_hash_init(RT_TABLE_MAIN); 657 ip_fib_main_table = fib_hash_init(RT_TABLE_MAIN);
658#else 658#else
659 fib_rules_init(); 659 fib4_rules_init();
660#endif 660#endif
661 661
662 register_netdevice_notifier(&fib_netdev_notifier); 662 register_netdevice_notifier(&fib_netdev_notifier);