summary refs log tree commit diff
path: root/docs/api/html/nmcli.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2021-08-16 09:51:46 +0200
committerMichael Biebl <biebl@debian.org>2021-08-16 09:51:46 +0200
commitbfe522304da217296e2a61040f58e35ec5d6f3f2 (patch)
tree6c4296644fa59cbfe51d9e8aafebddace5ac6b6f /docs/api/html/nmcli.html
parent3a56bce6c0ea7ba0fe269520547740783b342e0d (diff)
New upstream version 1.30.6 upstream/1.30.6
Diffstat (limited to 'docs/api/html/nmcli.html')
-rw-r--r--docs/api/html/nmcli.html65
1 files changed, 62 insertions, 3 deletions
diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html
index bcb6657b..caed6f7b 100644
--- a/docs/api/html/nmcli.html
+++ b/docs/api/html/nmcli.html
@@ -8,7 +8,7 @@
 <link rel="up" href="manpages.html" title="Part I. Manual Pages">
 <link rel="prev" href="NetworkManager.conf.html" title="NetworkManager.conf">
 <link rel="next" href="nmcli-examples.html" title="nmcli-examples">
-<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -206,7 +206,7 @@
 </div>
 <div class="refsect1">
 <a name="general"></a><h2>General Commands</h2>
-<div class="cmdsynopsis"><p><code class="command">nmcli general</code>  { <span class="command"><strong>status</strong></span>  |   <span class="command"><strong>hostname</strong></span>  |   <span class="command"><strong>permissions</strong></span>  |   <span class="command"><strong>logging</strong></span> } [<em class="replaceable"><code>ARGUMENTS</code></em>...]</p></div>
+<div class="cmdsynopsis"><p><code class="command">nmcli general</code>  { <span class="command"><strong>status</strong></span>  |   <span class="command"><strong>hostname</strong></span>  |   <span class="command"><strong>permissions</strong></span>  |   <span class="command"><strong>logging</strong></span>  |   <span class="command"><strong>reload</strong></span> } [<em class="replaceable"><code>ARGUMENTS</code></em>...]</p></div>
 <p>Use this command to show NetworkManager status and permissions. You can also get
     and change system hostname, as well as NetworkManager logging level and domains.</p>
 <div class="variablelist"><table border="0" class="variablelist">
@@ -255,6 +255,65 @@
           <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a>
           for available level and domain values.</p></td>
 </tr>
+<tr>
+<td><p><span class="term">
+          <span class="command"><strong>reload</strong></span>
+           [<em class="replaceable"><code>flags</code></em>...]
+        </span></p></td>
+<td>
+<p>
+            Reload NetworkManager's configuration and perform certain
+            updates, like flushing caches or rewriting external state to
+            disk. This is similar to sending SIGHUP to NetworkManager
+            but it allows for more fine-grained control over what to
+            reload through the flags argument. It also allows non-root
+            access via PolicyKit and contrary to signals it is
+            synchronous. Available flags are:
+          </p>
+<div class="variablelist"><table border="0" class="variablelist">
+<colgroup>
+<col align="left" valign="top">
+<col>
+</colgroup>
+<tbody>
+<tr>
+<td><p><span class="term"><code class="option">conf</code></span></p></td>
+<td><p>
+                Reload the NetworkManager.conf configuration from
+                disk. Note that this does not include connections, which
+                can be reloaded through <span class="command"><strong>nmcli connection
+                reload</strong></span> instead.
+              </p></td>
+</tr>
+<tr>
+<td><p><span class="term"><code class="option">dns-rc</code></span></p></td>
+<td><p>
+                Update DNS configuration, which usually involves writing
+                /etc/resolv.conf anew. This is equivalent to sending the
+                SIGUSR1 signal to the NetworkManager process.
+              </p></td>
+</tr>
+<tr>
+<td><p><span class="term"><code class="option">dns-full</code></span></p></td>
+<td><p>
+                Restart the DNS plugin. This is for example useful when
+                using dnsmasq plugin, which uses additional
+                configuration in
+                <code class="filename">/etc/NetworkManager/dnsmasq.d</code>. If
+                you edit those files, you can restart the DNS
+                plugin. This action shortly interrupts name resolution.
+              </p></td>
+</tr>
+</tbody>
+</table></div>
+<p>
+            With no flags, everything that is supported is reloaded,
+            which is identical to sending a SIGHUP. See
+            <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>
+            for more details about signals.
+          </p>
+</td>
+</tr>
 </tbody>
 </table></div>
 </div>
@@ -1716,6 +1775,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.33.1</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file