diff options
Diffstat (limited to 'docs/api/html/NetworkManager.conf.html')
| -rw-r--r-- | docs/api/html/NetworkManager.conf.html | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index 34063973..30d5660a 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -975,6 +975,10 @@ ipv6.ip6-privacy=0 </p></td> </tr> <tr> +<td><p><span class="term"><code class="varname">loopback.mtu</code></span></p></td> +<td><p>If configured explicitly to 0, the MTU is not reconfigured during device activation unless it is required due to IPv6 constraints. If left unspecified, a DHCP/IPv6 SLAAC provided value is used or the MTU is left unspecified on activation.</p></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">sriov.autoprobe-drivers</code></span></p></td> <td><p>If left unspecified, drivers are autoprobed when the SR-IOV VF gets created.</p></td> </tr> @@ -1428,8 +1432,8 @@ managed=1 <div class="refsect1"> <a name="id-1.2.3.14"></a><h2> <code class="literal">global-dns</code> section</h2> -<p>This section specifies global DNS settings that override - connection-specific configuration.</p> +<p>This section specifies DNS settings that are applied + globally, in addition to connection-specific ones.</p> <p> </p> <div class="variablelist"><table border="0" class="variablelist"> @@ -1461,10 +1465,15 @@ managed=1 <p>Sections with a name starting with the "global-dns-domain-" prefix allow to define global DNS configuration for specific domains. The part of section name after "global-dns-domain-" - specifies the domain name a section applies to. More specific - domains have the precedence over less specific ones and the - default domain is represented by the wildcard "*". A default - domain section is mandatory. + specifies the domain name a section applies to (for example, a + section could be named "global-dns-domain-foobar.com"). More + specific domains have the precedence over less specific ones and + the default domain is represented by the wildcard "*". + + To be valid, global DNS domains must include a section for the + default domain "*". When the global DNS domains are valid, the + name servers and domains defined globally override the ones from + active connections. </p> <p> </p> |