Enable a Mangle rule

Hello

This works from a temainal
/ip firewall mangle enable 7

But when I put it in the script source in winbox it does not work when i run it.

Also, what is policy in winbox scripts do?

am i missing something simple?

Thanks

you must use find, for example:

/ip firewall mangle enable [ /ip firewall mangle find comment=“blablabla” ]

here is link what policies do:
http://www.mikrotik.com/testdocs/ros/2.9/system/scripting.php?permalink=0.8561919882755251

Thanks, That worked

I must have misunderstoot how it works

I will read more

Thanks again very much!

:slight_smile: