Ex. I want to find all firewall mangle rules where source address is NOT set.
[find src-address=“”] does not work. Nor has anything else that I have tried.
Any ideas?
i know this can be done using API queries.
as a workaround you can make script that gets src-address from mangle rule, if typeof return is nil, then field is not set.