ROS v3 address-lists CLI bug?

ip firewall address-list print where list="access"

prints addresses from all lists, not only ‘access’

and there could be many items with the same list/address pair
and when add two equal records, then delete one, all firewall rules will think that both records were deleted (i.e. address does not exist in address-list) until disable end then enable this item

I just reported this issue that has been there since 2.9.30 basically. I got this back:

"Currently there is some inconsistency with these commands however, that will
be fixed in the upcoming versions,

'/ip firewall address-list> print count-only where list=“2” ’
with space at the end will return correct result. "

Sam

thanks a lot, it’s working =)