diff options
| author | Michael Biebl <biebl@debian.org> | 2022-02-14 19:23:28 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-02-14 19:23:28 +0100 |
| commit | 2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (patch) | |
| tree | e2222f5577115985dd52044d2991253403cdd952 /docs/api/html/NetworkManager.conf.html | |
| parent | 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff) | |
New upstream version 1.35.91 upstream/1.35.91
Diffstat (limited to 'docs/api/html/NetworkManager.conf.html')
| -rw-r--r-- | docs/api/html/NetworkManager.conf.html | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index d1a0cc39..02029c2e 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Part I. Manual Pages"> <link rel="prev" href="NetworkManager.html" title="NetworkManager"> <link rel="next" href="NetworkManager-dispatcher.html" title="NetworkManager-dispatcher"> -<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -245,24 +245,29 @@ no-auto-default=* </tr> <tr> <td><p><span class="term"><code class="varname">configure-and-quit</code></span></p></td> -<td><p> - When set to '<code class="literal">true</code>', NetworkManager quits after - performing initial network configuration but spawns small helpers - to preserve DHCP leases and IPv6 addresses. This is useful in - environments where network setup is more or less static or it is - desirable to save process time but still handle some dynamic - configurations. When this option is <code class="literal">true</code>, - network configuration for Wi-Fi, WWAN, Bluetooth, ADSL, and PPPoE - interfaces cannot be preserved due to their use of external - services, and these devices will be deconfigured when NetworkManager - quits even though other interface's configuration may be preserved. - Also, to preserve DHCP addresses the '<code class="literal">dhcp</code>' option - must be set to '<code class="literal">internal</code>'. The default value of - the '<code class="literal">configure-and-quit</code>' option is - '<code class="literal">false</code>', meaning that NetworkManager will continue - running after initial network configuration and continue responding - to system and hardware events, D-Bus requests, and user commands. - </p></td> +<td> +<p> + This option is no longer useful to configure in NetworkManager.conf file. + It can however also be configured on the command line with the same + values, where it has some use. + </p> +<p> + When set to '<code class="literal">initrd</code>', NetworkManager does not connect + to D-Bus and quits after configuring the network. This is an implementation + detail how the NetworkManager module of dracut can run NetworkManager. + An alternative to this is having NetworkManager as a systemd service + with D-Bus in initrd. + </p> +<p> + The value '<code class="literal">true</code>' is unsupported since version 1.36. + Previously this was a mode where NetworkManager would quit after configuring + the network and run helper processes for DHCP and SLAAC. + </p> +<p> + Otherwise, NetworkManager runs a system service with D-Bus and does not + quit during normal operation. + </p> +</td> </tr> <tr> <td><p><span class="term"><code class="varname">hostname-mode</code></span></p></td> @@ -1215,6 +1220,7 @@ managed=1 <td><p> Specify the Wi-Fi backend used for the device. Currently, supported are <code class="literal">wpa_supplicant</code> and <code class="literal">iwd</code> (experimental). + If unspecified, the default is "<code class="literal">wpa_supplicant</code>". </p></td> </tr> <tr> @@ -1788,6 +1794,6 @@ interface-name:vboxnet*,except:interface-name:vboxnet2 </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.33.0</div> +<hr>Generated by GTK-Doc V1.33.1</div> </body> </html> \ No newline at end of file |