diff options
| author | Michael Biebl <biebl@debian.org> | 2020-05-08 21:40:53 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-05-08 21:40:53 +0200 |
| commit | d460892bbfece74fb6d3cd846bf6ef548290be41 (patch) | |
| tree | 0474e5be0b5e5fac0d2f3a1e554382e8d1aa6397 /man/nm-online.xml | |
| parent | 1e5977b62f896e844b548c3007ace9e1dfa7f9ed (diff) | |
New upstream version 1.24.0 upstream/1.24.0
Diffstat (limited to 'man/nm-online.xml')
| -rw-r--r-- | man/nm-online.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/nm-online.xml b/man/nm-online.xml index 87072ec3..a0db6b3d 100644 --- a/man/nm-online.xml +++ b/man/nm-online.xml @@ -68,6 +68,14 @@ and don't order them with respect to <literal>network-online.target</literal> at all. </para> + + <para>By default, connections have the <literal>ipv4.may-fail</literal> and + <literal>ipv6.may-fail</literal> properties set to <literal>yes</literal>; + this means that NetworkManager waits for one of the two address families to + complete configuration before considering the connection activated. If you + need a specific address family configured before + <literal>network-online.target</literal> is reached, set the corresponding + <literal>may-fail</literal> property to <literal>no</literal>.</para> </refsect1> <refsect1 id='options'><title>Options</title> @@ -137,7 +145,8 @@ <listitem> <para>Time to wait for a connection, in seconds. If the option is not provided, - the default timeout is 30 seconds.</para> + the environment variable <literal>NM_ONLINE_TIMEOUT</literal> is honored. + The default timeout is 30 seconds.</para> </listitem> </varlistentry> |