I have a strange problem - some packets seem to drip through the mark-connection mangle rule with, which is supposed to match all, despite passthrough=no setting. What’s wrong?
/ip firewall mangle
add action=mark-connection chain=input comment="mark input as priority" new-connection-mark=conn-priority passthrough=no
add action=log chain=input comment="unmarked packets fallout count" log=yes log-prefix=fallout
I see some things get logged, why?
And router first does its mangling, then filter, correct?