From 3d9f300a2175c3997176d4b39f8602367fa4d1ff Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 8 May 2018 11:37:46 +0200 Subject: 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 --- iptables/xshared.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'iptables/xshared.h') 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 { -- cgit v1.2.3