Lance Yang <ioworker0@xxxxxxxxx> wrote: > From: Lance Yang <lance.yang@xxxxxxxxx> > > When no logger is registered, nf_conntrack_log_invalid fails to log invalid > packets, leaving users unaware of actual invalid traffic. Improve this by > loading nf_log_syslog, similar to how 'iptables -I FORWARD 1 -m conntrack > --ctstate INVALID -j LOG' triggers it. Acked-by: Florian Westphal <fw@xxxxxxxxx>