diff options
| author | Michael Biebl <biebl@debian.org> | 2020-02-19 23:32:13 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-02-19 23:32:13 +0100 |
| commit | 3c2c324f025086dfdd40e2ec9f6db0643625c1de (patch) | |
| tree | 4efeae8faed34c747189f71b1129d67c3fe8bbf4 /docs/api/html/NetworkManager.conf.html | |
| parent | bc4ff7bc667094c9450d8a34abe552886c4b1f73 (diff) | |
| parent | e536d40eaea5dcdc0743b0a5e8e17faa46608a50 (diff) | |
Update upstream source from tag 'upstream/1.22.8'
Update to upstream version '1.22.8' with Debian dir 692c834c9a0433e17bbad56345902291f4c31d2a
Diffstat (limited to 'docs/api/html/NetworkManager.conf.html')
| -rw-r--r-- | docs/api/html/NetworkManager.conf.html | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index 97287e90..04672d9b 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -328,6 +328,9 @@ no-auto-default=* setting below), the name server there will be localhost only. NetworkManager also writes a file <code class="filename">/run/NetworkManager/no-stub-resolv.conf</code> that contains the original name servers pushed to the DNS plugin.</p> +<p>When using <code class="literal">dnsmasq</code> and <code class="literal">systemd-resolved</code> + per-connection added dns servers will always be queried using + the device the connection has been activated on.</p> </td> </tr> <tr> @@ -640,11 +643,11 @@ ipv6.ip6-privacy=0 </tr> <tr> <td><p><span class="term"><code class="varname">connection.llmnr</code></span></p></td> -<td></td> +<td><p>If unspecified, the ultimate default values depends on the DNS plugin. With systemd-resolved the default currently is "yes" (2) and for all other plugins "no" (0).</p></td> </tr> <tr> <td><p><span class="term"><code class="varname">connection.mdns</code></span></p></td> -<td></td> +<td><p>If unspecified, the ultimate default values depends on the DNS plugin. With systemd-resolved the default currently is "no" (0) and for all other plugins also "no" (0).</p></td> </tr> <tr> <td><p><span class="term"><code class="varname">connection.stable-id</code></span></p></td> @@ -716,6 +719,10 @@ ipv6.ip6-privacy=0 </p></td> </tr> <tr> +<td><p><span class="term"><code class="varname">ipv6.ra-timeout</code></span></p></td> +<td><p>If left unspecified, the default value depends on the sysctl solicitation settings.</p></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">ipv6.dhcp-duid</code></span></p></td> <td><p>If left unspecified, it defaults to "lease".</p></td> </tr> @@ -1067,6 +1074,19 @@ managed=1 </colgroup> <tbody> <tr> +<td><p><span class="term"><code class="varname">enabled</code></span></p></td> +<td><p>Whether connectivity check is enabled. + Note that to enable connectivity check, a valid uri must + also be configured. The value defaults to true, but since + the uri is unset by default, connectivity check may be disabled. + The main purpose of this option is to have a single flag + to disable connectivity check. Note that this setting can + also be set via D-Bus API at runtime. In that case, the value gets + stored in <code class="filename">/var/lib/NetworkManager/NetworkManager-intern.conf</code> + file. + </p></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">uri</code></span></p></td> <td><p>The URI of a web page to periodically request when connectivity is being checked. This page |