Using OpenWrt 24.10.0, I have configured wireguard to mark outgoing tunnel packets with fwmark 0x12345678
nft packet logging (second line) shows that the packets are indeed properly marked, but ct mark != 0x00000000 does not trigger on any of the market packets, and nor does ct mark 0x12345678.
counter packets 16 bytes 5316
limit rate 3/minute burst 5 packets log prefix "wgout " counter packets 5 bytes 1948
ct mark != 0x00000000 counter packets 0 bytes 0
ct mark 0x00000000 counter packets 16 bytes 5316
Is the connection tracking package compiled to be able to see these MARKs? Or am I doing something wrong?