aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bridge-port.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-02-18 14:52:47 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-02-18 21:45:38 +0100
commitd5afc79eed2a54ab005f1b0ccf656c43a57e0a9b (patch)
treefb659b8c3fff90a6c5068513293c67132c3ec9aa /doc/bridge-port.md
parent2db73a189c6eb2cc16ec2f2a4c4b33133ae8130d (diff)
global: drop script 'global-wait'change-44
All scripts wait for the global functions on their own now.
Diffstat (limited to 'doc/bridge-port.md')
-rw-r--r--doc/bridge-port.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/bridge-port.md b/doc/bridge-port.md
index 167fa87..8cbe15b 100644
--- a/doc/bridge-port.md
+++ b/doc/bridge-port.md
@@ -33,11 +33,9 @@ There is also global configuration:
* `BridgePortTo`: specify the configuration to be applied by default
-Install [global-wait](global-wait.md) and 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;
- / system scheduler add name=bridge-port-to-default on-event="/ system script { run global-wait; run bridge-port-to-default; }" start-time=startup;
+ / system scheduler add name=bridge-port-to-default on-event="/ system script run bridge-port-to-default;" start-time=startup;
Usage and invocation
--------------------
@@ -75,11 +73,6 @@ More configuration can be loaded by setting `BridgePortTo`:
* Interfaces `en1` and `en2` are unchanged.
* Interface `en3` is put in bridge `br-intern`.
-See also
---------
-
-* [Wait for configuration und functions](global-wait.md)
-
---
[◀ Go back to main README](../README.md)
[▲ Go back to top](#top)