mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-25 13:24:33 +02:00
doc/mod/bridge-port-to: fix scheduler name
This commit is contained in:
parent
e9780d9b4e
commit
782bbb2c90
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Also dhcp client can be handled:
|
||||||
Add a scheduler to start with default setup on system startup:
|
Add a scheduler to start with default setup on system startup:
|
||||||
|
|
||||||
$ScriptInstallUpdate global-wait;
|
$ScriptInstallUpdate global-wait;
|
||||||
/system/scheduler/add name=bridge-port-vlan on-event="/system/script/run global-wait; :global BridgePortTo; \$BridgePortTo default;" start-time=startup;
|
/system/scheduler/add name=bridge-port-to on-event="/system/script/run global-wait; :global BridgePortTo; \$BridgePortTo default;" start-time=startup;
|
||||||
|
|
||||||
Usage and invocation
|
Usage and invocation
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue