diff options
author | Thomas Graf <tgraf@suug.ch> | 2007-03-22 11:57:46 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-25 22:27:12 -0700 |
commit | fa34ddd739cecf3999ec0b7562618e8321829d41 (patch) | |
tree | ddc3534b56faca48077922cddbbb79e9b5b0c1ea /include/net/dn_fib.h | |
parent | 708914cc5e1657eb1a1f9eefc6333dfd2df8c73a (diff) | |
download | linux-3.10-fa34ddd739cecf3999ec0b7562618e8321829d41.tar.gz linux-3.10-fa34ddd739cecf3999ec0b7562618e8321829d41.tar.bz2 linux-3.10-fa34ddd739cecf3999ec0b7562618e8321829d41.zip |
[DECNet]: Use rtnl registration interface
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dn_fib.h')
-rw-r--r-- | include/net/dn_fib.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/net/dn_fib.h b/include/net/dn_fib.h index f01626cbbed..30125119c95 100644 --- a/include/net/dn_fib.h +++ b/include/net/dn_fib.h @@ -148,17 +148,8 @@ extern void dn_fib_rules_cleanup(void); extern unsigned dnet_addr_type(__le16 addr); extern int dn_fib_lookup(struct flowi *fl, struct dn_fib_res *res); -/* - * rtnetlink interface - */ -extern int dn_fib_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg); -extern int dn_fib_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg); extern int dn_fib_dump(struct sk_buff *skb, struct netlink_callback *cb); -extern int dn_fib_rtm_delrule(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg); -extern int dn_fib_rtm_newrule(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg); -extern int dn_fib_dump_rules(struct sk_buff *skb, struct netlink_callback *cb); - extern void dn_fib_free_info(struct dn_fib_info *fi); static inline void dn_fib_info_put(struct dn_fib_info *fi) |