From bfe522304da217296e2a61040f58e35ec5d6f3f2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 16 Aug 2021 09:51:46 +0200 Subject: New upstream version 1.30.6 --- 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..caed6f7b 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -8,7 +8,7 @@ - + @@ -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. +

+
@@ -1716,6 +1775,6 @@ +
Generated by GTK-Doc V1.33.0 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:05:04 +0200 Subject: New upstream version 1.32.12 --- docs/api/html/nmcli.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/html/nmcli.html') diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index caed6f7b..5e10c868 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
-- cgit 1.3.0-6-gf8a5 From 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 13 Jan 2022 22:30:39 +0100 Subject: New upstream version 1.34.0 --- docs/api/html/nmcli.html | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) (limited to 'docs/api/html/nmcli.html') diff --git a/docs/api/html/nmcli.html b/docs/api/html/nmcli.html index 5e10c868..d33f9424 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -640,13 +640,13 @@ internally blocked from autoconnecting again. Hence it will not autoconnect until reboot or until the user performs an action that unblocks autoconnect, like modifying the profile or explicitly activating it.

-

In most cases you may want to use device disconnect +

In most cases you may want to use device down command instead.

The connection is identified by its name, UUID or D-Bus path. If ID is ambiguous, a keyword id, uuid, path or apath can be used.

-

See connection show above for the description of +

See connection show above for the description of the ID-specifying keywords.

If --wait option is not specified, the default timeout will be 10 seconds.

@@ -939,7 +939,7 @@

Device Management Commands

-

nmcli device { status | show | set | connect | reapply | modify | disconnect | delete | monitor | wifi | lldp } [ARGUMENTS...]

+

nmcli device { status | show | set | up | connect | reapply | modify | down | disconnect | delete | monitor | wifi | lldp } [ARGUMENTS...]

Show and manage network interfaces.

@@ -982,7 +982,7 @@ + + + + + + + +

- connect + up ifname

@@ -992,12 +992,20 @@

If no compatible connection exists, a new profile with default settings will be created and activated. This differentiates nmcli connection up ifname "$DEVICE" from - nmcli device connect "$DEVICE"

+ nmcli device up "$DEVICE"

If --wait option is not specified, the default timeout will be 90 seconds.

+ connect + ifname +

Alias for command up. Before version 1.34.0 up + was not supported.

reapply ifname @@ -1023,7 +1031,7 @@

- disconnect + down ifname...

@@ -1035,6 +1043,14 @@

+ disconnect + ifname... +

Alias for command down. Before version 1.34.0 down + was not supported.

delete ifname... @@ -1179,7 +1195,7 @@ according to Wi-Fi device capabilities and activates it on the device. The hotspot is secured with WPA if device/driver supports that, otherwise WEP is used. Use connection down or device - disconnect to stop the hotspot.

+ down to stop the hotspot.

Parameters of the hotspot can be influenced by the optional parameters:

@@ -1646,7 +1662,7 @@ - +

shows the status for all devices.

nmcli dev disconnect em2

nmcli dev down em2

disconnects a connection on interface em2 and marks the device as unavailable for auto-connecting. As a result, no connection will automatically be activated on the device until the device's 'autoconnect' is set to TRUE or -- cgit 1.3.0-6-gf8a5