Hello,
I am trying to use the find feature /ip firewall filter find and am having no luck. according to the documentation if I pass no parameters to find then it should return everything. I have added some test filters and they show up when I do a print but not when I do a find. See below for the example, does anyone have any idea about this..I am running Router version 2.9.34.
[admin@MikroTik] > /ip firewall filter print Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward protocol=tcp dst-port=135 action=drop
1 chain=forward protocol=tcp dst-port=80 action=drop
[admin@MikroTik] > /ip firewall filter find
[admin@MikroTik] > /ip firewall filter find action=drop
[admin@MikroTik] >
Thanks