You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ip6tables-translate -t nat -A postrouting -m hl --hl-gt 3
|
|
nft add rule ip6 nat postrouting ip6 hoplimit gt 3 counter
|
|
|
|
ip6tables-translate -t nat -A postrouting -m hl ! --hl-eq 3
|
|
nft add rule ip6 nat postrouting ip6 hoplimit != 3 counter
|