From aa92ec96078d09f9b3639109d7a24797ebb239ff Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 24 Apr 2022 21:34:47 +0200 Subject: nft: pass struct nft_xt_ctx to parse_meta() In preparation for native mark match support. Signed-off-by: Pablo Neira Ayuso --- iptables/nft-ipv6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/nft-ipv6.c') diff --git a/iptables/nft-ipv6.c b/iptables/nft-ipv6.c index 892a4854..5b767a40 100644 --- a/iptables/nft-ipv6.c +++ b/iptables/nft-ipv6.c @@ -117,7 +117,7 @@ static void nft_ipv6_parse_meta(struct nft_xt_ctx *ctx, struct nftnl_expr *e, break; } - parse_meta(e, ctx->meta.key, cs->fw6.ipv6.iniface, + parse_meta(ctx, e, ctx->meta.key, cs->fw6.ipv6.iniface, cs->fw6.ipv6.iniface_mask, cs->fw6.ipv6.outiface, cs->fw6.ipv6.outiface_mask, &cs->fw6.ipv6.invflags); } -- cgit v1.2.3