On Sat, Jan 09, 2016 at 01:23:13AM +0530, Shivani Bhardwaj wrote: > Add translation for the network classifier cgroup to nftables. > > Examples: > > $ sudo iptables-translate -A input -m cgroup --cgroup 0x100001 -j DROP > nft add rule ip filter input meta cgroup 1048577 counter drop > > $ sudo iptables-translate -A input -m cgroup ! --cgroup 0x100001 -j DROP > nft add rule ip filter input meta cgroup != 1048577 counter drop Please, rebase upon the xlate4 branch. Tejun sent us the cgroups2 updates and this patch doesn't apply on top of those. Thanks Shivani. -- 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