diff options
author | Thomas Graf <tgraf@suug.ch> | 2007-03-26 02:20:05 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:27:07 -0400 |
commit | 9d9e6a5819230b5a5cc036f213135cb123ab1e50 (patch) | |
tree | e158bb0b82bdc88de053e09dd5f1897eae8536f3 /include/net/fib_rules.h | |
parent | c8822a4e00442e65d42d50db8e529d75c2025630 (diff) |
[NET] rules: Use rtnl registration interface
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/fib_rules.h')
-rw-r--r-- | include/net/fib_rules.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index d585ea9fa97d..b2b9ccdf32d6 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h | |||
@@ -5,7 +5,7 @@ | |||
5 | #include <linux/netdevice.h> | 5 | #include <linux/netdevice.h> |
6 | #include <linux/fib_rules.h> | 6 | #include <linux/fib_rules.h> |
7 | #include <net/flow.h> | 7 | #include <net/flow.h> |
8 | #include <net/netlink.h> | 8 | #include <net/rtnetlink.h> |
9 | 9 | ||
10 | struct fib_rule | 10 | struct fib_rule |
11 | { | 11 | { |
@@ -99,10 +99,6 @@ extern int fib_rules_lookup(struct fib_rules_ops *, | |||
99 | struct flowi *, int flags, | 99 | struct flowi *, int flags, |
100 | struct fib_lookup_arg *); | 100 | struct fib_lookup_arg *); |
101 | 101 | ||
102 | extern int fib_nl_newrule(struct sk_buff *, | ||
103 | struct nlmsghdr *, void *); | ||
104 | extern int fib_nl_delrule(struct sk_buff *, | ||
105 | struct nlmsghdr *, void *); | ||
106 | extern int fib_rules_dump(struct sk_buff *, | 102 | extern int fib_rules_dump(struct sk_buff *, |
107 | struct netlink_callback *, int); | 103 | struct netlink_callback *, int); |
108 | #endif | 104 | #endif |