From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/api/html/nmcli.html | 65 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 3 deletions(-) (limited to 'docs/api/html/nmcli.html') diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index bcb6657b..da1d22b6 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -6,7 +6,7 @@ - + @@ -16,7 +16,7 @@ Home Up -Prev +Prev Next
@@ -206,7 +206,7 @@

General Commands

-

nmcli general { status | hostname | permissions | logging } [ARGUMENTS...]

+

nmcli general { status | hostname | permissions | logging | reload } [ARGUMENTS...]

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.

@@ -255,6 +255,65 @@ NetworkManager.conf(5) for available level and domain values.

+ + + +

+ reload + [flags...] +

+

+ 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: +

+
++++ + + + + + + + + + + + + + + +

conf

+ Reload the NetworkManager.conf configuration from + disk. Note that this does not include connections, which + can be reloaded through nmcli connection + reload instead. +

dns-rc

+ Update DNS configuration, which usually involves writing + /etc/resolv.conf anew. This is equivalent to sending the + SIGUSR1 signal to the NetworkManager process. +

dns-full

+ Restart the DNS plugin. This is for example useful when + using dnsmasq plugin, which uses additional + configuration in + /etc/NetworkManager/dnsmasq.d. If + you edit those files, you can restart the DNS + plugin. This action shortly interrupts name resolution. +

+

+ With no flags, everything that is supported is reloaded, + which is identical to sending a SIGHUP. See + NetworkManager(8) + for more details about signals. +

+
-- cgit 1.3.0-6-gf8a5