Unable to set "Ageing Time" to 0

Hi!

[admin@MikroTik] /interface bridge> set ageing-time=00:00:00           
value of ageing-time is out of range (00:00:10 .. 1w4d13:46:40)

In linux I can do

brctl setageing <bridge> 0

and thereafter, the bridge begins to operate as a hub, it starts forward incoming packets to all ports.

If I can’t set ageing time to 0, maybe there’s another way to do it?

Did you find a solution?