Hello, ROS5.19
I have the following PCC rules:
add action=mark-connection chain=pcc in-interface=Idatacenter new-connection-mark=CM_wan1 per-connection-classifier=src-address:3/0
add action=mark-connection chain=pcc in-interface=Idatacenter new-connection-mark=CM_wan2 per-connection-classifier=src-address:3/1
add action=mark-connection chain=pcc in-interface=Idatacenter new-connection-mark=CM_wan3 per-connection-classifier=src-address:3/2
add action=mark-routing chain=pcc connection-mark=CM_wan1 in-interface=Idatacenter new-routing-mark=RM_wan1 passthrough=no
add action=mark-routing chain=pcc connection-mark=CM_wan2 in-interface=Idatacenter new-routing-mark=RM_wan2 passthrough=no
add action=mark-routing chain=pcc connection-mark=CM_wan3 in-interface=Idatacenter new-routing-mark=RM_wan3 passthrough=no
add action=log chain=pcc log-prefix=“PCC FAILED!”
But I get a lot of traffic TCP that is logged with the last rule.
As I understand, PCC is supposed to mark all traffic(3:0/1/2), and the route-mark with passthrough=no should i.o.w. never reach the log rule. The logs also show that is is traffic from same in-interface, I have rules that filter out other local traffic, so all traffic that reach this pcc chain is suppoosed to be outgoing forwarded traffic that need to be load balanced.
At the moment the PCC is not working as expected as there are issues with gaming, but if I force traffic from a sr-address to go through 1 line, then it works ok, so it seems PCC is the problem a.t.m.
Regards
Ekkas