Address-list

Hi.

I am beginner in RouterOS scripting. So may be my question is easy but cannt find answer.

I have a few addres-list record :

[admin@MikroTik] >> /ip firewall address-list print
Flags: X - disabled, D - dynamic

LIST ADDRESS TIMEOUT

0 AllowInet 192.168.88.172
1 AllowInet 192.168.88.214
2 AllowInet 192.168.88.160
3 AllowInet 192.168.88.254
4 AllowInet 192.168.88.222
5 D wccp 192.168.88.1 5s

Last record "wccp" generated from mangle rule. By my opinion command :
/ip firewall address-list find list=AllowInet

must return a list of Address-list record but this return nothing.

What's i do worng?

PS. Sorry my english :slight_smile:

So you want to print only AllowInet lists ?

Can do this with
/ip firewall address-list print where list=AllowInet