From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/api/html/nmcli.html | 49 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 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 5ca8f1f4..526f1ee6 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -184,6 +184,18 @@ processing.

+

--offline

+ +

Work without a daemon. Makes connection add and + connection modify commands accept and produce connection + data via standard input/output. Ordinarily, nmcli would communicate with + the NetworkManager service.

+

The connection data format (keyfile) is described in + nm-settings-keyfile(5) + manual.

+ + +

-v | --version

Show nmcli version.

@@ -657,7 +669,7 @@ modify [--temporary] [ id | uuid | path ] - ID + [ID] { option value | [+|-]setting.property value } ... @@ -682,7 +694,13 @@ 802-1x.phase1-auth-flags etc.

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

+ uuid or path can be used. + The ID is not used with the global + --offline option.

+

When the global --offline is used, the + command reads the connection from the standard input and prints the + modified connection to standard output instead of making the + the NetworkManager daemon act upon specified connection.

@@ -770,6 +788,9 @@ +

When the global --offline is used, the + command prints the resulting connection to standard output instead of + actually adding the connection via the NetworkManager daemon.

@@ -964,7 +985,7 @@

Device Management Commands

-

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

+

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

Show and manage network interfaces.

@@ -1305,6 +1326,28 @@ used to list neighbors only for a given interface. The protocol must be enabled in the connection settings.

+ + + +

+ checkpoint + [--timeout seconds] + [ifname...] + -- + COMMAND... +

+

Runs the command with a configuration checkpoint taken and asks for a + confirmation when finished. When the confirmation is not given, the + checkpoint is automatically restored after timeout.

+

This allows doing disruptive configuration changes over remote + connections with an option of restoring the network configuration to a + known good state in case of an error.

+

If the a list of interface names is specified, the checkpoint is + taken, the checkpoint is takes only on the specified devices. Otherwise + a checkpoint is taken for all devices.

+

Currently the timeout defaults to 15 seconds. This may change in + a future version.

+
-- cgit 1.3.0-6-gf8a5