projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002f217
)
netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 18 Sep 2020 13:17:29 +0000
(21:17 +0800)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Sun, 4 Oct 2020 19:07:55 +0000
(21:07 +0200)
commit
9a32669fecfb
("netfilter: nf_tables_offload: support indr block call")
left behind this.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_offload.c
patch
|
blob
|
history
diff --git
a/net/netfilter/nf_tables_offload.c
b/net/netfilter/nf_tables_offload.c
index
9ef37c1
..
7c7e066
100644
(file)
--- a/
net/netfilter/nf_tables_offload.c
+++ b/
net/netfilter/nf_tables_offload.c
@@
-323,8
+323,6
@@
static int nft_indr_block_offload_cmd(struct nft_base_chain *basechain,
return nft_block_setup(basechain, &bo, cmd);
}
-#define FLOW_SETUP_BLOCK TC_SETUP_BLOCK
-
static int nft_chain_offload_cmd(struct nft_base_chain *basechain,
struct net_device *dev,
enum flow_block_command cmd)