On Mon, Jun 27, 2016 at 09:57:25PM +0800, Liping Zhang wrote: > From: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx> > > Before: > # iptables-translate -A INPUT -m realm --realm 1/0xf > nft add rule ip filter INPUT rtclassid and 0x1 == 0xf counter > > Apply this patch: > # iptables-translate -A INPUT -m realm --realm 1/0xf > nft add rule ip filter INPUT rtclassid and 0xf == 0x1 counter Applied, thanks. -- 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