On Wed, Jan 13, 2016 at 12:56:44AM +0530, Shivani Bhardwaj wrote: > Add translation for REDIRECT target to nftables. > > Examples: > > $ sudo ip6tables-translate -t nat -A prerouting -p tcp --dport 80 -j REDIRECT --to-ports 8080 > nft add rule ip6 nat prerouting tcp dport 80 counter redirect to 8080 > > $ sudo ip6tables-translate -t nat -A prerouting -p tcp --dport 80 -j REDIRECT --to-ports 8080 --random > nft add rule ip6 nat prerouting tcp dport 80 counter redirect to 8080 random Also 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