Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39e393bb authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: nf_tables: add NFTA_MASQ_UNSPEC to nft_masq_attributes



To keep this consistent with other nft_*_attributes.

Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 67981fef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -806,6 +806,7 @@ enum nft_nat_attributes {
 * @NFTA_MASQ_FLAGS: NAT flags (see NF_NAT_RANGE_* in linux/netfilter/nf_nat.h) (NLA_U32)
 */
enum nft_masq_attributes {
	NFTA_MASQ_UNSPEC,
	NFTA_MASQ_FLAGS,
	__NFTA_MASQ_MAX
};