I need to do something equivalent to
iptables -t raw -A OUTPUT -p udp -d 192.168.2.1 --dport tftp -j CT
--helper tftp
I tried the following
nft add rule filter output ct helper "tftp" udp dport tftp
But it looks like it doesn't work, I still get.
[ 1113.706274] nf_conntrack: automatic helper assignment is deprecated
and it will be removed soon. Use the iptables CT target to attach
helpers instead.
What is the correct syntaxe for that ?
Christophe
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html