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, 3 insertions, 1 deletions
diff --git a/include/net/netfilter/nft_masq.h b/include/net/netfilter/nft_masq.h
index e2a518b60e19..a3f3c11b2526 100644
--- a/include/net/netfilter/nft_masq.h
+++ b/include/net/netfilter/nft_masq.h
@@ -2,7 +2,9 @@
#define _NFT_MASQ_H_
struct nft_masq {
- u32 flags;
+ u32 flags;
+ enum nft_registers sreg_proto_min:8;
+ enum nft_registers sreg_proto_max:8;
};
extern const struct nla_policy nft_masq_policy[];