Loading net/netfilter/nft_ct.c +2 −0 Original line number Diff line number Diff line Loading @@ -268,8 +268,10 @@ static int nft_ct_init_validate_get(const struct nft_expr *expr, static int nft_ct_init_validate_set(uint32_t key) { switch (key) { #ifdef CONFIG_NF_CONNTRACK_MARK case NFT_CT_MARK: break; #endif default: return -EOPNOTSUPP; } Loading Loading
net/netfilter/nft_ct.c +2 −0 Original line number Diff line number Diff line Loading @@ -268,8 +268,10 @@ static int nft_ct_init_validate_get(const struct nft_expr *expr, static int nft_ct_init_validate_set(uint32_t key) { switch (key) { #ifdef CONFIG_NF_CONNTRACK_MARK case NFT_CT_MARK: break; #endif default: return -EOPNOTSUPP; } Loading