summaryrefslogtreecommitdiffstats
path: root/iptables/xshared.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-05-08 11:37:46 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-10 02:31:05 +0200
commit3d9f300a2175c3997176d4b39f8602367fa4d1ff (patch)
tree501f0146120d28a5b0d4870ea4c1dcd13b45bba9 /iptables/xshared.h
parent20e2758d95d274945584065b5f16883ffd9d8581 (diff)
xtables-compat: ebtables: remove interface masks from ebt_entry struct
They don't exist in the legacy ABI, so don't pretend otherwise. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/xshared.h')
-rw-r--r--iptables/xshared.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/iptables/xshared.h b/iptables/xshared.h
index cec5a08a..01c0eb12 100644
--- a/iptables/xshared.h
+++ b/iptables/xshared.h
@@ -76,9 +76,6 @@ struct ebt_entry {
unsigned char sourcemsk[6];
unsigned char destmac[6];
unsigned char destmsk[6];
-
- unsigned char in_mask[IFNAMSIZ];
- unsigned char out_mask[IFNAMSIZ];
};
struct iptables_command_state {