Skip to content

Commit

Permalink
netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK
Browse files Browse the repository at this point in the history
commit 9a32669 ("netfilter: nf_tables_offload: support indr block call")
left behind this.

Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
  • Loading branch information
YueHaibing authored and ummakynes committed Oct 4, 2020
1 parent 002f217 commit 82ec663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/netfilter/nf_tables_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82ec663

Please sign in to comment.