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 --- man/nmcli.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'man/nmcli.xml') diff --git a/man/nmcli.xml b/man/nmcli.xml index b0665efd..bc72c311 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -356,6 +356,7 @@ hostname permissions logging + reload ARGUMENTS @@ -419,6 +420,66 @@ 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: + + + + + + Reload the NetworkManager.conf configuration from + disk. Note that this does not include connections, which + can be reloaded through nmcli connection + reload instead. + + + + + + + Update DNS configuration, which usually involves writing + /etc/resolv.conf anew. This is equivalent to sending the + SIGUSR1 signal to the NetworkManager process. + + + + + + + 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 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 --- man/nmcli.xml | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) (limited to 'man/nmcli.xml') diff --git a/man/nmcli.xml b/man/nmcli.xml index bc72c311..c2b867dd 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -902,7 +902,7 @@ 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 @@ -910,7 +910,7 @@ , or can be used. - See connection show above for the description of + See connection show above for the description of the ID-specifying keywords. If option is not specified, the default timeout @@ -1323,9 +1323,11 @@ status show set + up connect reapply modify + down disconnect delete monitor @@ -1391,7 +1393,7 @@ - connect + up ifname @@ -1403,13 +1405,25 @@ 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 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 @@ -1448,7 +1462,7 @@ - disconnect + down ifname @@ -1462,6 +1476,17 @@ + + + disconnect + ifname + + + + Alias for command down. Before version 1.34.0 down + was not supported. + + @@ -1647,7 +1672,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: @@ -2331,7 +2356,7 @@ - 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 -- cgit 1.3.0-6-gf8a5