diff options
| author | Michael Biebl <biebl@debian.org> | 2019-12-18 18:29:24 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-12-18 18:29:24 +0100 |
| commit | 28028b26b3371756811e95d894f709f4b1207c00 (patch) | |
| tree | 6fe7316fd743b51042db47601a8ef8814b3134ac /docs/api/html/NetworkManager.conf.html | |
| parent | e22609983008e1a669196ad64ba3a59ae8c76e0d (diff) | |
New upstream version 1.22.0 upstream/1.22.0
Diffstat (limited to 'docs/api/html/NetworkManager.conf.html')
| -rw-r--r-- | docs/api/html/NetworkManager.conf.html | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index 27f8b7a0..97287e90 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"> @@ -151,8 +151,11 @@ plugins-=remove-me <tr> <td><p><span class="term"><code class="varname">auth-polkit</code></span></p></td> <td><p>Whether the system uses PolicyKit for authorization. - If <code class="literal">false</code>, all requests will be allowed. If - <code class="literal">true</code>, non-root requests are authorized using PolicyKit. + If <code class="literal">true</code>, non-root requests are authorized using PolicyKit. + Requests from root (user ID zero) are always granted without asking PolicyKit. + If <code class="literal">false</code>, all requests will be allowed and PolicyKit is + not used. If set to <code class="literal">root-only</code> PolicyKit is not used and + all requests except root are denied. The default value is <code class="literal">true</code>. </p></td> </tr> @@ -684,6 +687,14 @@ ipv6.ip6-privacy=0 <td></td> </tr> <tr> +<td><p><span class="term"><code class="varname">ipv4.dhcp-iaid</code></span></p></td> +<td><p>If left unspecified, it defaults to "ifname".</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">ipv4.dhcp-hostname-flags</code></span></p></td> +<td><p>If left unspecified, the value 3 (fqdn-encoded,fqdn-serv-update) is used.</p></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">ipv4.dhcp-timeout</code></span></p></td> <td><p>If left unspecified, the default value for the interface type is used.</p></td> @@ -709,6 +720,14 @@ ipv6.ip6-privacy=0 <td><p>If left unspecified, it defaults to "lease".</p></td> </tr> <tr> +<td><p><span class="term"><code class="varname">ipv6.dhcp-iaid</code></span></p></td> +<td><p>If left unspecified, it defaults to "ifname".</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">ipv6.dhcp-hostname-flags</code></span></p></td> +<td><p>If left unspecified, the value 1 (fqdn-serv-update) is used.</p></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">ipv6.dhcp-timeout</code></span></p></td> <td><p>If left unspecified, the default value for the interface type is used.</p></td> @@ -1466,6 +1485,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 |