diff options
author | Thomas Graf <tgraf@suug.ch> | 2006-08-04 06:39:22 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:53:42 -0400 |
commit | e1ef4bf23b1ced0bf78a1c98289f746486e5c912 (patch) | |
tree | 9085559a5bf39e2dffa33d2ae4548d7b15d27064 /net/ipv4/fib_frontend.c | |
parent | 101367c2f8c464ea96643192673aa18d88e6336d (diff) |
[IPV4]: Use Protocol Independant Policy Routing Rules Framework
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_frontend.c')
-rw-r--r-- | net/ipv4/fib_frontend.c | 2 |
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); |