aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2006-08-04 03:39:22 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:53:42 -0700
commite1ef4bf23b1ced0bf78a1c98289f746486e5c912 (patch)
tree9085559a5bf39e2dffa33d2ae4548d7b15d27064 /net/ipv4/fib_frontend.c
parent[IPV6]: Policy Routing Rules (diff)
downloadlinux-dev-e1ef4bf23b1ced0bf78a1c98289f746486e5c912.tar.xz
linux-dev-e1ef4bf23b1ced0bf78a1c98289f746486e5c912.zip
[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.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)
ip_fib_local_table = fib_hash_init(RT_TABLE_LOCAL);
ip_fib_main_table = fib_hash_init(RT_TABLE_MAIN);
#else
- fib_rules_init();
+ fib4_rules_init();
#endif
register_netdevice_notifier(&fib_netdev_notifier);