diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 18:25:29 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-16 18:25:29 +0200 |
| commit | e8c0c4050b07c08cc0f34d41cdff98f2cdc1cc93 (patch) | |
| tree | 79a3d9572e508d4b193ea175c8ed103b2024f727 /man/NetworkManager-wait-online.service.xml | |
| parent | 49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff) | |
| parent | 0018d1f3cf71d680d7b6bceda55a5717244d8b26 (diff) | |
Update upstream source from tag 'upstream/1.39.90'
Update to upstream version '1.39.90' with Debian dir 898f1bfdb7bf17595463e4195c78d8455df545e6
Diffstat (limited to 'man/NetworkManager-wait-online.service.xml')
| -rw-r--r-- | man/NetworkManager-wait-online.service.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/man/NetworkManager-wait-online.service.xml b/man/NetworkManager-wait-online.service.xml index d061643c..9bc947e5 100644 --- a/man/NetworkManager-wait-online.service.xml +++ b/man/NetworkManager-wait-online.service.xml @@ -95,6 +95,11 @@ setting). While trying and retrying, NetworkManager is busy until all profiles and devices either reached an activated or disconnected state and no further events are expected. + <para> + </para> + Basically, as long as there are devices and connections in <literal>activating</literal> + state visible with <command>nmcli device</command> and <command>nmcli connection</command>, + startup is still pending. </para> </listitem> <listitem> @@ -122,9 +127,27 @@ </listitem> <listitem> <para> + Dispatcher scripts for the "pre-up" event run at a late stage during activation + of a profile. These scripts block the activation for when NetworkManager considers + the profile fully activated. + See also <link linkend='NetworkManager-dispatcher'><citerefentry><refentrytitle>NetworkManager-dispatcher</refentrytitle><manvolnum>8</manvolnum></citerefentry></link> + for details. + </para> + </listitem> + <listitem> + <para> + The connection property <literal>connection.wait-activation-delay</literal> also + adds an additional delay during activation and delays startup complete. This is to + workaround certain cases where a device is known to not be ready for a certain + amount of time. + </para> + </listitem> + <listitem> + <para> The property <literal>connection.wait-device-timeout</literal> of the connection profiles waits until the waited devices appear. This is useful if the driver - takes a longer time to detect the networking interfaces. + takes a longer time to detect the networking interfaces. Similar with the + <literal>connection.gateway-ping-timeout</literal> property. </para> </listitem> <listitem> |