diff options
| author | Thomas Haller <thaller@redhat.com> | 2017-11-21 15:48:57 +0100 |
|---|---|---|
| committer | Thomas Haller <thaller@redhat.com> | 2017-11-28 10:33:26 +0100 |
| commit | b595a80977193c7dd2a79ab5bd3caaa28bb88252 (patch) | |
| tree | 67c92fcfe618eecfff8b42dee4b1bba86f110327 /man/NetworkManager.conf.xml | |
| parent | 021d797089df3617aa3862bb2c9ff8975b1b02b1 (diff) | |
| download | NetworkManager-b595a80977193c7dd2a79ab5bd3caaa28bb88252.tar.gz | |
device: make carrier-wait-timeout configurable per device
As this depends on the particular host configuration, it's hard to find
a default that suits everybody. At least make it configurable per-device.
https://bugzilla.redhat.com/show_bug.cgi?id=1483343
https://bugzilla.redhat.com/show_bug.cgi?id=1515027
Diffstat (limited to 'man/NetworkManager.conf.xml')
| -rw-r--r-- | man/NetworkManager.conf.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index f0c3c5c85b..446540aa1b 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -856,6 +856,24 @@ managed=1 </para> </listitem> </varlistentry> + <varlistentry id="carrier-wait-timeout"> + <term><varname>carrier-wait-timeout</varname></term> + <listitem> + <para> + Specify the timeout for waiting for carrier in milliseconds. + When the device loses carrier, NetworkManager does not react + immediately. Instead, it waits for this timeout before considering + the link lost. Also, on startup, NetworkManager considers the + device as busy for this time, as long as the device has no carrier. + This delays startup-complete signal and NetworkManager-wait-online. + Configuring this too high means to block NetworkManager-wait-online + longer then necessary. Configuring it too low, means that NetworkManager + will declare startup-complete, although carrier is about to come + and auto-activation to kick in. + The default is 5000 milliseconds. + </para> + </listitem> + </varlistentry> <varlistentry id="ignore-carrier"> <term><varname>ignore-carrier</varname></term> <listitem> |
