Olá, estou tentando utilizar umas rb 750 somente para controlar conteúdo, firewall, mangle, webproxy (sem cache).

para bloquear streamming de video testei o seguinte:

/ip firewall layer7-protocol add name=http-video regexp="http/(0.9|1.0|1.1)[x09-x0d ][1-5][0-9][0-9][x09-x0d -~]*(content-type: video)"



/ip firewall mangle add action=mark-packet chain=prerouting comment="http-video mark-packet" disabled=no layer7-protocol=http-video new-packet-mark=http-video passthrough=no


/ip firewall filter add action=drop chain=forward comment="http-video blocking" packet-mark=http-video

aparentemente o mangle não está marcando os pacotes para oque firewall bloqueie...

alguma razão para isso?