On Thu, Dec 31, 2015 at 10:55:28PM +0530, Shivani Bhardwaj wrote: > Add translation for AH to nftables. > > Examples: > > $ sudo ip6tables-translate -A INPUT -m ah --ahspi 500 -j DROP > nft add rule ip6 filter INPUT ah spi 500 counter drop > > $ sudo ip6tables-translate -A INPUT -m ah --ahspi 500:550 -j DROP > nft add rule ip6 filter INPUT ah spi 500-550 counter drop > > $ sudo ip6tables-translate -A INPUT -m ah ! --ahlen 120 > nft add rule ip6 filter INPUT ah hdrlength != 120 counter > > $ sudo ip6tables-translate -A INPUT -m ah --ahres > nft add rule ip6 filter INPUT ah reserved 1 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