Hello,I tried to translate an iptables command to nftables. The orignal command ist
-A FORWARD -p tcp -m policy --dir in --pol ipsec -m tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1361:1536 -j TCPMSS --set-mss 1360 -A FORWARD -p tcp -m policy --dir out --pol ipsec -m tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1361:1536 -j TCPMSS --set-mss 1360
Unfortunately iptables-restore-translate could not do it. I can't do it on my own. Can anybody tell me the right command? Best regards Tobias