about summary refs log tree commit diff
path: root/docs/api/html/NetworkManager.conf.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-02-26 19:01:41 +0100
committerMichael Biebl <biebl@debian.org>2019-02-26 19:01:41 +0100
commit964ae8cc391520440cf5aa13e2b9cc34850ea6c2 (patch)
tree50da9ecaee7fbb612ec18f9e24f7dec215bf7861 /docs/api/html/NetworkManager.conf.html
parent3626b425d1bc017fdc6f1ea0cfd329d1e1681641 (diff)
New upstream version 1.14.6 upstream/1.14.6
Diffstat (limited to 'docs/api/html/NetworkManager.conf.html')
-rw-r--r--docs/api/html/NetworkManager.conf.html37
1 files changed, 33 insertions, 4 deletions
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html
index 0e6bec04..4fbf45e6 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="nmcli.html" title="nmcli">
-<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -603,6 +603,14 @@ ipv6.ip6-privacy=0
 </colgroup>
 <tbody>
 <tr>
+<td><p><span class="term"><code class="varname">802-1x.auth-timeout</code></span></p></td>
+<td></td>
+</tr>
+<tr>
+<td><p><span class="term"><code class="varname">cdma.mtu</code></span></p></td>
+<td></td>
+</tr>
+<tr>
 <td><p><span class="term"><code class="varname">connection.auth-retries</code></span></p></td>
 <td><p>If left unspecified, the default value is 3 tries before failing the connection.
           </p></td>
@@ -644,6 +652,10 @@ ipv6.ip6-privacy=0
 <td></td>
 </tr>
 <tr>
+<td><p><span class="term"><code class="varname">gsm.mtu</code></span></p></td>
+<td></td>
+</tr>
+<tr>
 <td><p><span class="term"><code class="varname">infiniband.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>
@@ -742,6 +754,10 @@ ipv6.ip6-privacy=0
 <td><p>If left unspecified, the default value
           "<code class="literal">optional</code>" will be used.</p></td>
 </tr>
+<tr>
+<td><p><span class="term"><code class="varname">wifi.wake-on-wlan</code></span></p></td>
+<td></td>
+</tr>
 </tbody>
 </table></div>
 <p>
@@ -1164,6 +1180,8 @@ enable=env:TAG1
               be used to negate the match. Note that if one except-predicate
               matches, the entire configuration will be disabled.
               In other words, a except predicate always wins over other predicates.
+              If the setting only consists of "except:" matches and none of the
+              negative conditions are satisfied, the configuration is still enabled.
 </p>
 <pre class="programlisting">
 # enable the configuration either when the environment variable
@@ -1351,10 +1369,21 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16
           </p></td>
 </tr>
 <tr>
+<td><p><span class="term">dhcp-plugin:DHCP</span></p></td>
+<td><p>Match the configured DHCP plugin "<code class="literal">main.dhcp</code>".
+          </p></td>
+</tr>
+<tr>
 <td><p><span class="term">except:SPEC</span></p></td>
-<td><p>Negative match of a device. <code class="literal">SPEC</code> must be explicitly qualified with
+<td>
+<p>Negative match of a device. <code class="literal">SPEC</code> must be explicitly qualified with
              a prefix such as <code class="literal">interface-name:</code>. A negative match has higher priority then the positive
-             matches above.</p></td>
+             matches above.</p>
+<p>If there is a list consisting only of negative matches, the behavior is the same as if there
+             is also match-all. That means, if none of all the negative matches is satisfied, the overall result is
+             still a positive match. That means, <code class="literal">"except:interface-name:eth0"</code> is the same as
+             <code class="literal">"*,except:interface-name:eth0"</code>.</p>
+</td>
 </tr>
 <tr>
 <td><p><span class="term">SPEC[,;]SPEC</span></p></td>
@@ -1401,6 +1430,6 @@ interface-name:vboxnet*,except:interface-name:vboxnet2
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.29.1</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file