chain=forward action=mark-connection
new-connection-mark=never_heavy_conn passthrough=yes protocol=tcp
dst-address-list=never_heavy connection-mark=heavy_traffic_conn
I expected mark-connection to mark to and from traffic for that connection. Yet above rule applies heavy_traffic_conn to one side of the connection only (due to dst-address). So, for example, if connection (to and from) was marked normal_traffic_conn, after above rule upload will still be marked normal_traffic_conn but download will have the new heavy_traffic_conn connection mark.
Is this expected behavior?
thanks,
Michael