Blame extensions/libip6t_hl.txlate

Packit Service d1fe03
ip6tables-translate -t nat -A postrouting -m hl --hl-gt 3
Packit Service d1fe03
nft add rule ip6 nat postrouting ip6 hoplimit gt 3 counter
Packit Service d1fe03
Packit Service d1fe03
ip6tables-translate -t nat -A postrouting -m hl ! --hl-eq 3
Packit Service d1fe03
nft add rule ip6 nat postrouting ip6 hoplimit != 3 counter