aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nft_masq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netfilter/nft_masq.h')
-rw-r--r--include/net/netfilter/nft_masq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/netfilter/nft_masq.h b/include/net/netfilter/nft_masq.h
index e51ab3815797..e69a8277b70b 100644
--- a/include/net/netfilter/nft_masq.h
+++ b/include/net/netfilter/nft_masq.h
@@ -4,8 +4,8 @@
struct nft_masq {
u32 flags;
- enum nft_registers sreg_proto_min:8;
- enum nft_registers sreg_proto_max:8;
+ u8 sreg_proto_min;
+ u8 sreg_proto_max;
};
extern const struct nla_policy nft_masq_policy[];