doc/ip-addr-bridge: RouterOS v7 path syntax

This commit is contained in:
Christian Hesse 2022-05-11 10:08:11 +02:00
parent ad6dc85320
commit 77ef9c0919

View file

@ -19,7 +19,7 @@ Just install the script:
... and make it run from scheduler: ... and make it run from scheduler:
/ system scheduler add name=ip-addr-bridge on-event="/ system script run ip-addr-bridge;" start-time=startup; /system/scheduler/add name=ip-addr-bridge on-event="/system/script/run ip-addr-bridge;" start-time=startup;
This will disable IP addresses on bridges without at lease one running port. This will disable IP addresses on bridges without at lease one running port.
The IP address is enabled if at least one port is running. The IP address is enabled if at least one port is running.