diff options
author | Christian Hesse <mail@eworm.de> | 2022-06-08 21:30:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-06-10 11:22:46 +0200 |
commit | 782bbb2c90860e36bac9242f35bcae9f8c768f96 (patch) | |
tree | 862d8c8b199b4d3c23ab682eb981ee14a51b3631 /doc/mod/bridge-port-to.md | |
parent | e9780d9b4e07af9b09446fc74ae43f31aba1a233 (diff) |
doc/mod/bridge-port-to: fix scheduler name
Diffstat (limited to 'doc/mod/bridge-port-to.md')
-rw-r--r-- | doc/mod/bridge-port-to.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mod/bridge-port-to.md b/doc/mod/bridge-port-to.md index 2b42a9b..f86b21d 100644 --- a/doc/mod/bridge-port-to.md +++ b/doc/mod/bridge-port-to.md @@ -35,7 +35,7 @@ Also dhcp client can be handled: Add a scheduler to start with default setup on system startup: $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 -------------------- |