summaryrefslogtreecommitdiffstats
path: root/iptables/nft-shared.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-05-08 09:41:47 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-10 02:31:05 +0200
commit0ae81d09c93a6c27573ae561f2af09153a5f3e51 (patch)
treed737e5deb49aa62cde09959f5b726db5f8d20fe0 /iptables/nft-shared.h
parent651cfee91a8f42336b9d794c838b9f4f480308c9 (diff)
xtables-compat: ebtables: kill ebtables_command_state
Use iptables_command_state instead. This allows to re-use code from the ip(6)tables layer and reduces cop&pasted code. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/nft-shared.h')
-rw-r--r--iptables/nft-shared.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/nft-shared.h b/iptables/nft-shared.h
index 34027af9..0108b7f9 100644
--- a/iptables/nft-shared.h
+++ b/iptables/nft-shared.h
@@ -49,7 +49,6 @@ struct nft_xt_ctx {
union {
struct iptables_command_state *cs;
struct arptables_command_state *cs_arp;
- struct ebtables_command_state *cs_eb;
} state;
struct nftnl_expr_iter *iter;
int family;