diff options
author | Jiri Pirko | 2016-09-26 12:52:33 +0200 |
---|---|---|
committer | David S. Miller | 2016-09-28 10:48:00 +0200 |
commit | 347e3b28c1ba24c1ae2f30290d8247480ab9ce14 (patch) | |
tree | b84cd9ae18da57455f7e3ede13c2ef6522eecff8 /include/net/ip_fib.h | |
parent | rocker: use FIB notifications instead of switchdev calls (diff) | |
download | kernel-qcow2-linux-347e3b28c1ba24c1ae2f30290d8247480ab9ce14.tar.gz kernel-qcow2-linux-347e3b28c1ba24c1ae2f30290d8247480ab9ce14.tar.xz kernel-qcow2-linux-347e3b28c1ba24c1ae2f30290d8247480ab9ce14.zip |
switchdev: remove FIB offload infrastructure
Since this is now taken care of by FIB notifier, remove the code, with
all unused dependencies.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index ffccf1787914..b9314b48e39f 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -243,7 +243,6 @@ int fib_table_dump(struct fib_table *table, struct sk_buff *skb, struct netlink_callback *cb); int fib_table_flush(struct net *net, struct fib_table *table); struct fib_table *fib_trie_unmerge(struct fib_table *main_tb); -void fib_table_flush_external(struct fib_table *table); void fib_free_table(struct fib_table *tb); #ifndef CONFIG_IP_MULTIPLE_TABLES @@ -356,7 +355,6 @@ static inline int fib_num_tclassid_users(struct net *net) } #endif int fib_unmerge(struct net *net); -void fib_flush_external(struct net *net); /* Exported by fib_semantics.c */ int ip_fib_check_default(__be32 gw, struct net_device *dev); |