On Tue, Jan 05, 2016 at 08:18:26PM +0530, Shivani Bhardwaj wrote: > Add translation for target REJECT to nftables. > > Examples: > > $ sudo ip6tables-translate -A FORWARD -p TCP --dport 22 -j REJECT --reject-with icmp6-reject-route > nft add rule ip6 filter FORWARD tcp dport 22 counter reject with icmpv6 type reject-route > > $ sudo ip6tables-translate -A FORWARD -p TCP --dport 22 -j REJECT --reject-with tcp-reset > nft add rule ip6 filter FORWARD tcp dport 22 counter reject with tcp reset 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