Bridge:Filters:IPRange

Hello,
MikroTik RouterOS 6.29.1
One interface - local network 192.168.0.0 with Internet access
Another interface - local production network 10.0.0.0 with VPN access to remote network 172.16.0.0 (via first interface).
i have to block trafic between 192.168.0.16-255 and 172.16.0.0
but i can’t set up a range of IP. Only subnetworks:

1 chain=input action=drop mac-protocol=ip src-address=192.168.0.16/28 dst-address=172.16.0.0/24 log=no log-prefix=“”
2 chain=input action=drop mac-protocol=ip src-address=192.168.0.32/27 dst-address=172.16.0.0/24 log=no log-prefix=“”
3 chain=input action=drop mac-protocol=ip src-address=192.168.0.64/26 dst-address=172.16.0.0/24 log=no log-prefix=“”
4 chain=input action=drop mac-protocol=ip src-address=192.168.0.128/25 dst-address=172.16.0.0/24 log=no log-prefix=“”

is it possible to set up the IP range?

Try src-address=192.168.0.16-192.168.0.255.

it’s impossible:

It’s two months since that post, so I no longer remember it. But it looks like I either mixed bridge filters with IP firewall (probably not) or just assumed it would work the same (maybe, but I usually test thing I’m not sure about). Anyway, it doesn’t work now, so I must have made a mistake. Sorry.