This patchset adds ttl translation to nftables by adding ip ttl to the buffer everytime a ttl match is hit as it is necessary to mention the protocol version with ttl, that is, $ sudo nft .. ttl 3 .. won't work but $ sudo nft .. ip ttl 3 .. would work. Also, since adding ip to the buffer in the code for ttl won't look suitable, some amendments have been done in the nft-ipv4 code. Shivani Bhardwaj (2): iptables: nft-ipv4: Add ip ttl to the buffer extensions: libipt_ttl: Add translation to nft extensions/libipt_ttl.c | 28 ++++++++++++++++++++++++++++ iptables/nft-ipv4.c | 3 +++ 2 files changed, 31 insertions(+) -- 1.9.1 -- 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