Taehee Yoo <[email protected]> wrote: > In the nft_ct_helper_obj_dump(), always priv->helper4 is dereferenced. > But if family is ipv6, priv->helper6 should be dereferenced. > > Steps to reproduces: > > #test.nft > table ip6 filter { > ct helper ftp { > type "ftp" protocol tcp > } > chain input { > type filter hook input priority 4; > ct helper set "ftp" > } > }
Acked-by: Florian Westphal <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
