On Mon, Jun 06, 2016 at 08:51:04PM +0200, Laura Garcia Liebana wrote: > Add translation for dscp to nftables, for both ipv4 and ipv6. > > Examples: > > $ sudo iptables-translate -t filter -A INPUT -m dscp --dscp 0x32 -j ACCEPT > nft add rule ip filter INPUT ip dscp 0x32 counter accept > > $ sudo ip6tables-translate -t filter -A INPUT -m dscp ! --dscp 0x32 -j ACCEPT > nft add rule ip6 filter INPUT ip6 dscp != 0x32 counter accept 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