V5.0 if firewall address list

why does the following not work in ip firewall address list

10.0.0.0/8 dont work

as i try log into 10.0.0.4
just hangs
but if i change
10.0.0.0/8 to 10.0.0.0-10.0.0.254

i can log into 10.0.0.4

is this a bug
or am i missing something

:open_mouth:

Not enough details. Post the output of “/ip firewall export” with a network diagram and an explanation of what you’re trying to do.

ill put it together and post


im just saying thats any firewall i used with with dst address list or scr addresslist 10.0.0.0/8 didnt work

but if i breake it up

like this it works fine

10.0.0.1/24
10.0.1.1/24
10.0.2.1/24
etc…

same THING just more lines in address list
this is where i use it
chain=prerouting action=mark-routing new-routing-mark=ClientB
passthrough=no dst-address=!X.X.X.X dst-address-list=!Server

add address=10.0.0.1/24 disabled=no list=Servers
add address=22.22.22.2 disabled=no list=Servers
add address=23.22.22.2 disabled=no list=Servers
add address=172.18.100.234 disabled=no list=Servers
add address=198.0.0.2 disabled=no list=Servers
add address=192.168.84.1 disabled=no list=Servers



THE LINE 10.0.0.1/24 cant set IT to 10.0.0.0/8 then it dont work
but if i set it to 10.0.0.1/24 it works fine
and if i set it to 10.0.0.1-10.0.0.254 also works fine
10.0.0.0/8 is my local network