diff options
| author | Michael Biebl <biebl@debian.org> | 2024-08-09 18:57:26 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-08-09 18:57:26 +0200 |
| commit | 5ebc16389d33662f712e49a8d5f3445f6b34ca05 (patch) | |
| tree | af14aec1d1271903e73ef2b45d6b9c6d6c188f44 /docs/api/html/NetworkManager.conf.html | |
| parent | f07580d7a481ecbc1e90033b7fa5607e0ab2d051 (diff) | |
| parent | e96d74409128c6a977e31f24fad9b267d2feb9a1 (diff) | |
Update upstream source from tag 'upstream/1.48.8'
Update to upstream version '1.48.8' with Debian dir b9f8c1b806c3088cd4a6040531628e5352ccb2ee
Diffstat (limited to 'docs/api/html/NetworkManager.conf.html')
| -rw-r--r-- | docs/api/html/NetworkManager.conf.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index 2b79ac84..fcd93162 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -224,7 +224,7 @@ no-auto-default=* if specified (See <a class="xref" href="NetworkManager.conf.html#ignore-carrier"><code class="varname">ignore-carrier</code></a>). Otherwise, it is a list of matches to specify for which device carrier should be ignored. See <a class="xref" href="NetworkManager.conf.html#device-spec" title="Device List Format">the section called “Device List Format”</a> for the - syntax how to specify a device. Note that master types like + syntax how to specify a device. Note that controller types like bond, bridge, and team ignore carrier by default. You can however revert that default using the "except:" specifier (or better, use the per-device setting instead of the deprecated setting). @@ -814,10 +814,15 @@ ipv6.ip6-privacy=0 </p></td> </tr> <tr> -<td><p><span class="term"><code class="varname">connection.autoconnect-slaves</code></span></p></td> +<td><p><span class="term"><code class="varname">connection.autoconnect-ports</code></span></p></td> <td></td> </tr> <tr> +<td><p><span class="term"><code class="varname">connection.autoconnect-slaves</code></span></p></td> +<td><p>This is deprecated, please use "connection.autoconnect-ports" instead. + </p></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">connection.down-on-poweroff</code></span></p></td> <td><p>Whether the connection will be brought down before the system is powered off.</p></td> </tr> @@ -1105,7 +1110,7 @@ ipv6.ip6-privacy=0 <pre class="programlisting"> [connection] ipv6.ip6-privacy=0 -connection.autoconnect-slaves=1 +connection.autoconnect-ports=1 vpn.timeout=120 [connection-wifi-wlan0] |