On Sun, Sep 11, 2016 at 10:05:27PM +0800, Liping Zhang wrote: > From: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx> > > hash_v6 is used by both nftables and ip6tables, so depend on > IP6_NF_IPTABLES is not properly. > > Actually, it only parses ipv6hdr and computes a hash value, so > even if IPV6 is disabled, there's no side effect too, remove it. Applied, thanks. We have nft_queue support for bridge now, but nfqueue_hash() takes a pkt->pf parameter expecting NFPROTO_IPV4 or NFPROTO_IPV6. So nft_queue hashing with bridge is currently broken. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html