On Sun, Mar 06, 2016 at 10:26:57AM -0500, Janani Ravichandran wrote: > Add translation for rt for options --rt-type, --rt-segsleft and --rt-len. > > Examples: > > $ sudo ip6tables-translate -A INPUT -m rt --rt-type 0 -j DROP > nft add rule ip6 filter INPUT rt type 0 counter drop > > $ sudo ip6tables-translate -A INPUT -m rt ! --rt-len 22 -j DROP > nft add rule ip6 filter INPUT rt hdrlength != 22 counter drop > > $ sudo ip6tables-translate -A INPUT -m rt --rt-segsleft 26 -j ACCEPT > nft add rule ip6 filter INPUT rt seg-left 26 counter accept > > The xlate function returns 0 for other options. Applied, thanks Janani. -- 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