i am trying to setup a system where all http traffic is prioritized over other traffic. so far what i have is:
[xxx] ip firewall mangle> print
Flags: X - disabled, I - invalid, D - dynamic
0 X chain=input protocol=tcp src-port=80 action=mark-connection
new-connection-mark=http_conn passthrough=yes
1 X chain=input connection-mark=http_conn action=mark-packet
new-packet-mark=http_conn passthrough=no
0 X name="http_management" parent=main_t1 packet-mark=http_conn limit-at=0
queue=default priority=3 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s
But no results. the http_management queue doesnt even show traffic.
anyone have this or something similar setup?
Thanks