Hello, I would like to write rule similar to: iptables -t nat -A POSTROUTING -o ppp0 -m policy --dir out --pol ipsec -j RETURN in nftables. But I am not successful. I tried: oifname "ppp0" meta secpath exists return with no luck. Is there some equvalent of the iptables command? Thanks Marek