diff options
author | Christian Hesse <mail@eworm.de> | 2022-05-11 10:08:11 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-05-12 11:04:00 +0200 |
commit | 77ef9c09194c74e58ce16d1531be106b4a61fa72 (patch) | |
tree | 5d9e36f3c4877a4b2e1688135685807b9554bebe /doc | |
parent | ad6dc85320ed6d4f6051203a5702b63cbf6a20b5 (diff) |
doc/ip-addr-bridge: RouterOS v7 path syntax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ip-addr-bridge.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ip-addr-bridge.md b/doc/ip-addr-bridge.md index 44dac6a..75685bb 100644 --- a/doc/ip-addr-bridge.md +++ b/doc/ip-addr-bridge.md @@ -19,7 +19,7 @@ Just install the script: ... 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. The IP address is enabled if at least one port is running. |