From 55ae69233dc1192738ebc4d27b5ff61876353eb6 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 10 Apr 2018 11:45:35 +0200 Subject: [PATCH] all: add connection.multi-connect property for wildcard profiles Add a new option that allows to activate a profile multiple times (at the same time). Previoulsy, all profiles were implicitly NM_SETTING_CONNECTION_MULTI_CONNECT_SINGLE, meaning, that activating a profile that is already active will deactivate it first. This will make more sense, as we also add more match-options how profiles can be restricted to particular devices. We already have connection.type, connection.interface-name, and (ethernet|wifi).mac-address to restrict a profile to particular devices. For example, it is however not possible to specify a wildcard like "eth*" to match a profile to a set of devices by interface-name. That is another missing feature, and once we extend the matching capabilities, it makes more sense to activate a profile multiple times. See also https://bugzilla.redhat.com/show_bug.cgi?id=997998, which previously changed that a connection is restricted to a single activation at a time. This work relaxes that again. This only adds the new property, it is not used nor implemented yet. https://bugzilla.redhat.com/show_bug.cgi?id=1555012 --- clients/common/nm-meta-setting-desc.c | 8 + clients/common/settings-docs.h.in | 1 + .../test_002.expected | 10 +- .../test_003.expected | 472 ++++++------ .../test_004.expected | 678 ++++++++++-------- libnm-core/nm-connection.c | 26 + libnm-core/nm-core-internal.h | 2 + libnm-core/nm-dbus-interface.h | 24 + libnm-core/nm-setting-connection.c | 61 ++ libnm-core/nm-setting-connection.h | 3 + libnm-core/nm-setting-vpn.c | 11 + libnm-core/tests/test-general.c | 1 + libnm/libnm.ver | 2 + .../plugins/ifcfg-rh/nms-ifcfg-rh-reader.c | 3 + .../plugins/ifcfg-rh/nms-ifcfg-rh-writer.c | 5 + 15 files changed, 795 insertions(+), 512 deletions(-) diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c index e8834944b4..7a5fd49128 100644 --- a/clients/common/nm-meta-setting-desc.c +++ b/clients/common/nm-meta-setting-desc.c @@ -5569,6 +5569,14 @@ static const NMMetaPropertyInfo *const property_infos_CONNECTION[] = { ), ), ), + PROPERTY_INFO_WITH_DESC (NM_SETTING_CONNECTION_MULTI_CONNECT, + .property_type = &_pt_gobject_enum, + .property_typ_data = DEFINE_PROPERTY_TYP_DATA ( + PROPERTY_TYP_DATA_SUBTYPE (gobject_enum, + .get_gtype = nm_connection_multi_connect_get_type, + ), + ), + ), PROPERTY_INFO_WITH_DESC (NM_SETTING_CONNECTION_AUTH_RETRIES, .property_type = &_pt_gobject_int, ), diff --git a/clients/common/settings-docs.h.in b/clients/common/settings-docs.h.in index 69d2f02348..d0814cd38e 100644 --- a/clients/common/settings-docs.h.in +++ b/clients/common/settings-docs.h.in @@ -138,6 +138,7 @@ #define DESCRIBE_DOC_NM_SETTING_CONNECTION_MASTER N_("Interface name of the master device or UUID of the master connection.") #define DESCRIBE_DOC_NM_SETTING_CONNECTION_MDNS N_("Whether mDNS is enabled for the connection. The permitted values are: yes: register hostname and resolving for the connection, no: disable mDNS for the interface, resolve: do not register hostname but allow resolving of mDNS host names. When updating this property on a currently activated connection, the change takes effect immediately. This feature requires a plugin which supports mDNS. One such plugin is dns-systemd-resolved.") #define DESCRIBE_DOC_NM_SETTING_CONNECTION_METERED N_("Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately.") +#define DESCRIBE_DOC_NM_SETTING_CONNECTION_MULTI_CONNECT N_("Specifies whether the profile can be active multiple times at a particular moment. The value is of type NMConnectionMultiConnect.") #define DESCRIBE_DOC_NM_SETTING_CONNECTION_PERMISSIONS N_("An array of strings defining what access a given user has to this connection. If this is NULL or empty, all users are allowed to access this connection; otherwise users are allowed if and only if they are in this list. When this is not empty, the connection can be active only when one of the specified users is logged into an active session. Each entry is of the form \"[type]:[id]:[reserved]\"; for example, \"user:dcbw:blah\". At this time only the \"user\" [type] is allowed. Any other values are ignored and reserved for future use. [id] is the username that this permission refers to, which may not contain the \":\" character. Any [reserved] information present must be ignored and is reserved for future use. All of [type], [id], and [reserved] must be valid UTF-8.") #define DESCRIBE_DOC_NM_SETTING_CONNECTION_READ_ONLY N_("FALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified.") #define DESCRIBE_DOC_NM_SETTING_CONNECTION_SECONDARIES N_("List of connection UUIDs that should be activated when the base connection itself is activated. Currently only VPN connections are supported.") diff --git a/clients/tests/test-client.check-on-disk/test_002.expected b/clients/tests/test-client.check-on-disk/test_002.expected index 3ebb1b1bf5..1ea6dc96c8 100644 --- a/clients/tests/test-client.check-on-disk/test_002.expected +++ b/clients/tests/test-client.check-on-disk/test_002.expected @@ -484,12 +484,12 @@ NAME UUID TYPE DEVICE con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet -- <<< -size: 1118 +size: 1171 location: clients/tests/test-client.py:859:test_002()/23 cmd: $NMCLI c s con-1 lang: C returncode: 0 -stdout: 990 bytes +stdout: 1042 bytes >>> connection.id: con-1 connection.uuid: 5fcfd6d7-1e63-3332-8826-a7eda103792d @@ -499,6 +499,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -514,12 +515,12 @@ connection.lldp: default connection.mdns: -1 (default) <<< -size: 1130 +size: 1183 location: clients/tests/test-client.py:859:test_002()/24 cmd: $NMCLI c s con-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 992 bytes +stdout: 1044 bytes >>> connection.id: con-1 connection.uuid: 5fcfd6d7-1e63-3332-8826-a7eda103792d @@ -529,6 +530,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie diff --git a/clients/tests/test-client.check-on-disk/test_003.expected b/clients/tests/test-client.check-on-disk/test_003.expected index 80619df174..80c7f12d7d 100644 --- a/clients/tests/test-client.check-on-disk/test_003.expected +++ b/clients/tests/test-client.check-on-disk/test_003.expected @@ -262,12 +262,12 @@ UUID NAME UUID-ethernet-REPLACED-REPLACED-REPL ethernet <<< -size: 3700 +size: 3752 location: clients/tests/test-client.py:919:test_003()/22 cmd: $NMCLI -f ALL con s ethernet lang: C returncode: 0 -stdout: 3559 bytes +stdout: 3611 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -277,6 +277,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -350,12 +351,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3728 +size: 3780 location: clients/tests/test-client.py:919:test_003()/23 cmd: $NMCLI -f ALL con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3577 bytes +stdout: 3629 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -365,6 +366,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -458,12 +460,12 @@ stdout: 51 bytes GENERAL.STATE: aktywowano <<< -size: 4357 +size: 4409 location: clients/tests/test-client.py:925:test_003()/26 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 4223 bytes +stdout: 4275 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -473,6 +475,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -558,12 +561,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4389 +size: 4441 location: clients/tests/test-client.py:925:test_003()/27 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4245 bytes +stdout: 4297 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -573,6 +576,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -1090,12 +1094,12 @@ UUID NAME UUID-ethernet-REPLACED-REPLACED-REPL ethernet <<< -size: 3700 +size: 3752 location: clients/tests/test-client.py:919:test_003()/45 cmd: $NMCLI -f ALL con s ethernet lang: C returncode: 0 -stdout: 3559 bytes +stdout: 3611 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1105,6 +1109,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -1178,12 +1183,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3728 +size: 3780 location: clients/tests/test-client.py:919:test_003()/46 cmd: $NMCLI -f ALL con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3577 bytes +stdout: 3629 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1193,6 +1198,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -1290,12 +1296,12 @@ GENERAL.STATE: aktywowano GENERAL.STATE: aktywowano <<< -size: 5022 +size: 5074 location: clients/tests/test-client.py:925:test_003()/49 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 4888 bytes +stdout: 4940 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1305,6 +1311,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -1403,12 +1410,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5058 +size: 5110 location: clients/tests/test-client.py:925:test_003()/50 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4914 bytes +stdout: 4966 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1418,6 +1425,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -1866,12 +1874,12 @@ UUID-ethernet-REPLACED-REPLACED-REPL ethernet UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 5025 +size: 5077 location: clients/tests/test-client.py:955:test_003()/61 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 4891 bytes +stdout: 4943 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1881,6 +1889,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -1979,12 +1988,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5062 +size: 5114 location: clients/tests/test-client.py:955:test_003()/62 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4918 bytes +stdout: 4970 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1994,6 +2003,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -2092,12 +2102,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4400 +size: 4452 location: clients/tests/test-client.py:958:test_003()/63 cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4226 bytes +stdout: 4278 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2107,6 +2117,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -2192,12 +2203,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4433 +size: 4485 location: clients/tests/test-client.py:958:test_003()/64 cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4249 bytes +stdout: 4301 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2207,6 +2218,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -2474,12 +2486,12 @@ UUID TYPE UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 5037 +size: 5089 location: clients/tests/test-client.py:955:test_003()/71 cmd: $NMCLI --color yes con s ethernet lang: C returncode: 0 -stdout: 4891 bytes +stdout: 4943 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2489,6 +2501,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -2587,12 +2600,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5074 +size: 5126 location: clients/tests/test-client.py:955:test_003()/72 cmd: $NMCLI --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4918 bytes +stdout: 4970 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2602,6 +2615,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -2700,12 +2714,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4412 +size: 4464 location: clients/tests/test-client.py:958:test_003()/73 cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4226 bytes +stdout: 4278 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2715,6 +2729,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -2800,12 +2815,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4445 +size: 4497 location: clients/tests/test-client.py:958:test_003()/74 cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4249 bytes +stdout: 4301 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2815,6 +2830,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -3098,12 +3114,12 @@ UUID-ethernet-REPLACED-REPLACED-REPL ethernet UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6279 +size: 6331 location: clients/tests/test-client.py:955:test_003()/81 cmd: $NMCLI --pretty con s ethernet lang: C returncode: 0 -stdout: 6136 bytes +stdout: 6188 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -3116,6 +3132,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -3227,12 +3244,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6335 +size: 6387 location: clients/tests/test-client.py:955:test_003()/82 cmd: $NMCLI --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6182 bytes +stdout: 6234 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -3245,6 +3262,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -3356,12 +3374,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5341 +size: 5393 location: clients/tests/test-client.py:958:test_003()/83 cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5158 bytes +stdout: 5210 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -3374,6 +3392,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -3468,12 +3487,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5386 +size: 5438 location: clients/tests/test-client.py:958:test_003()/84 cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5193 bytes +stdout: 5245 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -3486,6 +3505,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -3800,12 +3820,12 @@ UUID TYPE UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6291 +size: 6343 location: clients/tests/test-client.py:955:test_003()/91 cmd: $NMCLI --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 6136 bytes +stdout: 6188 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -3818,6 +3838,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -3929,12 +3950,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6347 +size: 6399 location: clients/tests/test-client.py:955:test_003()/92 cmd: $NMCLI --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6182 bytes +stdout: 6234 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -3947,6 +3968,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -4058,12 +4080,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5353 +size: 5405 location: clients/tests/test-client.py:958:test_003()/93 cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5158 bytes +stdout: 5210 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -4076,6 +4098,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -4170,12 +4193,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5398 +size: 5450 location: clients/tests/test-client.py:958:test_003()/94 cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5193 bytes +stdout: 5245 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -4188,6 +4211,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -4482,12 +4506,12 @@ UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 2722 +size: 2749 location: clients/tests/test-client.py:955:test_003()/101 cmd: $NMCLI --terse con s ethernet lang: C returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -4497,6 +4521,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -4595,12 +4620,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2732 +size: 2759 location: clients/tests/test-client.py:955:test_003()/102 cmd: $NMCLI --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -4610,6 +4635,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -4708,12 +4734,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2394 +size: 2421 location: clients/tests/test-client.py:958:test_003()/103 cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -4723,6 +4749,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -4808,12 +4835,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2404 +size: 2431 location: clients/tests/test-client.py:958:test_003()/104 cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -4823,6 +4850,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -5086,12 +5114,12 @@ stdout: 174 bytes UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 2734 +size: 2761 location: clients/tests/test-client.py:955:test_003()/111 cmd: $NMCLI --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5101,6 +5129,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -5199,12 +5228,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2744 +size: 2771 location: clients/tests/test-client.py:955:test_003()/112 cmd: $NMCLI --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5214,6 +5243,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -5312,12 +5342,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2406 +size: 2433 location: clients/tests/test-client.py:958:test_003()/113 cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5327,6 +5357,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -5412,12 +5443,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2416 +size: 2443 location: clients/tests/test-client.py:958:test_003()/114 cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5427,6 +5458,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -5694,15 +5726,15 @@ UUID-ethernet-REPLACED-REPLACED-REPL ethernet UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 3358 +size: 3388 location: clients/tests/test-client.py:955:test_003()/121 cmd: $NMCLI --mode tabular con s ethernet lang: C returncode: 0 -stdout: 3208 bytes +stdout: 3238 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- @@ -5725,15 +5757,15 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 3392 +size: 3422 location: clients/tests/test-client.py:955:test_003()/122 cmd: $NMCLI --mode tabular con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3232 bytes +stdout: 3262 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- @@ -5756,15 +5788,15 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie <<< -size: 2916 +size: 2946 location: clients/tests/test-client.py:958:test_003()/123 cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2726 bytes +stdout: 2756 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- @@ -5783,15 +5815,15 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 2948 +size: 2978 location: clients/tests/test-client.py:958:test_003()/124 cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2748 bytes +stdout: 2778 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- @@ -5928,15 +5960,15 @@ UUID TYPE UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 3370 +size: 3400 location: clients/tests/test-client.py:955:test_003()/131 cmd: $NMCLI --mode tabular --color yes con s ethernet lang: C returncode: 0 -stdout: 3208 bytes +stdout: 3238 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- @@ -5959,15 +5991,15 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 3404 +size: 3434 location: clients/tests/test-client.py:955:test_003()/132 cmd: $NMCLI --mode tabular --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3232 bytes +stdout: 3262 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- @@ -5990,15 +6022,15 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie <<< -size: 2928 +size: 2958 location: clients/tests/test-client.py:958:test_003()/133 cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2726 bytes +stdout: 2756 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- @@ -6017,15 +6049,15 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 2960 +size: 2990 location: clients/tests/test-client.py:958:test_003()/134 cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2748 bytes +stdout: 2778 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- @@ -6178,19 +6210,19 @@ UUID-ethernet-REPLACED-REPLACED-REPL ethernet UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 5520 +size: 5565 location: clients/tests/test-client.py:955:test_003()/141 cmd: $NMCLI --mode tabular --pretty con s ethernet lang: C returncode: 0 -stdout: 5361 bytes +stdout: 5406 bytes >>> ========================================= Connection profile details (ethernet) ========================================= -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6225,19 +6257,19 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 5614 +size: 5659 location: clients/tests/test-client.py:955:test_003()/142 cmd: $NMCLI --mode tabular --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5445 bytes +stdout: 5490 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) =========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6272,19 +6304,19 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie <<< -size: 4626 +size: 4671 location: clients/tests/test-client.py:958:test_003()/143 cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4427 bytes +stdout: 4472 bytes >>> ========================================= Connection profile details (ethernet) ========================================= -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6311,19 +6343,19 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 4698 +size: 4743 location: clients/tests/test-client.py:958:test_003()/144 cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4489 bytes +stdout: 4534 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) =========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6506,19 +6538,19 @@ UUID TYPE UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 5532 +size: 5577 location: clients/tests/test-client.py:955:test_003()/151 cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 5361 bytes +stdout: 5406 bytes >>> ========================================= Connection profile details (ethernet) ========================================= -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6553,19 +6585,19 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 5626 +size: 5671 location: clients/tests/test-client.py:955:test_003()/152 cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5445 bytes +stdout: 5490 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) =========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6600,19 +6632,19 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie <<< -size: 4638 +size: 4683 location: clients/tests/test-client.py:958:test_003()/153 cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4427 bytes +stdout: 4472 bytes >>> ========================================= Connection profile details (ethernet) ========================================= -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6639,19 +6671,19 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating <<< -size: 4710 +size: 4755 location: clients/tests/test-client.py:958:test_003()/154 cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4489 bytes +stdout: 4534 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) =========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -6814,14 +6846,14 @@ UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 823 +size: 825 location: clients/tests/test-client.py:955:test_003()/161 cmd: $NMCLI --mode tabular --terse con s ethernet lang: C returncode: 0 -stdout: 666 bytes +stdout: 668 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -6831,14 +6863,14 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3:: <<< -size: 833 +size: 835 location: clients/tests/test-client.py:955:test_003()/162 cmd: $NMCLI --mode tabular --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 666 bytes +stdout: 668 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -6848,14 +6880,14 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3:: <<< -size: 676 +size: 678 location: clients/tests/test-client.py:958:test_003()/163 cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 479 bytes +stdout: 481 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -6863,14 +6895,14 @@ proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3:: <<< -size: 686 +size: 688 location: clients/tests/test-client.py:958:test_003()/164 cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 479 bytes +stdout: 481 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -6962,14 +6994,14 @@ stdout: 174 bytes UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 835 +size: 837 location: clients/tests/test-client.py:955:test_003()/171 cmd: $NMCLI --mode tabular --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 666 bytes +stdout: 668 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -6979,14 +7011,14 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3:: <<< -size: 845 +size: 847 location: clients/tests/test-client.py:955:test_003()/172 cmd: $NMCLI --mode tabular --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 666 bytes +stdout: 668 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -6996,14 +7028,14 @@ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/ GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3:: <<< -size: 688 +size: 690 location: clients/tests/test-client.py:958:test_003()/173 cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 479 bytes +stdout: 481 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -7011,14 +7043,14 @@ proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3:: <<< -size: 698 +size: 700 location: clients/tests/test-client.py:958:test_003()/174 cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 479 bytes +stdout: 481 bytes >>> -connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 802-3-ethernet::0::no:::::auto::::default: ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: @@ -7228,12 +7260,12 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE: ethernet <<< -size: 5043 +size: 5095 location: clients/tests/test-client.py:955:test_003()/181 cmd: $NMCLI --mode multiline con s ethernet lang: C returncode: 0 -stdout: 4891 bytes +stdout: 4943 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -7243,6 +7275,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -7341,12 +7374,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5080 +size: 5132 location: clients/tests/test-client.py:955:test_003()/182 cmd: $NMCLI --mode multiline con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4918 bytes +stdout: 4970 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -7356,6 +7389,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -7454,12 +7488,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4418 +size: 4470 location: clients/tests/test-client.py:958:test_003()/183 cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4226 bytes +stdout: 4278 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -7469,6 +7503,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -7554,12 +7589,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4451 +size: 4503 location: clients/tests/test-client.py:958:test_003()/184 cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4249 bytes +stdout: 4301 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -7569,6 +7604,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -7950,12 +7986,12 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE: ethernet <<< -size: 5055 +size: 5107 location: clients/tests/test-client.py:955:test_003()/191 cmd: $NMCLI --mode multiline --color yes con s ethernet lang: C returncode: 0 -stdout: 4891 bytes +stdout: 4943 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -7965,6 +8001,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -8063,12 +8100,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5092 +size: 5144 location: clients/tests/test-client.py:955:test_003()/192 cmd: $NMCLI --mode multiline --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4918 bytes +stdout: 4970 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -8078,6 +8115,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -8176,12 +8214,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4430 +size: 4482 location: clients/tests/test-client.py:958:test_003()/193 cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4226 bytes +stdout: 4278 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -8191,6 +8229,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -8276,12 +8315,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4463 +size: 4515 location: clients/tests/test-client.py:958:test_003()/194 cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4249 bytes +stdout: 4301 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -8291,6 +8330,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -8698,12 +8738,12 @@ TYPE: ethernet ------------------------------------------------------------------------------- <<< -size: 6297 +size: 6349 location: clients/tests/test-client.py:955:test_003()/201 cmd: $NMCLI --mode multiline --pretty con s ethernet lang: C returncode: 0 -stdout: 6136 bytes +stdout: 6188 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -8716,6 +8756,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -8827,12 +8868,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6353 +size: 6405 location: clients/tests/test-client.py:955:test_003()/202 cmd: $NMCLI --mode multiline --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6182 bytes +stdout: 6234 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -8845,6 +8886,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -8956,12 +8998,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5359 +size: 5411 location: clients/tests/test-client.py:958:test_003()/203 cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5158 bytes +stdout: 5210 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -8974,6 +9016,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -9068,12 +9111,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5404 +size: 5456 location: clients/tests/test-client.py:958:test_003()/204 cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5193 bytes +stdout: 5245 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -9086,6 +9129,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -9524,12 +9568,12 @@ TYPE: ethernet ------------------------------------------------------------------------------- <<< -size: 6309 +size: 6361 location: clients/tests/test-client.py:955:test_003()/211 cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 6136 bytes +stdout: 6188 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -9542,6 +9586,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -9653,12 +9698,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6365 +size: 6417 location: clients/tests/test-client.py:955:test_003()/212 cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6182 bytes +stdout: 6234 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -9671,6 +9716,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -9782,12 +9828,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5371 +size: 5423 location: clients/tests/test-client.py:958:test_003()/213 cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5158 bytes +stdout: 5210 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -9800,6 +9846,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -9894,12 +9941,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5416 +size: 5468 location: clients/tests/test-client.py:958:test_003()/214 cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5193 bytes +stdout: 5245 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -9912,6 +9959,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -10324,12 +10372,12 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE:802-3-ethernet <<< -size: 2739 +size: 2766 location: clients/tests/test-client.py:955:test_003()/221 cmd: $NMCLI --mode multiline --terse con s ethernet lang: C returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -10339,6 +10387,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -10437,12 +10486,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2749 +size: 2776 location: clients/tests/test-client.py:955:test_003()/222 cmd: $NMCLI --mode multiline --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -10452,6 +10501,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -10550,12 +10600,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2411 +size: 2438 location: clients/tests/test-client.py:958:test_003()/223 cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -10565,6 +10615,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -10650,12 +10701,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2421 +size: 2448 location: clients/tests/test-client.py:958:test_003()/224 cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -10665,6 +10716,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -11046,12 +11098,12 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE:802-3-ethernet <<< -size: 2751 +size: 2778 location: clients/tests/test-client.py:955:test_003()/231 cmd: $NMCLI --mode multiline --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -11061,6 +11113,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -11159,12 +11212,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2761 +size: 2788 location: clients/tests/test-client.py:955:test_003()/232 cmd: $NMCLI --mode multiline --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2579 bytes +stdout: 2606 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -11174,6 +11227,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -11272,12 +11326,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2423 +size: 2450 location: clients/tests/test-client.py:958:test_003()/233 cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -11287,6 +11341,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -11372,12 +11427,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2433 +size: 2460 location: clients/tests/test-client.py:958:test_003()/234 cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2211 bytes +stdout: 2238 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -11387,6 +11442,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no diff --git a/clients/tests/test-client.check-on-disk/test_004.expected b/clients/tests/test-client.check-on-disk/test_004.expected index ab753a7b53..e0999eeb86 100644 --- a/clients/tests/test-client.check-on-disk/test_004.expected +++ b/clients/tests/test-client.check-on-disk/test_004.expected @@ -58,12 +58,12 @@ location: clients/tests/test-client.py:979:test_004()/7 cmd: $NMCLI connection mod con-xx1 ipv4.addresses 192.168.77.5/24 ipv4.routes '2.3.4.5/32 192.168.77.1' ipv6.addresses 1:2:3:4::6/64 ipv6.routes 1:2:3:4:5:6::5/128 lang: C returncode: 0 -size: 3942 +size: 3994 location: clients/tests/test-client.py:981:test_004()/8 cmd: $NMCLI con s con-xx1 lang: C returncode: 0 -stdout: 3810 bytes +stdout: 3862 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -73,6 +73,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -149,12 +150,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3970 +size: 4022 location: clients/tests/test-client.py:981:test_004()/9 cmd: $NMCLI con s con-xx1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3828 bytes +stdout: 3880 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -164,6 +165,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -276,12 +278,12 @@ con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn -- con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi -- <<< -size: 3409 +size: 3461 location: clients/tests/test-client.py:993:test_004()/13 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 3274 bytes +stdout: 3326 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -291,6 +293,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -356,12 +359,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3429 +size: 3481 location: clients/tests/test-client.py:993:test_004()/14 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3284 bytes +stdout: 3336 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -371,6 +374,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -508,12 +512,12 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi wlan0 con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet -- <<< -size: 4492 +size: 4544 location: clients/tests/test-client.py:1003:test_004()/21 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 4356 bytes +stdout: 4408 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -523,6 +527,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -608,12 +613,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4516 +size: 4568 location: clients/tests/test-client.py:1003:test_004()/22 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4370 bytes +stdout: 4422 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -623,6 +628,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -708,12 +714,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4498 +size: 4550 location: clients/tests/test-client.py:1014:test_004()/23 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -723,6 +729,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -808,12 +815,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4526 +size: 4578 location: clients/tests/test-client.py:1014:test_004()/24 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -823,6 +830,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -908,12 +916,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4498 +size: 4550 location: clients/tests/test-client.py:1016:test_004()/25 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -923,6 +931,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -1008,12 +1017,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4526 +size: 4578 location: clients/tests/test-client.py:1016:test_004()/26 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1023,6 +1032,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -1108,12 +1118,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 3417 +size: 3469 location: clients/tests/test-client.py:1019:test_004()/27 cmd: $NMCLI -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3274 bytes +stdout: 3326 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1123,6 +1133,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -1188,12 +1199,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3437 +size: 3489 location: clients/tests/test-client.py:1019:test_004()/28 cmd: $NMCLI -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3284 bytes +stdout: 3336 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1203,6 +1214,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -3546,12 +3558,12 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 4510 +size: 4562 location: clients/tests/test-client.py:1014:test_004()/69 cmd: $NMCLI --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -3561,6 +3573,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -3646,12 +3659,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4538 +size: 4590 location: clients/tests/test-client.py:1014:test_004()/70 cmd: $NMCLI --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -3661,6 +3674,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -3746,12 +3760,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4510 +size: 4562 location: clients/tests/test-client.py:1016:test_004()/71 cmd: $NMCLI --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -3761,6 +3775,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -3846,12 +3861,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4538 +size: 4590 location: clients/tests/test-client.py:1016:test_004()/72 cmd: $NMCLI --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -3861,6 +3876,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -3946,12 +3962,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 3429 +size: 3481 location: clients/tests/test-client.py:1019:test_004()/73 cmd: $NMCLI --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3274 bytes +stdout: 3326 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -3961,6 +3977,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -4026,12 +4043,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3449 +size: 3501 location: clients/tests/test-client.py:1019:test_004()/74 cmd: $NMCLI --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3284 bytes +stdout: 3336 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4041,6 +4058,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -6384,12 +6402,12 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 5520 +size: 5572 location: clients/tests/test-client.py:1014:test_004()/115 cmd: $NMCLI --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -6402,6 +6420,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -6497,12 +6516,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5560 +size: 5612 location: clients/tests/test-client.py:1014:test_004()/116 cmd: $NMCLI --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -6515,6 +6534,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -6610,12 +6630,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5520 +size: 5572 location: clients/tests/test-client.py:1016:test_004()/117 cmd: $NMCLI --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -6628,6 +6648,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -6723,12 +6744,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5560 +size: 5612 location: clients/tests/test-client.py:1016:test_004()/118 cmd: $NMCLI --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -6741,6 +6762,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -6836,12 +6858,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4046 +size: 4098 location: clients/tests/test-client.py:1019:test_004()/119 cmd: $NMCLI --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3893 bytes +stdout: 3945 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -6854,6 +6876,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -6924,12 +6947,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4071 +size: 4123 location: clients/tests/test-client.py:1019:test_004()/120 cmd: $NMCLI --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3908 bytes +stdout: 3960 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -6942,6 +6965,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -9824,12 +9848,12 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c ------------------------------------------------------------------------------- <<< -size: 5532 +size: 5584 location: clients/tests/test-client.py:1014:test_004()/161 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -9842,6 +9866,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -9937,12 +9962,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5572 +size: 5624 location: clients/tests/test-client.py:1014:test_004()/162 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -9955,6 +9980,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -10050,12 +10076,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5532 +size: 5584 location: clients/tests/test-client.py:1016:test_004()/163 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -10068,6 +10094,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -10163,12 +10190,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5572 +size: 5624 location: clients/tests/test-client.py:1016:test_004()/164 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -10181,6 +10208,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -10276,12 +10304,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4058 +size: 4110 location: clients/tests/test-client.py:1019:test_004()/165 cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3893 bytes +stdout: 3945 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -10294,6 +10322,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -10364,12 +10393,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4083 +size: 4135 location: clients/tests/test-client.py:1019:test_004()/166 cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3908 bytes +stdout: 3960 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -10382,6 +10411,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -13264,12 +13294,12 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c ------------------------------------------------------------------------------- <<< -size: 2276 +size: 2303 location: clients/tests/test-client.py:1014:test_004()/207 cmd: $NMCLI --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -13279,6 +13309,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -13364,12 +13395,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2286 +size: 2313 location: clients/tests/test-client.py:1014:test_004()/208 cmd: $NMCLI --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -13379,6 +13410,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -13464,12 +13496,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2276 +size: 2303 location: clients/tests/test-client.py:1016:test_004()/209 cmd: $NMCLI --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -13479,6 +13511,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -13564,12 +13597,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2286 +size: 2313 location: clients/tests/test-client.py:1016:test_004()/210 cmd: $NMCLI --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -13579,6 +13612,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -13664,12 +13698,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 1724 +size: 1751 location: clients/tests/test-client.py:1019:test_004()/211 cmd: $NMCLI --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -13679,6 +13713,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -13744,12 +13779,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 1734 +size: 1761 location: clients/tests/test-client.py:1019:test_004()/212 cmd: $NMCLI --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -13759,6 +13794,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -16072,12 +16108,12 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/ CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 2288 +size: 2315 location: clients/tests/test-client.py:1014:test_004()/253 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16087,6 +16123,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -16172,12 +16209,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2298 +size: 2325 location: clients/tests/test-client.py:1014:test_004()/254 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16187,6 +16224,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -16272,12 +16310,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2288 +size: 2315 location: clients/tests/test-client.py:1016:test_004()/255 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16287,6 +16325,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -16372,12 +16411,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2298 +size: 2325 location: clients/tests/test-client.py:1016:test_004()/256 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16387,6 +16426,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -16472,12 +16512,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 1736 +size: 1763 location: clients/tests/test-client.py:1019:test_004()/257 cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16487,6 +16527,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -16552,12 +16593,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 1746 +size: 1773 location: clients/tests/test-client.py:1019:test_004()/258 cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -16567,6 +16608,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -18880,15 +18922,15 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/ CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 2920 +size: 2950 location: clients/tests/test-client.py:1014:test_004()/299 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: C returncode: 0 -stdout: 2768 bytes +stdout: 2798 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default) @@ -18909,15 +18951,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2941 +size: 2971 location: clients/tests/test-client.py:1014:test_004()/300 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2779 bytes +stdout: 2809 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default) @@ -18938,15 +18980,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2920 +size: 2950 location: clients/tests/test-client.py:1016:test_004()/301 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: C returncode: 0 -stdout: 2768 bytes +stdout: 2798 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default) @@ -18967,15 +19009,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2941 +size: 2971 location: clients/tests/test-client.py:1016:test_004()/302 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2779 bytes +stdout: 2809 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default) @@ -18996,15 +19038,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2188 +size: 2218 location: clients/tests/test-client.py:1019:test_004()/303 cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2029 bytes +stdout: 2059 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default) @@ -19020,15 +19062,15 @@ proxy none no -- -- <<< -size: 2200 +size: 2230 location: clients/tests/test-client.py:1019:test_004()/304 cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2031 bytes +stdout: 2061 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default) @@ -20356,15 +20398,15 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE- CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 2932 +size: 2962 location: clients/tests/test-client.py:1014:test_004()/345 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2768 bytes +stdout: 2798 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default) @@ -20385,15 +20427,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2953 +size: 2983 location: clients/tests/test-client.py:1014:test_004()/346 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2779 bytes +stdout: 2809 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default) @@ -20414,15 +20456,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2932 +size: 2962 location: clients/tests/test-client.py:1016:test_004()/347 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2768 bytes +stdout: 2798 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default) @@ -20443,15 +20485,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2953 +size: 2983 location: clients/tests/test-client.py:1016:test_004()/348 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2779 bytes +stdout: 2809 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default) @@ -20472,15 +20514,15 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 2200 +size: 2230 location: clients/tests/test-client.py:1019:test_004()/349 cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2029 bytes +stdout: 2059 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default) @@ -20496,15 +20538,15 @@ proxy none no -- -- <<< -size: 2212 +size: 2242 location: clients/tests/test-client.py:1019:test_004()/350 cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2031 bytes +stdout: 2061 bytes >>> -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default) @@ -21832,19 +21874,19 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE- CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 4655 +size: 4700 location: clients/tests/test-client.py:1014:test_004()/391 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 4494 bytes +stdout: 4539 bytes >>> ========================================== Connection profile details (con-vpn-1) ========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -21874,19 +21916,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 4709 +size: 4754 location: clients/tests/test-client.py:1014:test_004()/392 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4538 bytes +stdout: 4583 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) ============================================ -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -21916,19 +21958,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 4655 +size: 4700 location: clients/tests/test-client.py:1016:test_004()/393 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 4494 bytes +stdout: 4539 bytes >>> ========================================== Connection profile details (con-vpn-1) ========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -21958,19 +22000,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 4709 +size: 4754 location: clients/tests/test-client.py:1016:test_004()/394 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4538 bytes +stdout: 4583 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) ============================================ -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -22000,19 +22042,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3341 +size: 3386 location: clients/tests/test-client.py:1019:test_004()/395 cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3173 bytes +stdout: 3218 bytes >>> ========================================== Connection profile details (con-vpn-1) ========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -22032,19 +22074,19 @@ proxy none no -- -- <<< -size: 3364 +size: 3409 location: clients/tests/test-client.py:1019:test_004()/396 cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3186 bytes +stdout: 3231 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) ============================================ -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -23896,19 +23938,19 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE- CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 4667 +size: 4712 location: clients/tests/test-client.py:1014:test_004()/437 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4494 bytes +stdout: 4539 bytes >>> ========================================== Connection profile details (con-vpn-1) ========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -23938,19 +23980,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 4721 +size: 4766 location: clients/tests/test-client.py:1014:test_004()/438 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4538 bytes +stdout: 4583 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) ============================================ -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -23980,19 +24022,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 4667 +size: 4712 location: clients/tests/test-client.py:1016:test_004()/439 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4494 bytes +stdout: 4539 bytes >>> ========================================== Connection profile details (con-vpn-1) ========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24022,19 +24064,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 4721 +size: 4766 location: clients/tests/test-client.py:1016:test_004()/440 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4538 bytes +stdout: 4583 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) ============================================ -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24064,19 +24106,19 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - Połączono z VPN key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3353 +size: 3398 location: clients/tests/test-client.py:1019:test_004()/441 cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3173 bytes +stdout: 3218 bytes >>> ========================================== Connection profile details (con-vpn-1) ========================================== -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24096,19 +24138,19 @@ proxy none no -- -- <<< -size: 3376 +size: 3421 location: clients/tests/test-client.py:1019:test_004()/442 cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3186 bytes +stdout: 3231 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) ============================================ -name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) +name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +connection con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP -- vpn -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -25960,14 +26002,14 @@ NAME AVAILABLE-CONNECTION-PATHS AVAILABLE- CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{2} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 786 +size: 788 location: clients/tests/test-client.py:1014:test_004()/483 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -25976,14 +26018,14 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 796 +size: 798 location: clients/tests/test-client.py:1014:test_004()/484 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -25992,14 +26034,14 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 786 +size: 788 location: clients/tests/test-client.py:1016:test_004()/485 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -26008,14 +26050,14 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 796 +size: 798 location: clients/tests/test-client.py:1016:test_004()/486 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -26024,28 +26066,28 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 499 +size: 501 location: clients/tests/test-client.py:1019:test_004()/487 cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 333 bytes +stdout: 335 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: <<< -size: 509 +size: 511 location: clients/tests/test-client.py:1019:test_004()/488 cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 333 bytes +stdout: 335 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -26800,14 +26842,14 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp- CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 798 +size: 800 location: clients/tests/test-client.py:1014:test_004()/529 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -26816,14 +26858,14 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 808 +size: 810 location: clients/tests/test-client.py:1014:test_004()/530 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -26832,14 +26874,14 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 798 +size: 800 location: clients/tests/test-client.py:1016:test_004()/531 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -26848,14 +26890,14 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 808 +size: 810 location: clients/tests/test-client.py:1016:test_004()/532 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 627 bytes +stdout: 629 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -26864,28 +26906,28 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0:activated:no:no::ye VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 511 +size: 513 location: clients/tests/test-client.py:1019:test_004()/533 cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 333 bytes +stdout: 335 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: <<< -size: 521 +size: 523 location: clients/tests/test-client.py:1019:test_004()/534 cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 333 bytes +stdout: 335 bytes >>> -connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:-1:0:no:::::-1::0:unknown:default:-1 +connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1 ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1 ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes:: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 @@ -27640,12 +27682,12 @@ DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-2 = val-2 | dhcp-6-opt-3 = val-3 | dhcp- CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{2}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 4516 +size: 4568 location: clients/tests/test-client.py:1014:test_004()/575 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -27655,6 +27697,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -27740,12 +27783,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4544 +size: 4596 location: clients/tests/test-client.py:1014:test_004()/576 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -27755,6 +27798,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -27840,12 +27884,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4516 +size: 4568 location: clients/tests/test-client.py:1016:test_004()/577 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -27855,6 +27899,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -27940,12 +27985,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4544 +size: 4596 location: clients/tests/test-client.py:1016:test_004()/578 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -27955,6 +28000,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -28040,12 +28086,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 3435 +size: 3487 location: clients/tests/test-client.py:1019:test_004()/579 cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3274 bytes +stdout: 3326 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -28055,6 +28101,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -28120,12 +28167,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3455 +size: 3507 location: clients/tests/test-client.py:1019:test_004()/580 cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3284 bytes +stdout: 3336 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -28135,6 +28182,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -30948,12 +30996,12 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 4528 +size: 4580 location: clients/tests/test-client.py:1014:test_004()/621 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -30963,6 +31011,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -31048,12 +31097,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4556 +size: 4608 location: clients/tests/test-client.py:1014:test_004()/622 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31063,6 +31112,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -31148,12 +31198,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4528 +size: 4580 location: clients/tests/test-client.py:1016:test_004()/623 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4362 bytes +stdout: 4414 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31163,6 +31213,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -31248,12 +31299,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4556 +size: 4608 location: clients/tests/test-client.py:1016:test_004()/624 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4432 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31263,6 +31314,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -31348,12 +31400,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 3447 +size: 3499 location: clients/tests/test-client.py:1019:test_004()/625 cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3274 bytes +stdout: 3326 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31363,6 +31415,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -31428,12 +31481,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3467 +size: 3519 location: clients/tests/test-client.py:1019:test_004()/626 cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3284 bytes +stdout: 3336 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31443,6 +31496,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -34256,12 +34310,12 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 5537 +size: 5589 location: clients/tests/test-client.py:1014:test_004()/667 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -34274,6 +34328,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -34369,12 +34424,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5577 +size: 5629 location: clients/tests/test-client.py:1014:test_004()/668 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -34387,6 +34442,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -34482,12 +34538,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5537 +size: 5589 location: clients/tests/test-client.py:1016:test_004()/669 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -34500,6 +34556,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -34595,12 +34652,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5577 +size: 5629 location: clients/tests/test-client.py:1016:test_004()/670 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -34613,6 +34670,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -34708,12 +34766,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4063 +size: 4115 location: clients/tests/test-client.py:1019:test_004()/671 cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3893 bytes +stdout: 3945 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -34726,6 +34784,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -34796,12 +34855,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4088 +size: 4140 location: clients/tests/test-client.py:1019:test_004()/672 cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3908 bytes +stdout: 3960 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -34814,6 +34873,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -38196,12 +38256,12 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c ------------------------------------------------------------------------------- <<< -size: 5549 +size: 5601 location: clients/tests/test-client.py:1014:test_004()/713 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -38214,6 +38274,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -38309,12 +38370,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5589 +size: 5641 location: clients/tests/test-client.py:1014:test_004()/714 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -38327,6 +38388,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -38422,12 +38484,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5549 +size: 5601 location: clients/tests/test-client.py:1016:test_004()/715 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5374 bytes +stdout: 5426 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -38440,6 +38502,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -38535,12 +38598,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 5589 +size: 5641 location: clients/tests/test-client.py:1016:test_004()/716 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5404 bytes +stdout: 5456 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -38553,6 +38616,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -38648,12 +38712,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4075 +size: 4127 location: clients/tests/test-client.py:1019:test_004()/717 cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3893 bytes +stdout: 3945 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -38666,6 +38730,7 @@ connection.interface-name: -- connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: no @@ -38736,12 +38801,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4100 +size: 4152 location: clients/tests/test-client.py:1019:test_004()/718 cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3908 bytes +stdout: 3960 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -38754,6 +38819,7 @@ connection.interface-name: -- connection.autoconnect: tak connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) +connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 0 connection.read-only: nie @@ -42136,12 +42202,12 @@ CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | c ------------------------------------------------------------------------------- <<< -size: 2293 +size: 2320 location: clients/tests/test-client.py:1014:test_004()/759 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -42151,6 +42217,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -42236,12 +42303,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2303 +size: 2330 location: clients/tests/test-client.py:1014:test_004()/760 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -42251,6 +42318,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -42336,12 +42404,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2293 +size: 2320 location: clients/tests/test-client.py:1016:test_004()/761 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -42351,6 +42419,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -42436,12 +42505,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2303 +size: 2330 location: clients/tests/test-client.py:1016:test_004()/762 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -42451,6 +42520,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -42536,12 +42606,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 1741 +size: 1768 location: clients/tests/test-client.py:1019:test_004()/763 cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -42551,6 +42621,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -42616,12 +42687,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 1751 +size: 1778 location: clients/tests/test-client.py:1019:test_004()/764 cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -42631,6 +42702,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -45444,12 +45516,12 @@ CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/ CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 <<< -size: 2305 +size: 2332 location: clients/tests/test-client.py:1014:test_004()/805 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -45459,6 +45531,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -45544,12 +45617,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2315 +size: 2342 location: clients/tests/test-client.py:1014:test_004()/806 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -45559,6 +45632,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -45644,12 +45718,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2305 +size: 2332 location: clients/tests/test-client.py:1016:test_004()/807 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -45659,6 +45733,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -45744,12 +45819,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2315 +size: 2342 location: clients/tests/test-client.py:1016:test_004()/808 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2131 bytes +stdout: 2158 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -45759,6 +45834,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -45844,12 +45920,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 1753 +size: 1780 location: clients/tests/test-client.py:1019:test_004()/809 cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -45859,6 +45935,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no @@ -45924,12 +46001,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 1763 +size: 1790 location: clients/tests/test-client.py:1019:test_004()/810 cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1572 bytes +stdout: 1599 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -45939,6 +46016,7 @@ connection.interface-name: connection.autoconnect:yes connection.autoconnect-priority:0 connection.autoconnect-retries:-1 +connection.multi-connect:0 connection.auth-retries:-1 connection.timestamp:0 connection.read-only:no diff --git a/libnm-core/nm-connection.c b/libnm-core/nm-connection.c index 9e2e801444..a5df08142f 100644 --- a/libnm-core/nm-connection.c +++ b/libnm-core/nm-connection.c @@ -2081,6 +2081,32 @@ nm_connection_get_interface_name (NMConnection *connection) return s_con ? nm_setting_connection_get_interface_name (s_con) : NULL; } +NMConnectionMultiConnect +_nm_connection_get_multi_connect (NMConnection *connection) +{ + NMSettingConnection *s_con; + NMConnectionMultiConnect multi_connect; + const NMConnectionMultiConnect DEFAULT = NM_CONNECTION_MULTI_CONNECT_SINGLE; + + /* connection.multi_connect property cannot be specified via regular + * connection defaults in NetworkManager.conf, because those are per-device, + * and we need to determine the multi_connect independent of a particular + * device. + * + * There is however still a default-value, so theoretically, the default + * value could be specified in NetworkManager.conf. Just not as [connection*] + * and indepdented of a device. */ + + s_con = nm_connection_get_setting_connection (connection); + if (!s_con) + return DEFAULT; + + multi_connect = nm_setting_connection_get_multi_connect (s_con); + return multi_connect == NM_CONNECTION_MULTI_CONNECT_DEFAULT + ? DEFAULT + : multi_connect; +} + gboolean _nm_connection_verify_required_interface_name (NMConnection *connection, GError **error) diff --git a/libnm-core/nm-core-internal.h b/libnm-core/nm-core-internal.h index 4945118ffd..38caa66ff9 100644 --- a/libnm-core/nm-core-internal.h +++ b/libnm-core/nm-core-internal.h @@ -437,6 +437,8 @@ _nm_connection_get_uuid (NMConnection *connection) return connection ? nm_connection_get_uuid (connection) : NULL; } +NMConnectionMultiConnect _nm_connection_get_multi_connect (NMConnection *connection); + /*****************************************************************************/ typedef enum { diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h index 507e3851b7..4e12dc63a2 100644 --- a/libnm-core/nm-dbus-interface.h +++ b/libnm-core/nm-dbus-interface.h @@ -655,6 +655,30 @@ typedef enum { NM_METERED_GUESS_NO = 4, } NMMetered; +/** + * NMConnectionMultiConnect: + * @NM_CONNECTION_MULTI_CONNECT_DEFAULT: indicates that the per-connection + * setting is unspecified. In this case, it will fallback to the default + * value, which is @NM_CONNECTION_MULTI_CONNECT_SINGLE. + * @NM_CONNECTION_MULTI_CONNECT_SINGLE: the connection profile can only + * be active once at each moment. Activating a profile that is already active, + * will first deactivate it. + * @NM_CONNECTION_MULTI_CONNECT_MANUAL_MULTIPLE: the profile can + * be manually activated multiple times on different devices. However, + * regarding autoconnect, the profile will autoconnect only if it is + * currently not connected otherwise. + * @NM_CONNECTION_MULTI_CONNECT_MULTIPLE: the profile can autoactivate + * and be manually activated multiple times together. + * + * Since: 1.14 + */ +typedef enum { + NM_CONNECTION_MULTI_CONNECT_DEFAULT = 0, + NM_CONNECTION_MULTI_CONNECT_SINGLE = 1, + NM_CONNECTION_MULTI_CONNECT_MANUAL_MULTIPLE = 2, + NM_CONNECTION_MULTI_CONNECT_MULTIPLE = 3, +} NMConnectionMultiConnect; + /** * NMActiveConnectionState: * @NM_ACTIVE_CONNECTION_STATE_UNKNOWN: the state of the connection is unknown diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c index 88aa28dd6e..c4190831b1 100644 --- a/libnm-core/nm-setting-connection.c +++ b/libnm-core/nm-setting-connection.c @@ -72,6 +72,7 @@ typedef struct { gboolean autoconnect; int autoconnect_priority; int autoconnect_retries; + int multi_connect; guint64 timestamp; gboolean read_only; char *zone; @@ -93,6 +94,7 @@ enum { PROP_AUTOCONNECT, PROP_AUTOCONNECT_PRIORITY, PROP_AUTOCONNECT_RETRIES, + PROP_MULTI_CONNECT, PROP_TIMESTAMP, PROP_READ_ONLY, PROP_ZONE, @@ -554,6 +556,22 @@ nm_setting_connection_get_autoconnect_retries (NMSettingConnection *setting) return NM_SETTING_CONNECTION_GET_PRIVATE (setting)->autoconnect_retries; } +/** + * nm_setting_connection_get_multi_connect: + * @setting: the #NMSettingConnection + * + * Returns: the #NMSettingConnection:multi-connect property of the connection. + * + * Since: 1.14 + **/ +NMConnectionMultiConnect +nm_setting_connection_get_multi_connect (NMSettingConnection *setting) +{ + g_return_val_if_fail (NM_IS_SETTING_CONNECTION (setting), -1); + + return (NMConnectionMultiConnect) NM_SETTING_CONNECTION_GET_PRIVATE (setting)->multi_connect; +} + /** * nm_setting_connection_get_auth_retries: * @setting: the #NMSettingConnection @@ -1087,6 +1105,19 @@ verify (NMSetting *setting, NMConnection *connection, GError **error) return FALSE; } + if (!NM_IN_SET (priv->multi_connect, (int) NM_CONNECTION_MULTI_CONNECT_DEFAULT, + (int) NM_CONNECTION_MULTI_CONNECT_SINGLE, + (int) NM_CONNECTION_MULTI_CONNECT_MANUAL_MULTIPLE, + (int) NM_CONNECTION_MULTI_CONNECT_MULTIPLE)) { + g_set_error (error, + NM_CONNECTION_ERROR, + NM_CONNECTION_ERROR_INVALID_PROPERTY, + _("value %d is not valid"), priv->multi_connect); + g_prefix_error (error, "%s.%s: ", NM_SETTING_CONNECTION_SETTING_NAME, + NM_SETTING_CONNECTION_MULTI_CONNECT); + return FALSE; + } + /* *** errors above here should be always fatal, below NORMALIZABLE_ERROR *** */ if (!priv->uuid) { @@ -1328,6 +1359,9 @@ set_property (GObject *object, guint prop_id, case PROP_AUTOCONNECT_RETRIES: priv->autoconnect_retries = g_value_get_int (value); break; + case PROP_MULTI_CONNECT: + priv->multi_connect = g_value_get_int (value); + break; case PROP_TIMESTAMP: priv->timestamp = g_value_get_uint64 (value); break; @@ -1423,6 +1457,9 @@ get_property (GObject *object, guint prop_id, case PROP_AUTOCONNECT_RETRIES: g_value_set_int (value, nm_setting_connection_get_autoconnect_retries (setting)); break; + case PROP_MULTI_CONNECT: + g_value_set_int (value, priv->multi_connect); + break; case PROP_TIMESTAMP: g_value_set_uint64 (value, nm_setting_connection_get_timestamp (setting)); break; @@ -1764,6 +1801,30 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class) NM_SETTING_PARAM_FUZZY_IGNORE | G_PARAM_STATIC_STRINGS)); + /** + * NMSettingConnection:multi-connect: + * + * Specifies whether the profile can be active multiple times at a particular + * moment. The value is of type #NMConnectionMultiConnect. + * + * Since: 1.14 + */ + /* ---ifcfg-rh--- + * property: multi-connect + * variable: MULTI_CONNECT(+) + * description: whether the profile can be active on multiple devices at a given + * moment. The values are numbers corresponding to #NMConnectionMultiConnect enum. + * example: ZONE=3 + * ---end--- + */ + g_object_class_install_property + (object_class, PROP_MULTI_CONNECT, + g_param_spec_int (NM_SETTING_CONNECTION_MULTI_CONNECT, "", "", + G_MININT32, G_MAXINT32, NM_CONNECTION_MULTI_CONNECT_DEFAULT, + G_PARAM_READWRITE | + NM_SETTING_PARAM_FUZZY_IGNORE | + G_PARAM_STATIC_STRINGS)); + /** * NMSettingConnection:timestamp: * diff --git a/libnm-core/nm-setting-connection.h b/libnm-core/nm-setting-connection.h index c3ec1a6dab..ab20cefd96 100644 --- a/libnm-core/nm-setting-connection.h +++ b/libnm-core/nm-setting-connection.h @@ -52,6 +52,7 @@ G_BEGIN_DECLS #define NM_SETTING_CONNECTION_AUTOCONNECT "autoconnect" #define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY "autoconnect-priority" #define NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES "autoconnect-retries" +#define NM_SETTING_CONNECTION_MULTI_CONNECT "multi-connect" #define NM_SETTING_CONNECTION_TIMESTAMP "timestamp" #define NM_SETTING_CONNECTION_READ_ONLY "read-only" #define NM_SETTING_CONNECTION_PERMISSIONS "permissions" @@ -145,6 +146,8 @@ gboolean nm_setting_connection_get_autoconnect (NMSettingConnection *set int nm_setting_connection_get_autoconnect_priority (NMSettingConnection *setting); NM_AVAILABLE_IN_1_6 int nm_setting_connection_get_autoconnect_retries (NMSettingConnection *setting); +NM_AVAILABLE_IN_1_14 +NMConnectionMultiConnect nm_setting_connection_get_multi_connect (NMSettingConnection *setting); guint64 nm_setting_connection_get_timestamp (NMSettingConnection *setting); gboolean nm_setting_connection_get_read_only (NMSettingConnection *setting); diff --git a/libnm-core/nm-setting-vpn.c b/libnm-core/nm-setting-vpn.c index 66c902045d..d36ce93485 100644 --- a/libnm-core/nm-setting-vpn.c +++ b/libnm-core/nm-setting-vpn.c @@ -480,6 +480,7 @@ static gboolean verify (NMSetting *setting, NMConnection *connection, GError **error) { NMSettingVpnPrivate *priv = NM_SETTING_VPN_GET_PRIVATE (setting); + NMSettingConnection *s_con; if (!priv->service_type) { g_set_error_literal (error, @@ -509,6 +510,16 @@ verify (NMSetting *setting, NMConnection *connection, GError **error) return FALSE; } + if ( connection + && (s_con = nm_connection_get_setting_connection (connection)) + && nm_setting_connection_get_multi_connect (s_con) != NM_CONNECTION_MULTI_CONNECT_DEFAULT) { + g_set_error_literal (error, + NM_CONNECTION_ERROR, + NM_CONNECTION_ERROR_INVALID_PROPERTY, + _("cannot set connection.multi-connect for VPN setting")); + return FALSE; + } + return TRUE; } diff --git a/libnm-core/tests/test-general.c b/libnm-core/tests/test-general.c index 093ebf55a8..e4a9e8f952 100644 --- a/libnm-core/tests/test-general.c +++ b/libnm-core/tests/test-general.c @@ -2595,6 +2595,7 @@ test_connection_diff_a_only (void) { NM_SETTING_CONNECTION_AUTOCONNECT, NM_SETTING_DIFF_RESULT_IN_A }, { NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY, NM_SETTING_DIFF_RESULT_IN_A }, { NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_CONNECTION_MULTI_CONNECT, NM_SETTING_DIFF_RESULT_IN_A }, { NM_SETTING_CONNECTION_READ_ONLY, NM_SETTING_DIFF_RESULT_IN_A }, { NM_SETTING_CONNECTION_PERMISSIONS, NM_SETTING_DIFF_RESULT_IN_A }, { NM_SETTING_CONNECTION_ZONE, NM_SETTING_DIFF_RESULT_IN_A }, diff --git a/libnm/libnm.ver b/libnm/libnm.ver index ef9701754a..15f7283fea 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -1385,6 +1385,7 @@ global: nm_connection_get_setting_6lowpan; nm_connection_get_setting_sriov; nm_connection_get_setting_wpan; + nm_connection_multi_connect_get_type; nm_device_6lowpan_get_type; nm_device_wireguard_get_fwmark; nm_device_wireguard_get_listen_port; @@ -1392,6 +1393,7 @@ global: nm_device_wireguard_get_type; nm_device_wpan_get_type; nm_setting_6lowpan_get_type; + nm_setting_connection_get_multi_connect; nm_setting_sriov_add_vf; nm_setting_sriov_clear_vfs; nm_setting_sriov_get_autoprobe_drivers; diff --git a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c index 5cea628013..f5bd0820e5 100644 --- a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c +++ b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c @@ -239,6 +239,9 @@ make_connection_setting (const char *file, NM_SETTING_CONNECTION_AUTOCONNECT_RETRIES, (int) svGetValueInt64 (ifcfg, "AUTOCONNECT_RETRIES", 10, -1, G_MAXINT32, -1), + NM_SETTING_CONNECTION_MULTI_CONNECT, + (gint) svGetValueInt64 (ifcfg, "MULTI_CONNECT", 10, + G_MININT32, G_MAXINT32, NM_CONNECTION_MULTI_CONNECT_DEFAULT), NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES, svGetValueBoolean (ifcfg, "AUTOCONNECT_SLAVES", NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_DEFAULT), NM_SETTING_CONNECTION_LLDP, lldp, diff --git a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c index ab1938f180..f29017e3a7 100644 --- a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c +++ b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-writer.c @@ -1746,6 +1746,11 @@ write_connection_setting (NMSettingConnection *s_con, shvarFile *ifcfg) vint != -1, vint); + vint = nm_setting_connection_get_multi_connect (s_con); + svSetValueInt64_cond (ifcfg, "MULTI_CONNECT", + vint != NM_CONNECTION_MULTI_CONNECT_DEFAULT, + vint); + /* Only save the value for master connections */ type = nm_setting_connection_get_connection_type (s_con); if (_nm_connection_type_is_master (type)) {