I need delete all firewall rules that it is equal to ips of address list
:foreach i in=[/ip firewall address-list find] \
do={\
:global rm [/ip firewall address-list get $i address]; \
:global rm2 [/ip firewall filter find src-address=$rm]; \
/ip firewall filter remove=$rm2 };
> invalid argument name
Whats the problem?
Thanks,
Sorry for bad English