/ip firewall mangle add action=mark-routing chain=prerouting comment="VCB tcp/80" dst-port=80 in-interface=!ether-vcb\ new-routing-mark=vcbox passthrough=no protocol=tcp add action=mark-routing chain=prerouting comment="VCB udp/80 - Chrome QUIC" dst-port=80 in-interface=!ether-vcb\ new-routing-mark=vcbox passthrough=no protocol=udp add action=mark-connection chain=prerouting comment="VCB MC" dst-port=80 in-interface=ether-vcb\ new-connection-mark=vcbmc passthrough=no protocol=tcp add action=mark-routing chain=prerouting comment="VCB MC/VCB" connection-mark=vcbmc in-interface=!ether-vcb\ new-routing-mark=vcbox passthrough=no protocol=tcp src-port=80 add action=mark-packet chain=forward comment="VCB HITS" dscp=12 new-packet-mark=vcbhits passthrough=no