From b4886a6cf323aebba973da3351ba2424f938f423 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 15 2020 17:37:57 +0000 Subject: Prepare for a new update Reverting patches so we can apply the latest update and changes can be seen in the spec file and sources. --- diff --git a/clients/cloud-setup/nm-cloud-setup.service.in b/clients/cloud-setup/nm-cloud-setup.service.in index a3df386..9866acd 100644 --- a/clients/cloud-setup/nm-cloud-setup.service.in +++ b/clients/cloud-setup/nm-cloud-setup.service.in @@ -22,15 +22,15 @@ PrivateDevices=yes PrivateTmp=yes ProtectControlGroups=yes ProtectHome=yes -#ProtectHostname=yes -#ProtectKernelLogs=yes +ProtectHostname=yes +ProtectKernelLogs=yes ProtectKernelModules=yes ProtectKernelTunables=yes ProtectSystem=strict RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes -#RestrictSUIDSGID=yes +RestrictSUIDSGID=yes SystemCallFilter=@system-service [Install] diff --git a/clients/cloud-setup/nmcs-provider-ec2.c b/clients/cloud-setup/nmcs-provider-ec2.c index 3b5f6d3..c8db31f 100644 --- a/clients/cloud-setup/nmcs-provider-ec2.c +++ b/clients/cloud-setup/nmcs-provider-ec2.c @@ -487,7 +487,7 @@ _get_config_metadata_ready_check (long response_code, if (!response_parsed) response_parsed = g_hash_table_new_full (nm_str_hash, g_str_equal, g_free, g_free); - mac_data = g_malloc (sizeof (GetConfigMetadataMac) + 1 + p_start_l); + mac_data = g_malloc (sizeof (GetConfigMetadataData) + 1 + p_start_l); mac_data->iface_idx = iface_idx_counter++; memcpy (mac_data->path, p_start, p_start_l); mac_data->path[p_start_l] = '\0'; diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c index 3519df4..2ac91b4 100644 --- a/clients/common/nm-meta-setting-desc.c +++ b/clients/common/nm-meta-setting-desc.c @@ -5834,9 +5834,6 @@ static const NMMetaPropertyInfo *const property_infos_IP4_CONFIG[] = { ), ), ), - PROPERTY_INFO_WITH_DESC (NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER, - .property_type = &_pt_gobject_string, - ), NULL }; diff --git a/clients/common/settings-docs.h.in b/clients/common/settings-docs.h.in index b694ead..7b89150 100644 --- a/clients/common/settings-docs.h.in +++ b/clients/common/settings-docs.h.in @@ -229,7 +229,6 @@ #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_DHCP_IAID N_("A string containing the \"Identity Association Identifier\" (IAID) used by the DHCP client. The property is a 32-bit decimal value or a special value among \"mac\", \"perm-mac\", \"ifname\" and \"stable\". When set to \"mac\" (or \"perm-mac\"), the last 4 bytes of the current (or permanent) MAC address are used as IAID. When set to \"ifname\", the IAID is computed by hashing the interface name. The special value \"stable\" can be used to generate an IAID based on the stable-id (see connection.stable-id), a per-host key and the interface name. When the property is unset, the value from global configuration is used; if no global default is set then the IAID is assumed to be \"ifname\". Note that at the moment this property is ignored for IPv6 by dhclient, which always derives the IAID from the MAC address.") #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME N_("If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer. If the \"dhcp-hostname\" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.") #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_DHCP_TIMEOUT N_("A timeout for a DHCP transaction in seconds. If zero (the default), a globally configured default is used. If still unspecified, a device specific timeout is used (usually 45 seconds). Set to 2147483647 (MAXINT32) for infinity.") -#define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER N_("The Vendor Class Identifier DHCP option (60). Special characters in the data string may be escaped using C-style escapes, nevertheless this property cannot contain nul bytes. If the per-profile value is unspecified (the default), a global connection default gets consulted. If still unspecified, the DHCP option is not sent to the server. Since 1.28, 1.26.4") #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_DNS N_("Array of IP addresses of DNS servers.") #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_DNS_OPTIONS N_("Array of DNS options as described in man 5 resolv.conf. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties. The currently supported options are \"attempts\", \"debug\", \"edns0\", \"inet6\", \"ip6-bytestring\", \"ip6-dotint\", \"ndots\", \"no-check-names\", \"no-ip6-dotint\", \"no-reload\", \"no-tld-query\", \"rotate\", \"single-request\", \"single-request-reopen\", \"timeout\", \"trust-ad\", \"use-vc\". The \"trust-ad\" setting is only honored if the profile contributes name servers to resolv.conf, and if all contributing profiles have \"trust-ad\" enabled.") #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_DNS_PRIORITY N_("DNS servers priority. The relative priority for DNS servers specified by this setting. A lower value is better (higher priority). Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to 50 for VPNs (including WireGuard) and 100 for other connections. Note that the priority is to order DNS settings for multiple active connections. It does not disambiguate multiple DNS servers within the same connection profile. When using dns=default, servers with higher priority will be on top of resolv.conf. To prioritize a given server over another one within the same connection, just specify them in the desired order. When multiple devices have configurations with the same priority, VPNs will be considered first, then devices with the best (lowest metric) default route and then all other devices. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least one negative priority, only DNS servers from connections with the lowest priority value will be used. When using a DNS resolver that supports Conditional Forwarding as dns=dnsmasq or dns=systemd-resolved, each connection is used to query domains in its search list. Queries for domains not present in any search list are routed through connections having the '~.' special wildcard domain, which is added automatically to connections with the default route (or can be added manually). When multiple connections specify the same domain, the one with the highest priority (lowest numerical value) wins. If a connection specifies a domain which is subdomain of another domain with a negative DNS priority value, the subdomain is ignored.") 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 50d02d8..74a4347 100644 --- a/clients/tests/test-client.check-on-disk/test_003.expected +++ b/clients/tests/test-client.check-on-disk/test_003.expected @@ -150,12 +150,12 @@ id path uuid <<< -size: 4490 +size: 4447 location: clients/tests/test-client.py:test_003()/12 cmd: $NMCLI con s con-gsm1 lang: C returncode: 0 -stdout: 4360 bytes +stdout: 4317 bytes >>> connection.id: con-gsm1 connection.uuid: UUID-con-gsm1-REPLACED-REPLACED-REPL @@ -204,7 +204,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -255,12 +254,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4520 +size: 4477 location: clients/tests/test-client.py:test_003()/13 cmd: $NMCLI con s con-gsm1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4380 bytes +stdout: 4337 bytes >>> connection.id: con-gsm1 connection.uuid: UUID-con-gsm1-REPLACED-REPLACED-REPL @@ -309,7 +308,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -492,12 +490,12 @@ UUID NAME UUID-ethernet-REPLACED-REPLACED-REPL ethernet <<< -size: 4265 +size: 4222 location: clients/tests/test-client.py:test_003()/25 cmd: $NMCLI -f ALL con s ethernet lang: C returncode: 0 -stdout: 4128 bytes +stdout: 4085 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -560,7 +558,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -592,12 +589,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4293 +size: 4250 location: clients/tests/test-client.py:test_003()/26 cmd: $NMCLI -f ALL con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4146 bytes +stdout: 4103 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -660,7 +657,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -712,12 +708,12 @@ stdout: 51 bytes GENERAL.STATE: aktywowano <<< -size: 4965 +size: 4922 location: clients/tests/test-client.py:test_003()/29 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 4835 bytes +stdout: 4792 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -780,7 +776,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -825,12 +820,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 4997 +size: 4954 location: clients/tests/test-client.py:test_003()/30 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4857 bytes +stdout: 4814 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -893,7 +888,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1412,12 +1406,12 @@ UUID NAME UUID-ethernet-REPLACED-REPLACED-REPL ethernet <<< -size: 4265 +size: 4222 location: clients/tests/test-client.py:test_003()/50 cmd: $NMCLI -f ALL con s ethernet lang: C returncode: 0 -stdout: 4128 bytes +stdout: 4085 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1480,7 +1474,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1512,12 +1505,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4293 +size: 4250 location: clients/tests/test-client.py:test_003()/51 cmd: $NMCLI -f ALL con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 4146 bytes +stdout: 4103 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1580,7 +1573,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1636,12 +1628,12 @@ GENERAL.STATE: aktywowano GENERAL.STATE: aktywowano <<< -size: 5673 +size: 5630 location: clients/tests/test-client.py:test_003()/54 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 5543 bytes +stdout: 5500 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1704,7 +1696,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1763,12 +1754,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5709 +size: 5666 location: clients/tests/test-client.py:test_003()/55 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5569 bytes +stdout: 5526 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -1831,7 +1822,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -2282,12 +2272,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 5676 +size: 5633 location: clients/tests/test-client.py:test_003()/68 cmd: $NMCLI con s ethernet lang: C returncode: 0 -stdout: 5546 bytes +stdout: 5503 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2350,7 +2340,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -2409,12 +2398,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5713 +size: 5670 location: clients/tests/test-client.py:test_003()/69 cmd: $NMCLI con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5573 bytes +stdout: 5530 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2477,7 +2466,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -2536,12 +2524,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5008 +size: 4965 location: clients/tests/test-client.py:test_003()/70 cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4838 bytes +stdout: 4795 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2604,7 +2592,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -2649,12 +2636,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5041 +size: 4998 location: clients/tests/test-client.py:test_003()/71 cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4861 bytes +stdout: 4818 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -2717,7 +2704,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -2962,12 +2948,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 5688 +size: 5645 location: clients/tests/test-client.py:test_003()/78 cmd: $NMCLI --color yes con s ethernet lang: C returncode: 0 -stdout: 5546 bytes +stdout: 5503 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3030,7 +3016,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -3089,12 +3074,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5725 +size: 5682 location: clients/tests/test-client.py:test_003()/79 cmd: $NMCLI --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5573 bytes +stdout: 5530 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3157,7 +3142,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -3216,12 +3200,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5020 +size: 4977 location: clients/tests/test-client.py:test_003()/80 cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4838 bytes +stdout: 4795 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3284,7 +3268,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -3329,12 +3312,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5053 +size: 5010 location: clients/tests/test-client.py:test_003()/81 cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4861 bytes +stdout: 4818 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -3397,7 +3380,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -3658,12 +3640,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6930 +size: 6887 location: clients/tests/test-client.py:test_003()/88 cmd: $NMCLI --pretty con s ethernet lang: C returncode: 0 -stdout: 6791 bytes +stdout: 6748 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -3731,7 +3713,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -3801,12 +3782,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6986 +size: 6943 location: clients/tests/test-client.py:test_003()/89 cmd: $NMCLI --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6837 bytes +stdout: 6794 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -3874,7 +3855,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -3944,12 +3924,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5949 +size: 5906 location: clients/tests/test-client.py:test_003()/90 cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5770 bytes +stdout: 5727 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -4017,7 +3997,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -4069,12 +4048,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5994 +size: 5951 location: clients/tests/test-client.py:test_003()/91 cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5805 bytes +stdout: 5762 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -4142,7 +4121,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -4434,12 +4412,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6942 +size: 6899 location: clients/tests/test-client.py:test_003()/98 cmd: $NMCLI --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 6791 bytes +stdout: 6748 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -4507,7 +4485,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -4577,12 +4554,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6998 +size: 6955 location: clients/tests/test-client.py:test_003()/99 cmd: $NMCLI --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6837 bytes +stdout: 6794 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -4650,7 +4627,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -4720,12 +4696,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5962 +size: 5919 location: clients/tests/test-client.py:test_003()/100 cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5770 bytes +stdout: 5727 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -4793,7 +4769,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -4845,12 +4820,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6007 +size: 5964 location: clients/tests/test-client.py:test_003()/101 cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5805 bytes +stdout: 5762 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -4918,7 +4893,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -5190,12 +5164,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 3036 +size: 3001 location: clients/tests/test-client.py:test_003()/108 cmd: $NMCLI --terse con s ethernet lang: C returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5258,7 +5232,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -5317,12 +5290,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3046 +size: 3011 location: clients/tests/test-client.py:test_003()/109 cmd: $NMCLI --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5385,7 +5358,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -5444,12 +5416,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2690 +size: 2655 location: clients/tests/test-client.py:test_003()/110 cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5512,7 +5484,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -5557,12 +5528,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2700 +size: 2665 location: clients/tests/test-client.py:test_003()/111 cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5625,7 +5596,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -5866,12 +5836,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 3048 +size: 3013 location: clients/tests/test-client.py:test_003()/118 cmd: $NMCLI --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -5934,7 +5904,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -5993,12 +5962,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3058 +size: 3023 location: clients/tests/test-client.py:test_003()/119 cmd: $NMCLI --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -6061,7 +6030,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -6120,12 +6088,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2702 +size: 2667 location: clients/tests/test-client.py:test_003()/120 cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -6188,7 +6156,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -6233,12 +6200,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2712 +size: 2677 location: clients/tests/test-client.py:test_003()/121 cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -6301,7 +6268,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -6546,12 +6512,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 3796 +size: 3736 location: clients/tests/test-client.py:test_003()/128 cmd: $NMCLI --mode tabular con s ethernet lang: C returncode: 0 -stdout: 3650 bytes +stdout: 3590 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6559,8 +6525,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -6577,12 +6543,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 3830 +size: 3770 location: clients/tests/test-client.py:test_003()/129 cmd: $NMCLI --mode tabular con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3674 bytes +stdout: 3614 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6590,8 +6556,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -6608,12 +6574,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deza <<< -size: 3334 +size: 3274 location: clients/tests/test-client.py:test_003()/130 cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 3148 bytes +stdout: 3088 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6621,8 +6587,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -6635,12 +6601,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 3366 +size: 3306 location: clients/tests/test-client.py:test_003()/131 cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3170 bytes +stdout: 3110 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6648,8 +6614,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -6790,12 +6756,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 3808 +size: 3748 location: clients/tests/test-client.py:test_003()/138 cmd: $NMCLI --mode tabular --color yes con s ethernet lang: C returncode: 0 -stdout: 3650 bytes +stdout: 3590 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6803,8 +6769,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -6821,12 +6787,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 3842 +size: 3782 location: clients/tests/test-client.py:test_003()/139 cmd: $NMCLI --mode tabular --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 3674 bytes +stdout: 3614 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6834,8 +6800,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -6852,12 +6818,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deza <<< -size: 3346 +size: 3286 location: clients/tests/test-client.py:test_003()/140 cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 3148 bytes +stdout: 3088 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6865,8 +6831,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -6879,12 +6845,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 3378 +size: 3318 location: clients/tests/test-client.py:test_003()/141 cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3170 bytes +stdout: 3110 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 @@ -6892,8 +6858,8 @@ connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-eth 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 -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -7050,12 +7016,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6179 +size: 6089 location: clients/tests/test-client.py:test_003()/148 cmd: $NMCLI --mode tabular --pretty con s ethernet lang: C returncode: 0 -stdout: 6024 bytes +stdout: 5934 bytes >>> ========================================= Connection profile details (ethernet) @@ -7068,9 +7034,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7097,12 +7063,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 6273 +size: 6183 location: clients/tests/test-client.py:test_003()/149 cmd: $NMCLI --mode tabular --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6108 bytes +stdout: 6018 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -7115,9 +7081,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7144,12 +7110,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deza <<< -size: 5255 +size: 5165 location: clients/tests/test-client.py:test_003()/150 cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5060 bytes +stdout: 4970 bytes >>> ========================================= Connection profile details (ethernet) @@ -7162,9 +7128,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7183,12 +7149,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 5327 +size: 5237 location: clients/tests/test-client.py:test_003()/151 cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5122 bytes +stdout: 5032 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -7201,9 +7167,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7390,12 +7356,12 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL gsm UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet <<< -size: 6191 +size: 6101 location: clients/tests/test-client.py:test_003()/158 cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 6024 bytes +stdout: 5934 bytes >>> ========================================= Connection profile details (ethernet) @@ -7408,9 +7374,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7437,12 +7403,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 6285 +size: 6195 location: clients/tests/test-client.py:test_003()/159 cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6108 bytes +stdout: 6018 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -7455,9 +7421,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7484,12 +7450,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deza <<< -size: 5267 +size: 5177 location: clients/tests/test-client.py:test_003()/160 cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5060 bytes +stdout: 4970 bytes >>> ========================================= Connection profile details (ethernet) @@ -7502,9 +7468,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7523,12 +7489,12 @@ GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 -- deac <<< -size: 5339 +size: 5249 location: clients/tests/test-client.py:test_003()/161 cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5122 bytes +stdout: 5032 bytes >>> =========================================== Szczegóły profilu połączenia (ethernet) @@ -7541,9 +7507,9 @@ name port speed duplex auto-negotiate mac-address cloned-mac-add --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default -- -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -7710,16 +7676,16 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 844 +size: 843 location: clients/tests/test-client.py:test_003()/168 cmd: $NMCLI --mode tabular --terse con s ethernet lang: C returncode: 0 -stdout: 691 bytes +stdout: 690 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1::activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/4:: @@ -7727,16 +7693,16 @@ 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/4:: <<< -size: 854 +size: 853 location: clients/tests/test-client.py:test_003()/169 cmd: $NMCLI --mode tabular --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 691 bytes +stdout: 690 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1::activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/4:: @@ -7744,31 +7710,31 @@ 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/4:: <<< -size: 696 +size: 695 location: clients/tests/test-client.py:test_003()/170 cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 503 bytes +stdout: 502 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: 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/4:: <<< -size: 706 +size: 705 location: clients/tests/test-client.py:test_003()/171 cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 503 bytes +stdout: 502 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: 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/4:: @@ -7864,16 +7830,16 @@ UUID-con-gsm1-REPLACED-REPLACED-REPL:gsm UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet <<< -size: 856 +size: 855 location: clients/tests/test-client.py:test_003()/178 cmd: $NMCLI --mode tabular --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 691 bytes +stdout: 690 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1::activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/4:: @@ -7881,16 +7847,16 @@ 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/4:: <<< -size: 866 +size: 865 location: clients/tests/test-client.py:test_003()/179 cmd: $NMCLI --mode tabular --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 691 bytes +stdout: 690 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: proxy:none:no:: GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1::activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/4:: @@ -7898,31 +7864,31 @@ 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/4:: <<< -size: 708 +size: 707 location: clients/tests/test-client.py:test_003()/180 cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 503 bytes +stdout: 502 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: 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/4:: <<< -size: 718 +size: 717 location: clients/tests/test-client.py:test_003()/181 cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 503 bytes +stdout: 502 bytes >>> connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 802-3-ethernet::0::no:::::auto::::default: -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: 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/4:: @@ -8166,12 +8132,12 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE: ethernet <<< -size: 5694 +size: 5651 location: clients/tests/test-client.py:test_003()/188 cmd: $NMCLI --mode multiline con s ethernet lang: C returncode: 0 -stdout: 5546 bytes +stdout: 5503 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -8234,7 +8200,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -8293,12 +8258,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5731 +size: 5688 location: clients/tests/test-client.py:test_003()/189 cmd: $NMCLI --mode multiline con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5573 bytes +stdout: 5530 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -8361,7 +8326,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -8420,12 +8384,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5026 +size: 4983 location: clients/tests/test-client.py:test_003()/190 cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4838 bytes +stdout: 4795 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -8488,7 +8452,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -8533,12 +8496,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5059 +size: 5016 location: clients/tests/test-client.py:test_003()/191 cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4861 bytes +stdout: 4818 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -8601,7 +8564,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -8990,12 +8952,12 @@ UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE: ethernet <<< -size: 5706 +size: 5663 location: clients/tests/test-client.py:test_003()/198 cmd: $NMCLI --mode multiline --color yes con s ethernet lang: C returncode: 0 -stdout: 5546 bytes +stdout: 5503 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9058,7 +9020,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -9117,12 +9078,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5743 +size: 5700 location: clients/tests/test-client.py:test_003()/199 cmd: $NMCLI --mode multiline --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 5573 bytes +stdout: 5530 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9185,7 +9146,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -9244,12 +9204,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5038 +size: 4995 location: clients/tests/test-client.py:test_003()/200 cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 4838 bytes +stdout: 4795 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9312,7 +9272,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -9357,12 +9316,12 @@ GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- <<< -size: 5071 +size: 5028 location: clients/tests/test-client.py:test_003()/201 cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4861 bytes +stdout: 4818 bytes >>> connection.id: ethernet connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL @@ -9425,7 +9384,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -9844,12 +9802,12 @@ TYPE: ethernet ------------------------------------------------------------------------------- <<< -size: 6948 +size: 6905 location: clients/tests/test-client.py:test_003()/208 cmd: $NMCLI --mode multiline --pretty con s ethernet lang: C returncode: 0 -stdout: 6791 bytes +stdout: 6748 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -9917,7 +9875,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -9987,12 +9944,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 7004 +size: 6961 location: clients/tests/test-client.py:test_003()/209 cmd: $NMCLI --mode multiline --pretty con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6837 bytes +stdout: 6794 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -10060,7 +10017,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -10130,12 +10086,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5967 +size: 5924 location: clients/tests/test-client.py:test_003()/210 cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5770 bytes +stdout: 5727 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -10203,7 +10159,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -10255,12 +10210,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6012 +size: 5969 location: clients/tests/test-client.py:test_003()/211 cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5805 bytes +stdout: 5762 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -10328,7 +10283,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -10778,12 +10732,12 @@ TYPE: ethernet ------------------------------------------------------------------------------- <<< -size: 6960 +size: 6917 location: clients/tests/test-client.py:test_003()/218 cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet lang: C returncode: 0 -stdout: 6791 bytes +stdout: 6748 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -10851,7 +10805,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -10921,12 +10874,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 7016 +size: 6973 location: clients/tests/test-client.py:test_003()/219 cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 6837 bytes +stdout: 6794 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -10994,7 +10947,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11064,12 +11016,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 5979 +size: 5936 location: clients/tests/test-client.py:test_003()/220 cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 5770 bytes +stdout: 5727 bytes >>> =============================================================================== Connection profile details (ethernet) @@ -11137,7 +11089,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11189,12 +11140,12 @@ GENERAL.MASTER-PATH: -- ------------------------------------------------------------------------------- <<< -size: 6024 +size: 5981 location: clients/tests/test-client.py:test_003()/221 cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5805 bytes +stdout: 5762 bytes >>> =============================================================================== Szczegóły profilu połączenia (ethernet) @@ -11262,7 +11213,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11682,12 +11632,12 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE:802-3-ethernet <<< -size: 3053 +size: 3018 location: clients/tests/test-client.py:test_003()/228 cmd: $NMCLI --mode multiline --terse con s ethernet lang: C returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -11750,7 +11700,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -11809,12 +11758,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3063 +size: 3028 location: clients/tests/test-client.py:test_003()/229 cmd: $NMCLI --mode multiline --terse con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -11877,7 +11826,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -11936,12 +11884,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2707 +size: 2672 location: clients/tests/test-client.py:test_003()/230 cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -12004,7 +11952,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -12049,12 +11996,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2717 +size: 2682 location: clients/tests/test-client.py:test_003()/231 cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -12117,7 +12064,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -12506,12 +12452,12 @@ UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA TYPE:802-3-ethernet <<< -size: 3065 +size: 3030 location: clients/tests/test-client.py:test_003()/238 cmd: $NMCLI --mode multiline --terse --color yes con s ethernet lang: C returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -12574,7 +12520,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -12633,12 +12578,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 3075 +size: 3040 location: clients/tests/test-client.py:test_003()/239 cmd: $NMCLI --mode multiline --terse --color yes con s ethernet lang: pl_PL.UTF-8 returncode: 0 -stdout: 2897 bytes +stdout: 2862 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -12701,7 +12646,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -12760,12 +12704,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2719 +size: 2684 location: clients/tests/test-client.py:test_003()/240 cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: C returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -12828,7 +12772,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -12873,12 +12816,12 @@ GENERAL.ZONE: GENERAL.MASTER-PATH: <<< -size: 2729 +size: 2694 location: clients/tests/test-client.py:test_003()/241 cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2511 bytes +stdout: 2476 bytes >>> connection.id:ethernet connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL @@ -12941,7 +12884,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: 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 8274bf9..5ee00fc 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: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: 4507 +size: 4464 location: clients/tests/test-client.py:test_004()/8 cmd: $NMCLI con s con-xx1 lang: C returncode: 0 -stdout: 4379 bytes +stdout: 4336 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -129,7 +129,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -161,12 +160,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4535 +size: 4492 location: clients/tests/test-client.py:test_004()/9 cmd: $NMCLI con s con-xx1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4397 bytes +stdout: 4354 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -232,7 +231,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -300,12 +298,12 @@ con-vpn-1 UUID-con-vpn-1-REPLACED-REPLACED-REP vpn -- con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi -- <<< -size: 3974 +size: 3931 location: clients/tests/test-client.py:test_004()/13 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 3843 bytes +stdout: 3800 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -354,7 +352,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -392,12 +389,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 3994 +size: 3951 location: clients/tests/test-client.py:test_004()/14 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3853 bytes +stdout: 3810 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -446,7 +443,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -556,12 +552,12 @@ con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA wifi wlan0 con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet -- <<< -size: 5099 +size: 5056 location: clients/tests/test-client.py:test_004()/21 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 4968 bytes +stdout: 4925 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -610,7 +606,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -669,12 +664,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5125 +size: 5082 location: clients/tests/test-client.py:test_004()/22 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4984 bytes +stdout: 4941 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -723,7 +718,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -782,12 +776,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5105 +size: 5062 location: clients/tests/test-client.py:test_004()/23 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -836,7 +830,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -895,12 +888,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5135 +size: 5092 location: clients/tests/test-client.py:test_004()/24 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -949,7 +942,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1008,12 +1000,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5105 +size: 5062 location: clients/tests/test-client.py:test_004()/25 cmd: $NMCLI con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1062,7 +1054,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1121,12 +1112,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5135 +size: 5092 location: clients/tests/test-client.py:test_004()/26 cmd: $NMCLI con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1175,7 +1166,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1234,12 +1224,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 3981 +size: 3938 location: clients/tests/test-client.py:test_004()/27 cmd: $NMCLI -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3843 bytes +stdout: 3800 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1288,7 +1278,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -1326,12 +1315,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4001 +size: 3958 location: clients/tests/test-client.py:test_004()/28 cmd: $NMCLI -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3853 bytes +stdout: 3810 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -1380,7 +1369,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -3998,12 +3986,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 5117 +size: 5074 location: clients/tests/test-client.py:test_004()/73 cmd: $NMCLI --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4052,7 +4040,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -4111,12 +4098,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5147 +size: 5104 location: clients/tests/test-client.py:test_004()/74 cmd: $NMCLI --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4165,7 +4152,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -4224,12 +4210,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5117 +size: 5074 location: clients/tests/test-client.py:test_004()/75 cmd: $NMCLI --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4278,7 +4264,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -4337,12 +4322,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5147 +size: 5104 location: clients/tests/test-client.py:test_004()/76 cmd: $NMCLI --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4391,7 +4376,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -4450,12 +4434,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 3993 +size: 3950 location: clients/tests/test-client.py:test_004()/77 cmd: $NMCLI --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3843 bytes +stdout: 3800 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4504,7 +4488,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -4542,12 +4525,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4013 +size: 3970 location: clients/tests/test-client.py:test_004()/78 cmd: $NMCLI --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3853 bytes +stdout: 3810 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -4596,7 +4579,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -7214,12 +7196,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 6127 +size: 6084 location: clients/tests/test-client.py:test_004()/123 cmd: $NMCLI --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -7272,7 +7254,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -7340,12 +7321,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6169 +size: 6126 location: clients/tests/test-client.py:test_004()/124 cmd: $NMCLI --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -7398,7 +7379,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -7466,12 +7446,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6127 +size: 6084 location: clients/tests/test-client.py:test_004()/125 cmd: $NMCLI --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -7524,7 +7504,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -7592,12 +7571,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6169 +size: 6126 location: clients/tests/test-client.py:test_004()/126 cmd: $NMCLI --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -7650,7 +7629,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -7718,12 +7696,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4610 +size: 4567 location: clients/tests/test-client.py:test_004()/127 cmd: $NMCLI --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4462 bytes +stdout: 4419 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -7776,7 +7754,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -7818,12 +7795,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4635 +size: 4592 location: clients/tests/test-client.py:test_004()/128 cmd: $NMCLI --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4477 bytes +stdout: 4434 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -7876,7 +7853,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11102,12 +11078,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 6139 +size: 6096 location: clients/tests/test-client.py:test_004()/173 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -11160,7 +11136,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11228,12 +11203,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6181 +size: 6138 location: clients/tests/test-client.py:test_004()/174 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -11286,7 +11261,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11354,12 +11328,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6139 +size: 6096 location: clients/tests/test-client.py:test_004()/175 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -11412,7 +11386,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11480,12 +11453,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6181 +size: 6138 location: clients/tests/test-client.py:test_004()/176 cmd: $NMCLI --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -11538,7 +11511,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11606,12 +11578,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4622 +size: 4579 location: clients/tests/test-client.py:test_004()/177 cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4462 bytes +stdout: 4419 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -11664,7 +11636,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -11706,12 +11677,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4647 +size: 4604 location: clients/tests/test-client.py:test_004()/178 cmd: $NMCLI --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4477 bytes +stdout: 4434 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -11764,7 +11735,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -14990,12 +14960,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 2571 +size: 2536 location: clients/tests/test-client.py:test_004()/223 cmd: $NMCLI --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15044,7 +15014,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -15103,12 +15072,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2581 +size: 2546 location: clients/tests/test-client.py:test_004()/224 cmd: $NMCLI --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15157,7 +15126,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -15216,12 +15184,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2571 +size: 2536 location: clients/tests/test-client.py:test_004()/225 cmd: $NMCLI --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15270,7 +15238,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -15329,12 +15296,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2581 +size: 2546 location: clients/tests/test-client.py:test_004()/226 cmd: $NMCLI --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15383,7 +15350,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -15442,12 +15408,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2001 +size: 1966 location: clients/tests/test-client.py:test_004()/227 cmd: $NMCLI --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15496,7 +15462,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -15534,12 +15499,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 2011 +size: 1976 location: clients/tests/test-client.py:test_004()/228 cmd: $NMCLI --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -15588,7 +15553,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -18176,12 +18140,12 @@ connection.type:802-11-wireless connection.interface-name: <<< -size: 2583 +size: 2548 location: clients/tests/test-client.py:test_004()/273 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18230,7 +18194,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -18289,12 +18252,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2593 +size: 2558 location: clients/tests/test-client.py:test_004()/274 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18343,7 +18306,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -18402,12 +18364,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2583 +size: 2548 location: clients/tests/test-client.py:test_004()/275 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18456,7 +18418,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -18515,12 +18476,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2593 +size: 2558 location: clients/tests/test-client.py:test_004()/276 cmd: $NMCLI --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18569,7 +18530,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -18628,12 +18588,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2013 +size: 1978 location: clients/tests/test-client.py:test_004()/277 cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18682,7 +18642,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -18720,12 +18679,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 2023 +size: 1988 location: clients/tests/test-client.py:test_004()/278 cmd: $NMCLI --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -18774,7 +18733,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -21362,18 +21320,18 @@ connection.type:802-11-wireless connection.interface-name: <<< -size: 3337 +size: 3277 location: clients/tests/test-client.py:test_004()/323 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: C returncode: 0 -stdout: 3190 bytes +stdout: 3130 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -21391,18 +21349,18 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3360 +size: 3300 location: clients/tests/test-client.py:test_004()/324 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3203 bytes +stdout: 3143 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -21420,18 +21378,18 @@ 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: 3337 +size: 3277 location: clients/tests/test-client.py:test_004()/325 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: C returncode: 0 -stdout: 3190 bytes +stdout: 3130 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -21449,18 +21407,18 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3360 +size: 3300 location: clients/tests/test-client.py:test_004()/326 cmd: $NMCLI --mode tabular con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3203 bytes +stdout: 3143 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -21478,18 +21436,18 @@ 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: 2585 +size: 2525 location: clients/tests/test-client.py:test_004()/327 cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2371 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -21502,18 +21460,18 @@ proxy none no -- -- <<< -size: 2597 +size: 2537 location: clients/tests/test-client.py:test_004()/328 cmd: $NMCLI --mode tabular -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2433 bytes +stdout: 2373 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -23016,18 +22974,18 @@ interface-name <<< -size: 3349 +size: 3289 location: clients/tests/test-client.py:test_004()/373 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 3190 bytes +stdout: 3130 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -23045,18 +23003,18 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3372 +size: 3312 location: clients/tests/test-client.py:test_004()/374 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3203 bytes +stdout: 3143 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -23074,18 +23032,18 @@ 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: 3349 +size: 3289 location: clients/tests/test-client.py:test_004()/375 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 3190 bytes +stdout: 3130 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -23103,18 +23061,18 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 3372 +size: 3312 location: clients/tests/test-client.py:test_004()/376 cmd: $NMCLI --mode tabular --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3203 bytes +stdout: 3143 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -23132,18 +23090,18 @@ 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: 2597 +size: 2537 location: clients/tests/test-client.py:test_004()/377 cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2371 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no no yes -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) yes -- 0x0 (none) -- @@ -23156,18 +23114,18 @@ proxy none no -- -- <<< -size: 2609 +size: 2549 location: clients/tests/test-client.py:test_004()/378 cmd: $NMCLI --mode tabular --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2433 bytes +stdout: 2373 bytes >>> 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 llmnr wait-device-timeout 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token ipv6 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie nie tak -1 (unknown) stable-privacy 0 (default) -- -- 0 (default) tak -- 0x0 (none) -- @@ -24670,12 +24628,12 @@ interface-name <<< -size: 5283 +size: 5193 location: clients/tests/test-client.py:test_004()/423 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5127 bytes +stdout: 5037 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -24684,9 +24642,9 @@ name id uuid stable-id type in -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24712,12 +24670,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5339 +size: 5249 location: clients/tests/test-client.py:test_004()/424 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5173 bytes +stdout: 5083 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -24726,9 +24684,9 @@ name id uuid stable-id type in --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24754,12 +24712,12 @@ 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: 5283 +size: 5193 location: clients/tests/test-client.py:test_004()/425 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5127 bytes +stdout: 5037 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -24768,9 +24726,9 @@ name id uuid stable-id type in -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24796,12 +24754,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5339 +size: 5249 location: clients/tests/test-client.py:test_004()/426 cmd: $NMCLI --mode tabular --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5173 bytes +stdout: 5083 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -24810,9 +24768,9 @@ name id uuid stable-id type in --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24838,12 +24796,12 @@ 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: 3939 +size: 3849 location: clients/tests/test-client.py:test_004()/427 cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3776 bytes +stdout: 3686 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -24852,9 +24810,9 @@ name id uuid stable-id type in -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -24870,12 +24828,12 @@ proxy none no -- -- <<< -size: 3962 +size: 3872 location: clients/tests/test-client.py:test_004()/428 cmd: $NMCLI --mode tabular --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3789 bytes +stdout: 3699 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -24884,9 +24842,9 @@ name id uuid stable-id type in --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -26978,12 +26936,12 @@ interface-name <<< -size: 5295 +size: 5205 location: clients/tests/test-client.py:test_004()/473 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5127 bytes +stdout: 5037 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -26992,9 +26950,9 @@ name id uuid stable-id type in -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -27020,12 +26978,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5351 +size: 5261 location: clients/tests/test-client.py:test_004()/474 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5173 bytes +stdout: 5083 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -27034,9 +26992,9 @@ name id uuid stable-id type in --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -27062,12 +27020,12 @@ 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: 5295 +size: 5205 location: clients/tests/test-client.py:test_004()/475 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5127 bytes +stdout: 5037 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -27076,9 +27034,9 @@ name id uuid stable-id type in -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -27104,12 +27062,12 @@ NAME TYPE USERNAME GATEWAY BANNER VPN-STATE VPN openvpn -- -- *** VPN connection con-vpn-1 *** 5 - VPN connected key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 5351 +size: 5261 location: clients/tests/test-client.py:test_004()/476 cmd: $NMCLI --mode tabular --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 5173 bytes +stdout: 5083 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -27118,9 +27076,9 @@ name id uuid stable-id type in --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -27146,12 +27104,12 @@ 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: 3951 +size: 3861 location: clients/tests/test-client.py:test_004()/477 cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3776 bytes +stdout: 3686 bytes >>> ========================================== Connection profile details (con-vpn-1) @@ -27160,9 +27118,9 @@ name id uuid stable-id type in -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- no no -- -- 0 (default) yes -- -- 0x0 (none) no yes -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -27178,12 +27136,12 @@ proxy none no -- -- <<< -size: 3974 +size: 3884 location: clients/tests/test-client.py:test_004()/478 cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3789 bytes +stdout: 3699 bytes >>> ============================================ Szczegóły profilu połączenia (con-vpn-1) @@ -27192,9 +27150,9 @@ name id uuid stable-id type in --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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) -1 (default) -1 -name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout dhcp-vendor-class-identifier ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) -- +name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn dhcp-hostname-flags never-default may-fail dad-timeout +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +ipv4 auto -- -- -- 0 -- -- -- -1 0 (unspec) -- nie nie -- -- 0 (default) tak -- -- 0x0 (none) nie tak -1 (default) name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table routing-rules ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode ra-timeout dhcp-duid dhcp-iaid dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-hostname-flags token -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -29286,15 +29244,15 @@ interface-name <<< -size: 805 +size: 804 location: clients/tests/test-client.py:test_004()/523 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -29302,15 +29260,15 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 815 +size: 814 location: clients/tests/test-client.py:test_004()/524 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -29318,15 +29276,15 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 805 +size: 804 location: clients/tests/test-client.py:test_004()/525 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -29334,15 +29292,15 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 815 +size: 814 location: clients/tests/test-client.py:test_004()/526 cmd: $NMCLI --mode tabular --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -29350,29 +29308,29 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 517 +size: 516 location: clients/tests/test-client.py:test_004()/527 cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 356 bytes +stdout: 355 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: <<< -size: 527 +size: 526 location: clients/tests/test-client.py:test_004()/528 cmd: $NMCLI --mode tabular --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 356 bytes +stdout: 355 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -30224,15 +30182,15 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA <<< -size: 817 +size: 816 location: clients/tests/test-client.py:test_004()/573 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -30240,15 +30198,15 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 827 +size: 826 location: clients/tests/test-client.py:test_004()/574 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -30256,15 +30214,15 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 817 +size: 816 location: clients/tests/test-client.py:test_004()/575 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -30272,15 +30230,15 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 827 +size: 826 location: clients/tests/test-client.py:test_004()/576 cmd: $NMCLI --mode tabular --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 651 bytes +stdout: 650 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -30288,29 +30246,29 @@ GENERAL:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP:wlan0::activated:no:no::y VPN:openvpn:::*** VPN connection con-vpn-1 ***:5 - VPN connected:key1 = val1 | key2 = val2 | key3 = val3 <<< -size: 529 +size: 528 location: clients/tests/test-client.py:test_004()/577 cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 356 bytes +stdout: 355 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: <<< -size: 539 +size: 538 location: clients/tests/test-client.py:test_004()/578 cmd: $NMCLI --mode tabular --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 356 bytes +stdout: 355 bytes >>> connection:con-vpn-1:UUID-con-vpn-1-REPLACED-REPLACED-REP::vpn::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1:-1:-1 -ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1: +ipv4:auto::::0::::-1:0::no:no:::0:yes:::0x0:no:yes:-1 ipv6:auto::::0::::-1:0::no:no:no:yes:-1:stable-privacy:0:::0:yes::0x0: vpn:org.freedesktop.NetworkManager.openvpn::key1 = val1, key2 = val2, key3 = val3::no:0 proxy:none:no:: @@ -31162,12 +31120,12 @@ UUID-con-xx1-REPLACED-REPLACED-REPLA <<< -size: 5123 +size: 5080 location: clients/tests/test-client.py:test_004()/623 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31216,7 +31174,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -31275,12 +31232,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5153 +size: 5110 location: clients/tests/test-client.py:test_004()/624 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31329,7 +31286,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -31388,12 +31344,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5123 +size: 5080 location: clients/tests/test-client.py:test_004()/625 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31442,7 +31398,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -31501,12 +31456,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5153 +size: 5110 location: clients/tests/test-client.py:test_004()/626 cmd: $NMCLI --mode multiline con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31555,7 +31510,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -31614,12 +31568,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 3999 +size: 3956 location: clients/tests/test-client.py:test_004()/627 cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3843 bytes +stdout: 3800 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31668,7 +31622,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -31706,12 +31659,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4019 +size: 3976 location: clients/tests/test-client.py:test_004()/628 cmd: $NMCLI --mode multiline -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3853 bytes +stdout: 3810 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -31760,7 +31713,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -34878,12 +34830,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 5135 +size: 5092 location: clients/tests/test-client.py:test_004()/673 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -34932,7 +34884,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -34991,12 +34942,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5165 +size: 5122 location: clients/tests/test-client.py:test_004()/674 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35045,7 +34996,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -35104,12 +35054,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5135 +size: 5092 location: clients/tests/test-client.py:test_004()/675 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 4974 bytes +stdout: 4931 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35158,7 +35108,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -35217,12 +35166,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 5165 +size: 5122 location: clients/tests/test-client.py:test_004()/676 cmd: $NMCLI --mode multiline --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4994 bytes +stdout: 4951 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35271,7 +35220,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -35330,12 +35278,12 @@ VPN.CFG[2]: key2 = val2 VPN.CFG[3]: key3 = val3 <<< -size: 4011 +size: 3968 location: clients/tests/test-client.py:test_004()/677 cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 3843 bytes +stdout: 3800 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35384,7 +35332,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -35422,12 +35369,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4031 +size: 3988 location: clients/tests/test-client.py:test_004()/678 cmd: $NMCLI --mode multiline --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 3853 bytes +stdout: 3810 bytes >>> connection.id: con-vpn-1 connection.uuid: UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -35476,7 +35423,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- @@ -38594,12 +38540,12 @@ connection.type: 802-11-wireless connection.interface-name: -- <<< -size: 6144 +size: 6101 location: clients/tests/test-client.py:test_004()/723 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -38652,7 +38598,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -38720,12 +38665,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6186 +size: 6143 location: clients/tests/test-client.py:test_004()/724 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -38778,7 +38723,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -38846,12 +38790,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6144 +size: 6101 location: clients/tests/test-client.py:test_004()/725 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -38904,7 +38848,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -38972,12 +38915,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6186 +size: 6143 location: clients/tests/test-client.py:test_004()/726 cmd: $NMCLI --mode multiline --pretty con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -39030,7 +38973,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -39098,12 +39040,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4627 +size: 4584 location: clients/tests/test-client.py:test_004()/727 cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4462 bytes +stdout: 4419 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -39156,7 +39098,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -39198,12 +39139,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4652 +size: 4609 location: clients/tests/test-client.py:test_004()/728 cmd: $NMCLI --mode multiline --pretty -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4477 bytes +stdout: 4434 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -39256,7 +39197,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -43012,12 +42952,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 6156 +size: 6113 location: clients/tests/test-client.py:test_004()/773 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -43070,7 +43010,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -43138,12 +43077,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6198 +size: 6155 location: clients/tests/test-client.py:test_004()/774 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -43196,7 +43135,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -43264,12 +43202,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6156 +size: 6113 location: clients/tests/test-client.py:test_004()/775 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 5986 bytes +stdout: 5943 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -43322,7 +43260,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -43390,12 +43327,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 6198 +size: 6155 location: clients/tests/test-client.py:test_004()/776 cmd: $NMCLI --mode multiline --pretty --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 6018 bytes +stdout: 5975 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -43448,7 +43385,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -43516,12 +43452,12 @@ VPN.CFG[3]: key3 = val3 ------------------------------------------------------------------------------- <<< -size: 4639 +size: 4596 location: clients/tests/test-client.py:test_004()/777 cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 4462 bytes +stdout: 4419 bytes >>> =============================================================================== Connection profile details (con-vpn-1) @@ -43574,7 +43510,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -43616,12 +43551,12 @@ proxy.pac-script: -- ------------------------------------------------------------------------------- <<< -size: 4664 +size: 4621 location: clients/tests/test-client.py:test_004()/778 cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4477 bytes +stdout: 4434 bytes >>> =============================================================================== Szczegóły profilu połączenia (con-vpn-1) @@ -43674,7 +43609,6 @@ ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: nie ipv4.may-fail: tak ipv4.dad-timeout: -1 (default) -ipv4.dhcp-vendor-class-identifier: -- ------------------------------------------------------------------------------- ipv6.method: auto ipv6.dns: -- @@ -47430,12 +47364,12 @@ connection.interface-name: -- ------------------------------------------------------------------------------- <<< -size: 2588 +size: 2553 location: clients/tests/test-client.py:test_004()/823 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -47484,7 +47418,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -47543,12 +47476,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2598 +size: 2563 location: clients/tests/test-client.py:test_004()/824 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -47597,7 +47530,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -47656,12 +47588,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2588 +size: 2553 location: clients/tests/test-client.py:test_004()/825 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -47710,7 +47642,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -47769,12 +47700,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2598 +size: 2563 location: clients/tests/test-client.py:test_004()/826 cmd: $NMCLI --mode multiline --terse con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -47823,7 +47754,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -47882,12 +47812,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2018 +size: 1983 location: clients/tests/test-client.py:test_004()/827 cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -47936,7 +47866,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -47974,12 +47903,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 2028 +size: 1993 location: clients/tests/test-client.py:test_004()/828 cmd: $NMCLI --mode multiline --terse -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -48028,7 +47957,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -51146,12 +51074,12 @@ connection.type:802-11-wireless connection.interface-name: <<< -size: 2600 +size: 2565 location: clients/tests/test-client.py:test_004()/873 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -51200,7 +51128,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -51259,12 +51186,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2610 +size: 2575 location: clients/tests/test-client.py:test_004()/874 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -51313,7 +51240,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -51372,12 +51298,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2600 +size: 2565 location: clients/tests/test-client.py:test_004()/875 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: C returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -51426,7 +51352,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -51485,12 +51410,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2610 +size: 2575 location: clients/tests/test-client.py:test_004()/876 cmd: $NMCLI --mode multiline --terse --color yes con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 2431 bytes +stdout: 2396 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -51539,7 +51464,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -51598,12 +51522,12 @@ VPN.CFG[2]:key2 = val2 VPN.CFG[3]:key3 = val3 <<< -size: 2030 +size: 1995 location: clients/tests/test-client.py:test_004()/877 cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1 lang: C returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -51652,7 +51576,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: @@ -51690,12 +51613,12 @@ proxy.pac-url: proxy.pac-script: <<< -size: 2040 +size: 2005 location: clients/tests/test-client.py:test_004()/878 cmd: $NMCLI --mode multiline --terse --color yes -f ALL con s con-vpn-1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 1854 bytes +stdout: 1819 bytes >>> connection.id:con-vpn-1 connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP @@ -51744,7 +51667,6 @@ ipv4.dhcp-hostname-flags:0x0 ipv4.never-default:no ipv4.may-fail:yes ipv4.dad-timeout:-1 -ipv4.dhcp-vendor-class-identifier: ipv6.method:auto ipv6.dns: ipv6.dns-search: diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index 1ee9c2f..44b25c4 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -574,7 +574,7 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth are "syslog" and "journal". When NetworkManager is started with "--debug" in addition all messages will be printed to stderr. - If unspecified, the default is "journal". + If unspecified, the default is "syslog".

diff --git a/libnm-core/nm-core-internal.h b/libnm-core/nm-core-internal.h index 81417c4..3a15d2e 100644 --- a/libnm-core/nm-core-internal.h +++ b/libnm-core/nm-core-internal.h @@ -906,12 +906,4 @@ const NMVariantAttributeSpec *_nm_variant_attribute_spec_find_binary_search (con gboolean _nm_ip_tunnel_mode_is_layer2 (NMIPTunnelMode mode); -static inline const char * -_nm_setting_ip4_config_get_dhcp_vendor_class_identifier (NMSettingIP4Config *setting) -{ -G_GNUC_BEGIN_IGNORE_DEPRECATIONS - return nm_setting_ip4_config_get_dhcp_vendor_class_identifier (setting); -G_GNUC_END_IGNORE_DEPRECATIONS -} - #endif diff --git a/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c b/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c index 8be7d91..f2c85cc 100644 --- a/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c +++ b/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c @@ -6,8 +6,6 @@ #include "nm-common-macros.h" -#include "nm-errors.h" - #include /*****************************************************************************/ @@ -259,56 +257,3 @@ NM_UTILS_ENUM2STR_DEFINE (nm_utils_route_type2str, guint8, NM_UTILS_ENUM2STR (RTN_UNREACHABLE, "unreachable"), NM_UTILS_ENUM2STR (RTN_UNSPEC, "unspecified"), ); - -gboolean -nm_utils_validate_dhcp4_vendor_class_id (const char *vci, GError **error) -{ - const char * bin; - gsize unescaped_len; - gs_free char *to_free = NULL; - - g_return_val_if_fail (!error || !(*error), FALSE); - g_return_val_if_fail (vci, FALSE); - - if (vci[0] == '\0') { - g_set_error_literal (error, - NM_CONNECTION_ERROR, - NM_CONNECTION_ERROR_INVALID_PROPERTY, - _ ("property cannot be an empty string")); - g_prefix_error (error, - "%s.%s: ", - NM_SETTING_IP4_CONFIG_SETTING_NAME, - NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER); - return FALSE; - } - - bin = nm_utils_buf_utf8safe_unescape (vci, - NM_UTILS_STR_UTF8_SAFE_FLAG_NONE, - &unescaped_len, - (gpointer *) &to_free); - /* a DHCP option cannot be longer than 255 bytes */ - if (unescaped_len > 255) { - g_set_error_literal (error, - NM_CONNECTION_ERROR, - NM_CONNECTION_ERROR_INVALID_PROPERTY, - _ ("property cannot be longer than 255 bytes")); - g_prefix_error (error, - "%s.%s: ", - NM_SETTING_IP4_CONFIG_SETTING_NAME, - NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER); - return FALSE; - } - if (strlen (bin) != unescaped_len) { - g_set_error_literal (error, - NM_CONNECTION_ERROR, - NM_CONNECTION_ERROR_INVALID_PROPERTY, - _ ("property cannot contain any nul bytes")); - g_prefix_error (error, - "%s.%s: ", - NM_SETTING_IP4_CONFIG_SETTING_NAME, - NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER); - return FALSE; - } - - return TRUE; -} diff --git a/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.h b/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.h index 6c1337d..bb3fa5f 100644 --- a/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.h +++ b/libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.h @@ -140,6 +140,4 @@ guint8 nm_utils_route_type_by_name (const char *name); const char *nm_utils_route_type2str (guint8 val, char *buf, gsize len); -gboolean nm_utils_validate_dhcp4_vendor_class_id (const char *vci, GError **error); - #endif /* __NM_LIBNM_SHARED_UTILS_H__ */ diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c index fd2309e..018129b 100644 --- a/libnm-core/nm-setting-connection.c +++ b/libnm-core/nm-setting-connection.c @@ -1218,6 +1218,20 @@ after_interface_name: return FALSE; } + if ( priv->wait_device_timeout != -1 + && !priv->interface_name) { + /* currently, only waiting by interface-name is implemented. Hence reject + * configurations that are not implemented (yet). */ + g_set_error (error, + NM_CONNECTION_ERROR, + NM_CONNECTION_ERROR_INVALID_PROPERTY, + _("wait-device-timeout requires %s"), + NM_SETTING_CONNECTION_INTERFACE_NAME); + g_prefix_error (error, "%s.%s: ", NM_SETTING_CONNECTION_SETTING_NAME, + NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT); + return FALSE; + } + if (priv->mud_url) { if (!priv->mud_url[0]) { g_set_error_literal (error, NM_CONNECTION_ERROR, NM_CONNECTION_ERROR_INVALID_PROPERTY, diff --git a/libnm-core/nm-setting-ip4-config.c b/libnm-core/nm-setting-ip4-config.c index 7ffefc2..31c8222 100644 --- a/libnm-core/nm-setting-ip4-config.c +++ b/libnm-core/nm-setting-ip4-config.c @@ -38,13 +38,11 @@ NM_GOBJECT_PROPERTIES_DEFINE_BASE ( PROP_DHCP_CLIENT_ID, PROP_DHCP_FQDN, - PROP_DHCP_VENDOR_CLASS_IDENTIFIER, ); typedef struct { char *dhcp_client_id; char *dhcp_fqdn; - char *dhcp_vendor_class_identifier; } NMSettingIP4ConfigPrivate; G_DEFINE_TYPE (NMSettingIP4Config, nm_setting_ip4_config, NM_TYPE_SETTING_IP_CONFIG) @@ -90,25 +88,6 @@ nm_setting_ip4_config_get_dhcp_fqdn (NMSettingIP4Config *setting) return NM_SETTING_IP4_CONFIG_GET_PRIVATE (setting)->dhcp_fqdn; } -/** - * nm_setting_ip4_config_get_dhcp_vendor_class_identifier: - * @setting: the #NMSettingIP4Config - * - * Returns the value contained in the #NMSettingIP4Config:dhcp_vendor_class_identifier - * property. - * - * Returns: the vendor class identifier option to send to the DHCP server - * - * Since: 1.28, 1.26.4 - **/ -const char * -nm_setting_ip4_config_get_dhcp_vendor_class_identifier (NMSettingIP4Config *setting) -{ - g_return_val_if_fail (NM_IS_SETTING_IP4_CONFIG (setting), NULL); - - return NM_SETTING_IP4_CONFIG_GET_PRIVATE (setting)->dhcp_vendor_class_identifier; -} - static gboolean verify (NMSetting *setting, NMConnection *connection, GError **error) { @@ -227,10 +206,6 @@ verify (NMSetting *setting, NMConnection *connection, GError **error) return FALSE; } - if ( priv->dhcp_vendor_class_identifier - && !nm_utils_validate_dhcp4_vendor_class_id (priv->dhcp_vendor_class_identifier, error)) - return FALSE; - /* Failures from here on are NORMALIZABLE_ERROR... */ if ( nm_streq (method, NM_SETTING_IP4_CONFIG_METHOD_SHARED) @@ -499,9 +474,6 @@ get_property (GObject *object, guint prop_id, case PROP_DHCP_FQDN: g_value_set_string (value, nm_setting_ip4_config_get_dhcp_fqdn (s_ip4)); break; - case PROP_DHCP_VENDOR_CLASS_IDENTIFIER: - g_value_set_string (value, _nm_setting_ip4_config_get_dhcp_vendor_class_identifier (s_ip4)); - break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -523,10 +495,6 @@ set_property (GObject *object, guint prop_id, g_free (priv->dhcp_fqdn); priv->dhcp_fqdn = g_value_dup_string (value); break; - case PROP_DHCP_VENDOR_CLASS_IDENTIFIER: - g_free (priv->dhcp_vendor_class_identifier); - priv->dhcp_vendor_class_identifier = g_value_dup_string (value); - break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; @@ -560,7 +528,6 @@ finalize (GObject *object) g_free (priv->dhcp_client_id); g_free (priv->dhcp_fqdn); - g_free (priv->dhcp_vendor_class_identifier); G_OBJECT_CLASS (nm_setting_ip4_config_parent_class)->finalize (object); } @@ -839,32 +806,6 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *klass) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); - /** - * NMSettingIP4Config:dhcp-vendor-class-identifier: - * - * The Vendor Class Identifier DHCP option (60). - * Special characters in the data string may be escaped using C-style escapes, - * nevertheless this property cannot contain nul bytes. - * If the per-profile value is unspecified (the default), - * a global connection default gets consulted. - * If still unspecified, the DHCP option is not sent to the server. - * - * Since 1.28, 1.26.4 - */ - /* ---ifcfg-rh--- - * property: dhcp-vendor-class-identifier - * variable: DHCP_VENDOR_CLASS_IDENTIFIER(+) - * description: The Vendor Class Identifier DHCP option (60). - * example: DHCP_VENDOR_CLASS_IDENTIFIER=foo - * ---end--- - */ - obj_properties[PROP_DHCP_VENDOR_CLASS_IDENTIFIER] - = g_param_spec_string (NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER, - "", - "", - NULL, - G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); - /* IP4-specific property overrides */ /* ---dbus--- diff --git a/libnm-core/nm-setting-ip4-config.h b/libnm-core/nm-setting-ip4-config.h index a89fd43..fedec33 100644 --- a/libnm-core/nm-setting-ip4-config.h +++ b/libnm-core/nm-setting-ip4-config.h @@ -24,9 +24,8 @@ G_BEGIN_DECLS #define NM_SETTING_IP4_CONFIG_SETTING_NAME "ipv4" -#define NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID "dhcp-client-id" -#define NM_SETTING_IP4_CONFIG_DHCP_FQDN "dhcp-fqdn" -#define NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER "dhcp-vendor-class-identifier" +#define NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID "dhcp-client-id" +#define NM_SETTING_IP4_CONFIG_DHCP_FQDN "dhcp-fqdn" /** * NM_SETTING_IP4_CONFIG_METHOD_AUTO: @@ -96,9 +95,6 @@ const char *nm_setting_ip4_config_get_dhcp_client_id (NMSettingIP4Config *se NM_AVAILABLE_IN_1_2 const char *nm_setting_ip4_config_get_dhcp_fqdn (NMSettingIP4Config *setting); -NM_AVAILABLE_IN_1_26_4 -const char *nm_setting_ip4_config_get_dhcp_vendor_class_identifier (NMSettingIP4Config *setting); - G_END_DECLS #endif /* __NM_SETTING_IP4_CONFIG_H__ */ diff --git a/libnm-core/nm-version.h b/libnm-core/nm-version.h index b96066f..2038403 100644 --- a/libnm-core/nm-version.h +++ b/libnm-core/nm-version.h @@ -243,12 +243,6 @@ # define NM_AVAILABLE_IN_1_26 #endif -#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_26_4 -# define NM_AVAILABLE_IN_1_26_4 G_UNAVAILABLE(1,26.4) -#else -# define NM_AVAILABLE_IN_1_26_4 -#endif - /* * Synchronous API for calling D-Bus in libnm is deprecated. See * https://developer.gnome.org/libnm/stable/usage.html#sync-api diff --git a/libnm-core/tests/test-general.c b/libnm-core/tests/test-general.c index a968609..f70a7d5 100644 --- a/libnm-core/tests/test-general.c +++ b/libnm-core/tests/test-general.c @@ -3363,30 +3363,29 @@ test_connection_diff_a_only (void) { NULL, NM_SETTING_DIFF_RESULT_UNKNOWN }, } }, { NM_SETTING_IP4_CONFIG_SETTING_NAME, { - { NM_SETTING_IP_CONFIG_METHOD, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DNS, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DNS_SEARCH, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DNS_OPTIONS, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_ADDRESSES, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_GATEWAY, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_ROUTES, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_ROUTE_METRIC, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_ROUTE_TABLE, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_ROUTING_RULES, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_IGNORE_AUTO_ROUTES, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_IGNORE_AUTO_DNS, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DHCP_TIMEOUT, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DHCP_SEND_HOSTNAME, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DHCP_HOSTNAME, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DHCP_HOSTNAME_FLAGS, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP4_CONFIG_DHCP_FQDN, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_NEVER_DEFAULT, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_MAY_FAIL, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DAD_TIMEOUT, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DNS_PRIORITY, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP_CONFIG_DHCP_IAID, NM_SETTING_DIFF_RESULT_IN_A }, - { NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_METHOD, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DNS, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DNS_SEARCH, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DNS_OPTIONS, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_ADDRESSES, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_GATEWAY, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_ROUTES, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_ROUTE_METRIC, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_ROUTE_TABLE, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_ROUTING_RULES, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_IGNORE_AUTO_ROUTES, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_IGNORE_AUTO_DNS, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DHCP_TIMEOUT, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DHCP_SEND_HOSTNAME, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DHCP_HOSTNAME, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DHCP_HOSTNAME_FLAGS,NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP4_CONFIG_DHCP_FQDN, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_NEVER_DEFAULT, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_MAY_FAIL, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DAD_TIMEOUT, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DNS_PRIORITY, NM_SETTING_DIFF_RESULT_IN_A }, + { NM_SETTING_IP_CONFIG_DHCP_IAID, NM_SETTING_DIFF_RESULT_IN_A }, { NULL, NM_SETTING_DIFF_RESULT_UNKNOWN }, } }, }; diff --git a/libnm/libnm.ver b/libnm/libnm.ver index 55af13a..4443743 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -1741,8 +1741,3 @@ global: nm_setting_option_set_boolean; nm_setting_option_set_uint32; } libnm_1_24_0; - -libnm_1_26_4 { -global: - nm_setting_ip4_config_get_dhcp_vendor_class_identifier; -} libnm_1_26_0; diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5 index 7702b84..396267e 100644 --- a/man/NetworkManager.conf.5 +++ b/man/NetworkManager.conf.5 @@ -598,7 +598,7 @@ INFO\&. .PP \fIbackend\fR .RS 4 -The logging backend\&. Supported values are "syslog" and "journal"\&. When NetworkManager is started with "\-\-debug" in addition all messages will be printed to stderr\&. If unspecified, the default is "journal"\&. +The logging backend\&. Supported values are "syslog" and "journal"\&. When NetworkManager is started with "\-\-debug" in addition all messages will be printed to stderr\&. If unspecified, the default is "syslog"\&. .RE .PP \fIaudit\fR diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 91fb06b..76a535f 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -741,10 +741,6 @@ ipv6.ip6-privacy=0 the interface type is used. - ipv4.dhcp-vendor-class-identifier - If left unspecified, the default is to not send the DHCP option to the server. - - ipv4.dns-priority If unspecified or zero, use 50 for VPN profiles and 100 for other profiles. diff --git a/po/POTFILES.in b/po/POTFILES.in index ea2eafa..25cb5c4 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -59,7 +59,6 @@ libnm-core/nm-dbus-utils.c libnm-core/nm-keyfile/nm-keyfile-utils.c libnm-core/nm-keyfile/nm-keyfile.c libnm-core/nm-libnm-core-aux/nm-libnm-core-aux.c -libnm-core/nm-libnm-core-intern/nm-libnm-core-utils.c libnm-core/nm-setting-6lowpan.c libnm-core/nm-setting-8021x.c libnm-core/nm-setting-adsl.c diff --git a/po/fr.po b/po/fr.po index 267ad67..1b3cca7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-30 11:33+0200\n" +"POT-Creation-Date: 2019-12-23 18:47+0100\n" "PO-Revision-Date: 2019-08-15 10:06+0000\n" "Last-Translator: ljanda \n" "Language-Team: French \n" @@ -26,7 +26,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n>1;\n" "X-Generator: Zanata 4.6.2\n" -#: ../clients/cli/agent.c:22 +#: ../clients/cli/agent.c:23 #, c-format msgid "" "Usage: nmcli agent { COMMAND | help }\n" @@ -38,7 +38,7 @@ msgstr "Syntaxe : nmcli agent { COMMAND | help }\n" "COMMAND := { secret | polkit | all }\n" "\n" -#: ../clients/cli/agent.c:30 +#: ../clients/cli/agent.c:31 #, c-format msgid "" "Usage: nmcli agent secret { help }\n" @@ -56,7 +56,7 @@ msgstr "Syntaxe : nmcli agent secret { help }\n" "à l'utilisateur.\n" "\n" -#: ../clients/cli/agent.c:40 +#: ../clients/cli/agent.c:41 #, c-format msgid "" "Usage: nmcli agent polkit { help }\n" @@ -73,7 +73,7 @@ msgstr "Syntaxe : nmcli agent polkit { help }\n" "l'utilisateur et donnera la réponse à polkit.\n" "\n" -#: ../clients/cli/agent.c:50 +#: ../clients/cli/agent.c:51 #, c-format msgid "" "Usage: nmcli agent all { help }\n" @@ -85,113 +85,113 @@ msgstr "Syntaxe : nmcli agent all { help }\n" "Lance nmcli à la fois en tant qu'agent de secret NetworkManager et agent polkit.\n" "\n" -#: ../clients/cli/agent.c:142 +#: ../clients/cli/agent.c:143 #, c-format msgid "nmcli successfully registered as a NetworkManager's secret agent.\n" msgstr "nmcli est enregistré avec succès comme agent de secret NetworkManager.\n" -#: ../clients/cli/agent.c:144 +#: ../clients/cli/agent.c:145 #, c-format msgid "Error: secret agent initialization failed" msgstr "Erreur : l'initialisation de l'agent de secret a échoué" -#: ../clients/cli/agent.c:153 -#, c-format -msgid "nmcli successfully registered as a polkit agent.\n" -msgstr "nmcli est enregistré comme agent polkit.\n" - -#: ../clients/cli/agent.c:176 +#: ../clients/cli/agent.c:164 #, c-format msgid "Error: polkit agent initialization failed: %s" msgstr "Erreur : l'initialisation de l'agent polkit a échoué : %s" -#: ../clients/cli/common.c:347 ../clients/cli/common.c:348 -#: ../clients/cli/common.c:379 ../clients/cli/common.c:380 -#: ../clients/cli/connections.c:1523 +#: ../clients/cli/agent.c:172 +#, c-format +msgid "nmcli successfully registered as a polkit agent.\n" +msgstr "nmcli est enregistré comme agent polkit.\n" + +#: ../clients/cli/common.c:344 ../clients/cli/common.c:345 +#: ../clients/cli/common.c:376 ../clients/cli/common.c:377 +#: ../clients/cli/connections.c:1495 msgid "GROUP" msgstr "GROUPE" -#: ../clients/cli/common.c:631 +#: ../clients/cli/common.c:628 #, c-format msgid "Error: openconnect failed: %s\n" msgstr "Erreur : échec de openconnect : %s\n" -#: ../clients/cli/common.c:638 +#: ../clients/cli/common.c:635 #, c-format msgid "Error: openconnect failed with status %d\n" msgstr "Erreur : échec de openconnect avec l'état %d\n" -#: ../clients/cli/common.c:640 +#: ../clients/cli/common.c:637 #, c-format msgid "Error: openconnect failed with signal %d\n" msgstr "Erreur : échec de openconnect avec le signal %d\n" -#: ../clients/cli/common.c:728 +#: ../clients/cli/common.c:725 #, c-format msgid "" "Warning: password for '%s' not given in 'passwd-file' and nmcli cannot ask " "without '--ask' option.\n" msgstr "Avertissement : le mot de passe pour « %s » n'est pas indiqué dans le paramètre« passwd-file » et nmcli ne peut le demander à l'utilisateur sans l'option « --ask ».\n" -#: ../clients/cli/common.c:1244 +#: ../clients/cli/common.c:1227 #, c-format msgid "Error: Could not create NMClient object: %s." msgstr "Erreur : impossible de créer l'objet NMClient : %s." -#: ../clients/cli/common.c:1265 +#: ../clients/cli/common.c:1246 msgid "Error: NetworkManager is not running." msgstr "Erreur : NetworkManager n'est pas lancé." -#: ../clients/cli/common.c:1364 +#: ../clients/cli/common.c:1339 #, c-format msgid "Error: argument '%s' not understood. Try passing --help instead." msgstr "Erreur : paramètre « %s » non reconnu. Essayez plutôt --help." -#: ../clients/cli/common.c:1372 +#: ../clients/cli/common.c:1347 msgid "Error: missing argument. Try passing --help." msgstr "Erreur : paramètre manquant. Essayez --help." -#: ../clients/cli/common.c:1439 +#: ../clients/cli/common.c:1414 msgid "access denied" msgstr "accès refusé" -#: ../clients/cli/common.c:1441 +#: ../clients/cli/common.c:1416 msgid "NetworkManager is not running" msgstr "NetworkManager n'est pas en cours d'exécution." -#: ../clients/cli/common.c:1467 +#: ../clients/cli/common.c:1442 #, c-format msgid "Error: error connecting to system bus: %s" msgstr "Erreur : erreur de connexion au bus système : %s" -#: ../clients/cli/common.c:1493 ../clients/cli/connections.c:67 -#: ../clients/cli/connections.c:77 ../clients/cli/devices.c:434 -#: ../clients/cli/devices.c:526 ../clients/cli/devices.c:533 -#: ../clients/cli/general.c:31 ../clients/cli/general.c:86 -#: ../clients/cli/general.c:91 ../clients/common/nm-client-utils.c:252 -#: ../clients/common/nm-client-utils.c:265 -#: ../clients/common/nm-client-utils.c:301 -#: ../clients/common/nm-client-utils.c:306 -#: ../clients/common/nm-meta-setting-desc.c:1747 -#: ../clients/common/nm-meta-setting-desc.c:1778 -#: ../clients/common/nm-meta-setting-desc.c:2680 -#: ../clients/common/nm-meta-setting-desc.c:2738 +#: ../clients/cli/common.c:1468 ../clients/cli/connections.c:66 +#: ../clients/cli/connections.c:75 ../clients/cli/devices.c:427 +#: ../clients/cli/devices.c:519 ../clients/cli/devices.c:526 +#: ../clients/cli/general.c:26 ../clients/cli/general.c:116 +#: ../clients/cli/general.c:121 ../clients/common/nm-client-utils.c:250 +#: ../clients/common/nm-client-utils.c:263 +#: ../clients/common/nm-client-utils.c:267 +#: ../clients/common/nm-client-utils.c:272 +#: ../clients/common/nm-meta-setting-desc.c:1724 +#: ../clients/common/nm-meta-setting-desc.c:1755 +#: ../clients/common/nm-meta-setting-desc.c:2687 +#: ../clients/common/nm-meta-setting-desc.c:2745 msgid "unknown" msgstr "inconnu" -#: ../clients/cli/common.c:1494 +#: ../clients/cli/common.c:1469 msgid "none" msgstr "aucun" -#: ../clients/cli/common.c:1495 +#: ../clients/cli/common.c:1470 msgid "portal" msgstr "portail" -#: ../clients/cli/common.c:1496 +#: ../clients/cli/common.c:1471 msgid "limited" msgstr "limité" -#: ../clients/cli/common.c:1497 +#: ../clients/cli/common.c:1472 msgid "full" msgstr "plein" @@ -225,55 +225,55 @@ msgstr "Connexion(s) (nom, UUID, ou chemin) : " msgid "Connection(s) (name, UUID, path or apath): " msgstr "Connexion(s) (nom, UUID, path ou apath) : " -#: ../clients/cli/connections.c:68 +#: ../clients/cli/connections.c:67 msgid "activating" msgstr "activation" -#: ../clients/cli/connections.c:69 +#: ../clients/cli/connections.c:68 msgid "activated" msgstr "activé" -#: ../clients/cli/connections.c:70 ../clients/common/nm-client-utils.c:263 +#: ../clients/cli/connections.c:69 ../clients/common/nm-client-utils.c:261 msgid "deactivating" msgstr "désactivation" -#: ../clients/cli/connections.c:71 +#: ../clients/cli/connections.c:70 msgid "deactivated" msgstr "désactivé" -#: ../clients/cli/connections.c:78 +#: ../clients/cli/connections.c:76 msgid "VPN connecting (prepare)" msgstr "Connexion VPN (préparation)" -#: ../clients/cli/connections.c:79 +#: ../clients/cli/connections.c:77 msgid "VPN connecting (need authentication)" msgstr "Connexion VPN (authentification requise)" -#: ../clients/cli/connections.c:80 +#: ../clients/cli/connections.c:78 msgid "VPN connecting" msgstr "Connexion VPN" -#: ../clients/cli/connections.c:81 +#: ../clients/cli/connections.c:79 msgid "VPN connecting (getting IP configuration)" msgstr "Connexion VPN (obtention de la configuration IP)" -#: ../clients/cli/connections.c:82 +#: ../clients/cli/connections.c:80 msgid "VPN connected" msgstr "VPN connecté" -#: ../clients/cli/connections.c:83 +#: ../clients/cli/connections.c:81 msgid "VPN connection failed" msgstr "Échec de la connexion VPN" -#: ../clients/cli/connections.c:84 +#: ../clients/cli/connections.c:82 msgid "VPN disconnected" msgstr "VPN déconnecté" -#: ../clients/cli/connections.c:546 +#: ../clients/cli/connections.c:544 msgid "never" msgstr "jamais" -#: ../clients/cli/connections.c:907 +#: ../clients/cli/connections.c:904 #, c-format msgid "" "Usage: nmcli connection { COMMAND | help }\n" @@ -345,7 +345,7 @@ msgstr "Usage: nmcli connection { COMMAND | help }\n" " export [id | uuid | path] []\n" "\n" -#: ../clients/cli/connections.c:929 +#: ../clients/cli/connections.c:926 #, c-format msgid "" "Usage: nmcli connection show { ARGUMENTS | help }\n" @@ -387,7 +387,7 @@ msgstr "Syntaxe : nmcli connection show { ARGUMENTS | help }\n" "Lorsque l'option --active est spécifiée, seuls les profils actifs sont pris en\n" "compte. L'utilisation de l'option --show-secrets révéle également les secrets associés.\n" -#: ../clients/cli/connections.c:950 +#: ../clients/cli/connections.c:947 #, c-format msgid "" "Usage: nmcli connection up { ARGUMENTS | help }\n" @@ -428,7 +428,7 @@ msgstr "Syntaxe : nmcli connection up { ARGUMENTS | help }\n" "passwd-file - fichier contenant les mots de passe requis pour l'activation de la connexion\n" "\n" -#: ../clients/cli/connections.c:971 +#: ../clients/cli/connections.c:968 #, c-format msgid "" "Usage: nmcli connection down { ARGUMENTS | help }\n" @@ -449,7 +449,7 @@ msgstr "Syntaxe : nmcli connection down { ARGUMENTS | help }\n" "UUID ou chemin D-Bus.\n" "\n" -#: ../clients/cli/connections.c:983 +#: ../clients/cli/connections.c:980 #, c-format msgid "" "Usage: nmcli connection add { ARGUMENTS | help }\n" @@ -757,7 +757,7 @@ msgstr "Usage: nmcli connection add { ARGUMENTS | help }\n" " [ip6 ] [gw6 ]\n" "\n" -#: ../clients/cli/connections.c:1107 +#: ../clients/cli/connections.c:1104 #, c-format msgid "" "Usage: nmcli connection modify { ARGUMENTS | help }\n" @@ -770,10 +770,6 @@ msgid "" "The '+' sign allows appending items instead of overwriting the whole value.\n" "The '-' sign allows removing selected items instead of the whole value.\n" "\n" -"ARGUMENTS := remove \n" -"\n" -"Remove a setting from the connection profile.\n" -"\n" "Examples:\n" "nmcli con mod home-wifi wifi.ssid rakosnicek\n" "nmcli con mod em1-1 ipv4.method manual ipv4.addr \"192.168.1.2/24, " @@ -783,17 +779,16 @@ msgid "" "nmcli con mod em1-1 -ipv6.addr \"abbe::cafe/56\"\n" "nmcli con mod bond0 +bond.options mii=500\n" "nmcli con mod bond0 -bond.options downdelay\n" -"nmcli con mod em1-1 remove sriov\n" "\n" msgstr "Syntaxe : nmcli connection modify { ARGUMENTS | help }\n" "\n" "ARGUMENTS := [id | uuid | path] ([+|-]. )+\n" "\n" "Modifie une ou plusieurs des propriétés du profil de connexion.\n" -"Le profil est identifié par son nom, son UUID ou son D-Bus. Pour les propriétés aux valeurs multiples,\n" +"Le profil est identifié par son nom, son UUID ou son D-Bus. Pour les propriétés aux valeurs multiples\n" "vous pouvez utiliser en option le préfixe « + » ou « -» préfixe devant le nom de la propriété.\n" "Le signe « + » permet l’ajout d’éléments au lieu d’écraser la valeur entière.\n" -"Le signe « - » permet de supprimer les éléments sélectionnés, plutôt que la valeur entière.\n" +"Le « - » signe permet de supprimer les éléments sélectionnés, plutôt que la valeur entière.\n" "\n" "Exemples :\n" "nmcli con mod home-wifi wifi.ssid rakosnicek\n" @@ -803,9 +798,9 @@ msgstr "Syntaxe : nmcli connection modify { ARGUMENTS | help }\n" "nmcli con mod em1-1 -ipv6.addr \"abbe::cafe/56\"\n" "nmcli con mod bond0 +bond.options mii=500\n" "nmcli con mod bond0 -bond.options downdelay\n" -"nmcli con mod em1-1 remove sriov\n" +"\n" -#: ../clients/cli/connections.c:1135 +#: ../clients/cli/connections.c:1127 #, c-format msgid "" "Usage: nmcli connection clone { ARGUMENTS | help }\n" @@ -825,7 +820,7 @@ msgstr "Syntaxe : nmcli connection clone { ARGUMENTS | help }\n" "l'id (fourni comme argument ).\n" "\n" -#: ../clients/cli/connections.c:1147 +#: ../clients/cli/connections.c:1139 #, c-format msgid "" "Usage: nmcli connection edit { ARGUMENTS | help }\n" @@ -851,7 +846,7 @@ msgstr "Syntaxe : nmcli connection edit { ARGUMENTS | help }\n" "Ajoute un nouveau profil de connexion dans un éditeur interactif.\n" "\n" -#: ../clients/cli/connections.c:1162 +#: ../clients/cli/connections.c:1154 #, c-format msgid "" "Usage: nmcli connection delete { ARGUMENTS | help }\n" @@ -869,7 +864,7 @@ msgstr "Syntaxe : nmcli connection delete { ARGUMENTS | help }\n" "Le profil est identifié par son nom, UUID ou chemin D-Bus.\n" "\n" -#: ../clients/cli/connections.c:1173 +#: ../clients/cli/connections.c:1165 #, c-format msgid "" "Usage: nmcli connection monitor { ARGUMENTS | help }\n" @@ -889,7 +884,7 @@ msgstr "Syntaxe : nmcli connection edit { ARGUMENTS | help }\n" "Surveille tous les profils de connexion si rien n'est spécifié \n" "\n" -#: ../clients/cli/connections.c:1185 +#: ../clients/cli/connections.c:1177 #, c-format msgid "" "Usage: nmcli connection reload { help }\n" @@ -901,7 +896,7 @@ msgstr "Syntaxe : nmcli connection reload { help }\n" "Recharge tous les fichiers de connexion à partir du disque.\n" "\n" -#: ../clients/cli/connections.c:1193 +#: ../clients/cli/connections.c:1185 #, c-format msgid "" "Usage: nmcli connection load { ARGUMENTS | help }\n" @@ -922,7 +917,7 @@ msgstr "Syntaxe : nmcli connection load { ARGUMENTS | help }\n" "conscient de l'état le plus récent.\n" "\n" -#: ../clients/cli/connections.c:1205 +#: ../clients/cli/connections.c:1197 #, c-format msgid "" "Usage: nmcli connection import { ARGUMENTS | help }\n" @@ -945,7 +940,7 @@ msgstr "Syntaxe : nmcli connection import { ARGUMENTS | help }\n" "est importée par les greffons de VPN du NetworkManager.\n" "\n" -#: ../clients/cli/connections.c:1218 +#: ../clients/cli/connections.c:1210 #, c-format msgid "" "Usage: nmcli connection export { ARGUMENTS | help }\n" @@ -963,348 +958,344 @@ msgstr "Syntaxe : nmcli connection delete { ARGUMENTS | help }\n" "Les données sont dirigées vers la sortie standard ou vers un fichier si un nom est donné.\n" "\n" -#: ../clients/cli/connections.c:1309 +#: ../clients/cli/connections.c:1301 #, c-format msgid "Error updating secrets for %s: %s\n" msgstr "Erreur lors de la mise à jour des secrets pour l'objet %s : %s\n" -#: ../clients/cli/connections.c:1356 +#: ../clients/cli/connections.c:1348 msgid "Connection profile details" msgstr "Informations de profil de connexion" -#: ../clients/cli/connections.c:1369 ../clients/cli/connections.c:1470 +#: ../clients/cli/connections.c:1361 ../clients/cli/connections.c:1446 #, c-format msgid "Error: 'connection show': %s" msgstr "Erreur : « connection show » : %s" -#: ../clients/cli/connections.c:1458 +#: ../clients/cli/connections.c:1436 msgid "Activate connection details" msgstr "Informations d'activation de connexion" -#: ../clients/cli/connections.c:1572 ../clients/cli/devices.c:1501 -#: ../clients/cli/devices.c:1515 ../clients/cli/devices.c:1529 -#: ../clients/cli/devices.c:1544 ../clients/cli/devices.c:1601 -#: ../clients/cli/devices.c:1703 +#: ../clients/cli/connections.c:1544 ../clients/cli/devices.c:1485 +#: ../clients/cli/devices.c:1499 ../clients/cli/devices.c:1513 +#: ../clients/cli/devices.c:1528 ../clients/cli/devices.c:1586 +#: ../clients/cli/devices.c:1688 msgid "NAME" msgstr "NOM" -#: ../clients/cli/connections.c:1665 +#: ../clients/cli/connections.c:1637 #, c-format msgid "invalid field '%s'; allowed fields: %s and %s, or %s,%s" msgstr "champ invalide « %s » ; champs autorisés : %s et %s, ou %s,%s" -#: ../clients/cli/connections.c:1675 ../clients/cli/connections.c:1683 +#: ../clients/cli/connections.c:1647 ../clients/cli/connections.c:1655 #, c-format msgid "'%s' has to be alone" msgstr "« %s » doit être seul" -#: ../clients/cli/connections.c:1943 +#: ../clients/cli/connections.c:1915 #, c-format msgid "incorrect string '%s' of '--order' option" msgstr "chaîne incorrecte « %s » de l'option « --order »" -#: ../clients/cli/connections.c:1968 +#: ../clients/cli/connections.c:1940 #, c-format msgid "incorrect item '%s' in '--order' option" msgstr "élément incorrect « %s » de l'option « --order »" -#: ../clients/cli/connections.c:2006 +#: ../clients/cli/connections.c:1978 msgid "No connection specified" msgstr "Aucune connexion spécifiée." -#: ../clients/cli/connections.c:2017 +#: ../clients/cli/connections.c:1989 #, c-format msgid "%s argument is missing" msgstr "le paramètre %s est manquant" -#: ../clients/cli/connections.c:2035 +#: ../clients/cli/connections.c:2007 #, c-format msgid "unknown connection '%s'" msgstr "connexion inconnue : « %s »" -#: ../clients/cli/connections.c:2064 +#: ../clients/cli/connections.c:2036 msgid "'--order' argument is missing" msgstr "l'argument de « --order » est manquant" -#: ../clients/cli/connections.c:2125 +#: ../clients/cli/connections.c:2096 msgid "NetworkManager active profiles" msgstr "Profils actifs NetworkManager" # auto translated by TM merge from project: NetworkManager, version: 0.9.8.2, DocId: NetworkManager -#: ../clients/cli/connections.c:2126 +#: ../clients/cli/connections.c:2097 msgid "NetworkManager connection profiles" msgstr "Profils de connexion NetworkManager" -#: ../clients/cli/connections.c:2178 ../clients/cli/connections.c:2857 -#: ../clients/cli/connections.c:2870 ../clients/cli/connections.c:2883 -#: ../clients/cli/connections.c:3115 ../clients/cli/connections.c:8986 -#: ../clients/cli/connections.c:9008 ../clients/cli/devices.c:3121 -#: ../clients/cli/devices.c:3134 ../clients/cli/devices.c:3146 -#: ../clients/cli/devices.c:3439 ../clients/cli/devices.c:3450 -#: ../clients/cli/devices.c:3468 ../clients/cli/devices.c:3477 -#: ../clients/cli/devices.c:3498 ../clients/cli/devices.c:3509 -#: ../clients/cli/devices.c:3527 ../clients/cli/devices.c:4047 -#: ../clients/cli/devices.c:4058 ../clients/cli/devices.c:4067 -#: ../clients/cli/devices.c:4081 ../clients/cli/devices.c:4098 -#: ../clients/cli/devices.c:4107 ../clients/cli/devices.c:4253 -#: ../clients/cli/devices.c:4264 ../clients/cli/devices.c:4480 -#: ../clients/cli/devices.c:4652 +#: ../clients/cli/connections.c:2149 ../clients/cli/connections.c:2895 +#: ../clients/cli/connections.c:2907 ../clients/cli/connections.c:2919 +#: ../clients/cli/connections.c:3149 ../clients/cli/connections.c:8969 +#: ../clients/cli/connections.c:8990 ../clients/cli/devices.c:3019 +#: ../clients/cli/devices.c:3031 ../clients/cli/devices.c:3044 +#: ../clients/cli/devices.c:3299 ../clients/cli/devices.c:3310 +#: ../clients/cli/devices.c:3328 ../clients/cli/devices.c:3337 +#: ../clients/cli/devices.c:3358 ../clients/cli/devices.c:3369 +#: ../clients/cli/devices.c:3387 ../clients/cli/devices.c:3905 +#: ../clients/cli/devices.c:3915 ../clients/cli/devices.c:3923 +#: ../clients/cli/devices.c:3935 ../clients/cli/devices.c:3950 +#: ../clients/cli/devices.c:3958 ../clients/cli/devices.c:4101 +#: ../clients/cli/devices.c:4112 ../clients/cli/devices.c:4326 +#: ../clients/cli/devices.c:4495 #, c-format msgid "Error: %s argument is missing." msgstr "Erreur : le paramètre %s est manquant." -#: ../clients/cli/connections.c:2206 +#: ../clients/cli/connections.c:2177 #, c-format msgid "Error: %s - no such connection profile." msgstr "Erreur : %s - profil de connexion introuvable." -#: ../clients/cli/connections.c:2297 ../clients/cli/connections.c:2843 -#: ../clients/cli/connections.c:2913 ../clients/cli/connections.c:8527 -#: ../clients/cli/connections.c:8619 ../clients/cli/connections.c:9113 -#: ../clients/cli/devices.c:1801 ../clients/cli/devices.c:2069 -#: ../clients/cli/devices.c:2239 ../clients/cli/devices.c:2352 -#: ../clients/cli/devices.c:2541 ../clients/cli/devices.c:3318 -#: ../clients/cli/devices.c:4217 ../clients/cli/devices.c:4659 -#: ../clients/cli/general.c:997 +#: ../clients/cli/connections.c:2268 ../clients/cli/connections.c:2882 +#: ../clients/cli/connections.c:2947 ../clients/cli/connections.c:8506 +#: ../clients/cli/connections.c:8597 ../clients/cli/connections.c:9090 +#: ../clients/cli/devices.c:1773 ../clients/cli/devices.c:2041 +#: ../clients/cli/devices.c:2211 ../clients/cli/devices.c:2319 +#: ../clients/cli/devices.c:2511 ../clients/cli/devices.c:3178 +#: ../clients/cli/devices.c:4064 ../clients/cli/devices.c:4501 +#: ../clients/cli/general.c:982 #, c-format msgid "Error: %s." msgstr "Erreur : %s." -#: ../clients/cli/connections.c:2389 ../clients/cli/devices.c:4431 +#: ../clients/cli/connections.c:2361 ../clients/cli/devices.c:4278 #, c-format msgid "no active connection on device '%s'" msgstr "aucune connexion active sur le périphérique « %s »" -#: ../clients/cli/connections.c:2397 +#: ../clients/cli/connections.c:2369 msgid "no active connection or device" msgstr "aucune connexion ou périphérique actif" -#: ../clients/cli/connections.c:2417 +#: ../clients/cli/connections.c:2389 #, c-format msgid "device '%s' not compatible with connection '%s': " msgstr "périphérique « %s » incompatible avec la connexion « %s » : " -#: ../clients/cli/connections.c:2450 +#: ../clients/cli/connections.c:2422 #, c-format msgid "device '%s' not compatible with connection '%s'" msgstr "périphérique « %s » incompatible avec la connexion « %s »" -#: ../clients/cli/connections.c:2453 +#: ../clients/cli/connections.c:2425 #, c-format msgid "no device found for connection '%s'" msgstr "aucun périphérique trouvé pour la connexion « %s »" -#: ../clients/cli/connections.c:2504 +#: ../clients/cli/connections.c:2476 #, c-format msgid "Hint: use '%s' to get more details." msgstr "Astuce : utiliser « %s » pour obtenir plus d'informations." -#: ../clients/cli/connections.c:2522 +#: ../clients/cli/connections.c:2494 #, c-format msgid "Connection successfully activated (%s) (D-Bus active path: %s)\n" msgstr "Connexion activée (%s) (Chemin D-Bus actif : %s)\n" -#: ../clients/cli/connections.c:2526 ../clients/cli/connections.c:2676 -#: ../clients/cli/connections.c:6828 +#: ../clients/cli/connections.c:2498 ../clients/cli/connections.c:2648 +#: ../clients/cli/connections.c:6798 #, c-format msgid "Connection successfully activated (D-Bus active path: %s)\n" msgstr "Connexion activée (chemin D-Bus actif : %s)\n" -#: ../clients/cli/connections.c:2533 ../clients/cli/connections.c:2655 +#: ../clients/cli/connections.c:2505 ../clients/cli/connections.c:2627 #, c-format msgid "Error: Connection activation failed: %s" msgstr "Erreur : l'activation de la connexion a échoué : %s" -#: ../clients/cli/connections.c:2570 +#: ../clients/cli/connections.c:2542 #, c-format msgid "Error: Timeout expired (%d seconds)" msgstr "Erreur : le délai d'attente a expiré (%d secondes)" +#: ../clients/cli/connections.c:2709 +#, c-format +msgid "failed to read passwd-file '%s': %s" +msgstr "Erreur : échec de lecture du fichier de mot de passe « %s » : %s" + +#: ../clients/cli/connections.c:2722 +#, c-format +msgid "missing colon in 'password' entry '%s'" +msgstr "Virgule manquant dans la saisie du mot de passe « %s »" + +#: ../clients/cli/connections.c:2730 +#, c-format +msgid "missing dot in 'password' entry '%s'" +msgstr "Point manquant dans la saisie du mot de passe « %s »" + #: ../clients/cli/connections.c:2743 #, c-format +msgid "invalid setting name in 'password' entry '%s'" +msgstr "Nom du paramètre non valide dans la saisie du mot de passe « %s »" + +#: ../clients/cli/connections.c:2800 +#, c-format msgid "unknown device '%s'." msgstr "périphérique inconnu « %s »." -#: ../clients/cli/connections.c:2748 +#: ../clients/cli/connections.c:2805 msgid "neither a valid connection nor device given" msgstr "pas de connexion ni de périphérique valide n'a été donné" -#: ../clients/cli/connections.c:2761 -#, c-format -msgid "invalid passwd-file '%s' at line %zd: %s" -msgstr "fichier passwd non valide '%s' à la ligne %zd: %s" - -#: ../clients/cli/connections.c:2767 -#, c-format -msgid "invalid passwd-file '%s': %s" -msgstr "fichier passwd non valide '%s': %s" - -#: ../clients/cli/connections.c:2894 ../clients/cli/connections.c:9019 -#: ../clients/cli/devices.c:1759 ../clients/cli/devices.c:1807 -#: ../clients/cli/devices.c:2245 ../clients/cli/devices.c:3181 -#: ../clients/cli/devices.c:3540 ../clients/cli/devices.c:4117 -#: ../clients/cli/devices.c:4270 ../clients/cli/devices.c:4490 -#: ../clients/cli/devices.c:4664 +#: ../clients/cli/connections.c:2929 ../clients/cli/connections.c:9000 +#: ../clients/cli/devices.c:1732 ../clients/cli/devices.c:1778 +#: ../clients/cli/devices.c:2216 ../clients/cli/devices.c:3076 +#: ../clients/cli/devices.c:3400 ../clients/cli/devices.c:3967 +#: ../clients/cli/devices.c:4118 ../clients/cli/devices.c:4335 +#: ../clients/cli/devices.c:4505 #, c-format msgid "Error: invalid extra argument '%s'." msgstr "Erreur : argument supplémentaire « %s » non valide." -#: ../clients/cli/connections.c:2922 +#: ../clients/cli/connections.c:2955 msgid "preparing" msgstr "préparation" -#: ../clients/cli/connections.c:3029 +#: ../clients/cli/connections.c:3064 #, c-format msgid "Connection '%s' (%s) successfully deleted.\n" msgstr "Connexion « %s » (%s) supprimée.\n" -#: ../clients/cli/connections.c:3045 +#: ../clients/cli/connections.c:3080 #, c-format msgid "Connection '%s' successfully deactivated (D-Bus active path: %s)\n" msgstr "Connexion « %s » désactivée (chemin D-Bus actif : %s)\n" -#: ../clients/cli/connections.c:3096 ../clients/cli/connections.c:8716 -#: ../clients/cli/connections.c:8747 ../clients/cli/connections.c:8910 +#: ../clients/cli/connections.c:3131 ../clients/cli/connections.c:8693 +#: ../clients/cli/connections.c:8724 ../clients/cli/connections.c:8890 #, c-format msgid "Error: No connection specified." msgstr "Erreur : aucune connexion spécifiée." -#: ../clients/cli/connections.c:3128 +#: ../clients/cli/connections.c:3161 #, c-format msgid "Error: '%s' is not an active connection.\n" msgstr "Erreur : « %s » n'est pas une connexion active.\n" -#: ../clients/cli/connections.c:3129 +#: ../clients/cli/connections.c:3162 #, c-format msgid "Error: not all active connections found." msgstr "Erreur : les connexions n'ont pas toutes été trouvées." -#: ../clients/cli/connections.c:3137 +#: ../clients/cli/connections.c:3170 #, c-format msgid "Error: no active connection provided." msgstr "Erreur : aucune connexion fournie." -#: ../clients/cli/connections.c:3169 +#: ../clients/cli/connections.c:3201 #, c-format msgid "Connection '%s' deactivation failed: %s\n" msgstr "La désactivation de la connexion « %s » a échoué : %s\n" -#: ../clients/cli/connections.c:3427 ../clients/cli/connections.c:3485 -#: ../clients/common/nm-client-utils.c:213 +#: ../clients/cli/connections.c:3461 ../clients/cli/connections.c:3518 +#: ../clients/common/nm-client-utils.c:211 #, c-format msgid "'%s' not among [%s]" msgstr "« %s » ne fait pas partie de [%s]" #. We should not really come here -#: ../clients/cli/connections.c:3447 ../clients/cli/connections.c:3506 -#: ../clients/common/nm-client-utils.c:313 +#: ../clients/cli/connections.c:3481 ../clients/cli/connections.c:3541 +#: ../clients/common/nm-client-utils.c:279 #, c-format msgid "Unknown error" msgstr "Erreur inconnue" -#: ../clients/cli/connections.c:3640 +#: ../clients/cli/connections.c:3675 #, c-format msgid "Warning: master='%s' doesn't refer to any existing profile.\n" msgstr "Avertissement : master=« %s » ne correspond à un aucun profil existant.\n" -#: ../clients/cli/connections.c:4000 +#: ../clients/cli/connections.c:4038 #, c-format msgid "Error: invalid property '%s': %s." msgstr "Erreur : propriété « %s » non valide : %s." -#: ../clients/cli/connections.c:4015 +#: ../clients/cli/connections.c:4053 #, c-format msgid "Error: failed to %s %s.%s: %s." msgstr "Erreur : échec %s %s.%s: %s." -#: ../clients/cli/connections.c:4057 +#: ../clients/cli/connections.c:4095 #, c-format msgid "Error: '%s' is mandatory." msgstr "Erreur : « %s » est obligatoire." -#: ../clients/cli/connections.c:4084 +#: ../clients/cli/connections.c:4122 #, c-format msgid "Error: invalid slave type; %s." msgstr "Erreur : type esclave invalide ; %s." -#: ../clients/cli/connections.c:4092 +#: ../clients/cli/connections.c:4130 #, c-format msgid "Error: invalid connection type; %s." msgstr "Erreur : type de connexion non valide ; %s." -#: ../clients/cli/connections.c:4169 +#: ../clients/cli/connections.c:4207 #, c-format msgid "Error: bad connection type: %s" msgstr "Erreur : type de connexion invalide : %s." -#: ../clients/cli/connections.c:4244 +#: ../clients/cli/connections.c:4263 +#, c-format +msgid "Error: '%s': %s" +msgstr "Erreur : « %s » : %s" + +#: ../clients/cli/connections.c:4290 msgid "Error: master is required" msgstr "Erreur : « master » requis." -#: ../clients/cli/connections.c:4313 +#: ../clients/cli/connections.c:4359 #, c-format msgid "Error: error adding bond option '%s=%s'." msgstr "Erreur : erreur à l'ajout de l'option d'agrégation de lien « %s=%s »." -#: ../clients/cli/connections.c:4344 +#: ../clients/cli/connections.c:4390 #, c-format msgid "Error: '%s' is not a valid monitoring mode; use '%s' or '%s'.\n" msgstr "Erreur : « %s » n'est pas un mode de contrôle valide ; utilisez « %s » ou « %s ».\n" -#: ../clients/cli/connections.c:4375 +#: ../clients/cli/connections.c:4421 #, c-format msgid "Error: 'bt-type': '%s' not valid; use [%s, %s, %s (%s), %s]." msgstr "Erreur:'bt-type' : ' ' '%s non valide ; utiliser [%s, %s, %s (%s), ]%s." -#: ../clients/cli/connections.c:4669 -#, c-format -msgid "Error: setting '%s' is mandatory and cannot be removed." -msgstr "Erreur : le paramètre « %s » est obligatoire et ne peut pas être supprimé." - -#: ../clients/cli/connections.c:4679 +#: ../clients/cli/connections.c:4686 #, c-format msgid "Error: value for '%s' is missing." msgstr "Erreur : la valeur de l'argument « %s » est requise." -#: ../clients/cli/connections.c:4724 +#: ../clients/cli/connections.c:4730 msgid "Error: . argument is missing." msgstr "Erreur : l'argument . est manquant." -#: ../clients/cli/connections.c:4750 -msgid "Error: missing setting." -msgstr "Erreur : paramètre manquant." - -#: ../clients/cli/connections.c:4768 -#, c-format -msgid "Setting '%s' is not present in the connection." -msgstr "Le paramètre « %s » n'est pas présent dans la connexion." - -#: ../clients/cli/connections.c:4772 -#, c-format -msgid "Error: invalid setting argument '%s'." -msgstr "Erreur : argument de paramètre « %s » non valide." - -#: ../clients/cli/connections.c:4796 +#: ../clients/cli/connections.c:4756 #, c-format msgid "Error: invalid or not allowed setting '%s': %s." msgstr "Erreur : non valide, ou le paramètre « %s » n'est pas autorisé : %s." -#: ../clients/cli/connections.c:4845 ../clients/cli/connections.c:4861 +#: ../clients/cli/connections.c:4805 ../clients/cli/connections.c:4821 #, c-format msgid "Error: '%s' is ambiguous (%s.%s or %s.%s)." msgstr "Erreur : « %s » est ambigu (%s.%s ou %s.%s)." -#: ../clients/cli/connections.c:4881 +#: ../clients/cli/connections.c:4837 #, c-format msgid "Error: invalid . '%s'." msgstr "Erreur : . non valide '%s’." -#: ../clients/cli/connections.c:4919 ../clients/cli/connections.c:8567 +#: ../clients/cli/connections.c:4876 ../clients/cli/connections.c:8545 #, c-format msgid "Error: Failed to add '%s' connection: %s" msgstr "Erreur: impossible d'ajouter la connexion « %s » : %s" -#: ../clients/cli/connections.c:4937 +#: ../clients/cli/connections.c:4894 #, c-format msgid "" "Warning: There is another connection with the name '%1$s'. Reference the " @@ -1313,68 +1304,68 @@ msgid_plural "Warning: There are %3$u other connections with the name '%1$s'. Re msgstr[0] "Attention : il y a une autre connexion avec le nom '%1$s’. Référez-vous à la connexion par son uuid '%2$s'\n" msgstr[1] "Attention : il y a %3$u autres connexions avec le nom '%1$s’. Référez-vous à la connexion par son uuid '%2$s'\n" -#: ../clients/cli/connections.c:4946 +#: ../clients/cli/connections.c:4903 #, c-format msgid "Connection '%s' (%s) successfully added.\n" msgstr "Connexion « %s » (%s) ajoutée avec succès.\n" -#: ../clients/cli/connections.c:5008 ../clients/cli/connections.c:6934 -#: ../clients/cli/connections.c:6935 ../clients/cli/devices.c:525 -#: ../clients/cli/devices.c:532 ../clients/cli/devices.c:1250 -#: ../clients/cli/general.c:93 ../clients/cli/utils.h:294 -#: ../clients/common/nm-client-utils.c:303 -#: ../clients/common/nm-meta-setting-desc.c:871 -#: ../clients/common/nm-meta-setting-desc.c:2675 +#: ../clients/cli/connections.c:4965 ../clients/cli/connections.c:6921 +#: ../clients/cli/connections.c:6922 ../clients/cli/devices.c:518 +#: ../clients/cli/devices.c:525 ../clients/cli/devices.c:1239 +#: ../clients/cli/general.c:123 ../clients/cli/utils.h:291 +#: ../clients/common/nm-client-utils.c:269 +#: ../clients/common/nm-meta-setting-desc.c:866 +#: ../clients/common/nm-meta-setting-desc.c:2682 msgid "no" msgstr "non" -#: ../clients/cli/connections.c:5009 ../clients/cli/connections.c:6934 -#: ../clients/cli/connections.c:6935 ../clients/cli/devices.c:524 -#: ../clients/cli/devices.c:531 ../clients/cli/devices.c:1250 -#: ../clients/cli/general.c:92 ../clients/cli/utils.h:294 -#: ../clients/common/nm-client-utils.c:302 -#: ../clients/common/nm-meta-setting-desc.c:871 -#: ../clients/common/nm-meta-setting-desc.c:2672 +#: ../clients/cli/connections.c:4966 ../clients/cli/connections.c:6921 +#: ../clients/cli/connections.c:6922 ../clients/cli/devices.c:517 +#: ../clients/cli/devices.c:524 ../clients/cli/devices.c:1239 +#: ../clients/cli/general.c:122 ../clients/cli/utils.h:291 +#: ../clients/common/nm-client-utils.c:268 +#: ../clients/common/nm-meta-setting-desc.c:866 +#: ../clients/common/nm-meta-setting-desc.c:2679 msgid "yes" msgstr "oui" -#: ../clients/cli/connections.c:5095 +#: ../clients/cli/connections.c:5052 #, c-format msgid "" "You can specify this option more than once. Press when you're done.\n" msgstr "Vous pouvez spécifier cette option plus d'une fois. Tapez quand vous avez terminé.\n" #. Ask for optional arguments. -#: ../clients/cli/connections.c:5197 +#: ../clients/cli/connections.c:5154 #, c-format msgid "There is %d optional setting for %s.\n" msgid_plural "There are %d optional settings for %s.\n" msgstr[0] "Il existe %d paramètre optionnel pour %s.\n" msgstr[1] "Il existe %d paramètres optionnels pour %s.\n" -#: ../clients/cli/connections.c:5203 +#: ../clients/cli/connections.c:5160 #, c-format msgid "Do you want to provide it? %s" msgid_plural "Do you want to provide them? %s" msgstr[0] "Souhaitez-vous le fournir ? %s" msgstr[1] "Souhaitez-vous les fournir ? %s" -#: ../clients/cli/connections.c:5335 ../clients/cli/utils.c:279 +#: ../clients/cli/connections.c:5292 ../clients/cli/utils.c:279 #, c-format msgid "Error: value for '%s' argument is required." msgstr "Erreur : la valeur de l'argument « %s » est requise." -#: ../clients/cli/connections.c:5342 +#: ../clients/cli/connections.c:5299 #, c-format msgid "Error: 'save': %s." msgstr "Erreur: « save » : %s." -#: ../clients/cli/connections.c:5427 ../clients/cli/connections.c:5438 +#: ../clients/cli/connections.c:5384 ../clients/cli/connections.c:5395 #, c-format msgid "Error: '%s' argument is required." msgstr "Erreur : l'argument « %s » est requis." -#: ../clients/cli/connections.c:6384 +#: ../clients/cli/connections.c:6354 #, c-format msgid "['%s' setting values]\n" msgstr "[« %s » setting values]\n" @@ -1382,7 +1373,7 @@ msgstr "[« %s » setting values]\n" #. TRANSLATORS: do not translate command names and keywords before :: #. * However, you should translate terms enclosed in <>. #. -#: ../clients/cli/connections.c:6493 +#: ../clients/cli/connections.c:6463 #, c-format msgid "" "---[ Main menu ]---\n" @@ -1413,7 +1404,7 @@ msgstr "---[ Menu principal ]---\n" "nmcli :: configuration de nmcli\n" "quit :: quitter nmcli\n" -#: ../clients/cli/connections.c:6520 +#: ../clients/cli/connections.c:6490 #, c-format msgid "" "goto [.] | :: enter setting/property for editing\n" @@ -1431,7 +1422,7 @@ msgstr "goto [.] | :: saisir le paramètre ou la proprié " nmcli connection> goto secondaries\n" " nmcli> goto ipv4.addresses\n" -#: ../clients/cli/connections.c:6527 +#: ../clients/cli/connections.c:6497 #, c-format msgid "" "remove [.] :: remove setting or reset property value\n" @@ -1450,7 +1441,7 @@ msgstr "remove [.] :: supprimer le paramètre ou réinitialiser "Exemples : nmcli> remove wifi-sec\n" " nmcli> remove eth.mtu\n" -#: ../clients/cli/connections.c:6534 +#: ../clients/cli/connections.c:6504 #, c-format msgid "" "set [. ] :: set property value\n" @@ -1464,7 +1455,7 @@ msgstr "set [. ] :: définir la valeur de la propriété\ "\n" "Exemple : nmcli> set con.id My connection\n" -#: ../clients/cli/connections.c:6539 +#: ../clients/cli/connections.c:6509 #, c-format msgid "" "describe [.] :: describe property\n" @@ -1475,7 +1466,7 @@ msgstr "describe [.] :: décrire la propriété\n" "\n" "Affiche la description de la propriété. Vous pouvez consulter la page du manuel nm-settings(5) pour afficher tous les paramètres et propriétés NM.\n" -#: ../clients/cli/connections.c:6544 +#: ../clients/cli/connections.c:6514 #, c-format msgid "" "print [all] :: print setting or connection values\n" @@ -1489,7 +1480,7 @@ msgstr "print [all] :: imprimer le paramètre ou les valeurs de la connexion\n" "\n" "Exemple : nmcli ipv4> print all\n" -#: ../clients/cli/connections.c:6549 +#: ../clients/cli/connections.c:6519 #, c-format msgid "" "verify [all | fix] :: verify setting or connection validity\n" @@ -1512,7 +1503,7 @@ msgstr "verify [all] : vérifier le paramètre ou la validité de la connexion\ " nmcli> verify fix\n" " nmcli bond> verifyerify\n" -#: ../clients/cli/connections.c:6558 +#: ../clients/cli/connections.c:6528 #, c-format msgid "" "save [persistent|temporary] :: save the connection\n" @@ -1536,7 +1527,7 @@ msgstr "save [persistent|temporary] : sauvegarder la connexion\n" "persitera pas à l'amorçage ou au démarrage. Si vous souhaitez supprimer la connexion\n" "persitante, le profil de connexion devra être supprimé.\n" -#: ../clients/cli/connections.c:6569 +#: ../clients/cli/connections.c:6539 #, c-format msgid "" "activate [] [/|] :: activate the connection\n" @@ -1555,7 +1546,7 @@ msgstr "activate [] [/|] :: activer la connexion\n" " - périphérique sur lequel la connexion sera activée\n" "/| - AP (Wi-Fi) ou NSP (WiMAX) (ajouter avec ou lorsque n'est pas spécifié)\n" -#: ../clients/cli/connections.c:6576 ../clients/cli/connections.c:6734 +#: ../clients/cli/connections.c:6546 ../clients/cli/connections.c:6704 #, c-format msgid "" "back :: go to upper menu level\n" @@ -1563,7 +1554,7 @@ msgid "" msgstr "back :: aller au niveau supérieur du menu\n" "\n" -#: ../clients/cli/connections.c:6579 +#: ../clients/cli/connections.c:6549 #, c-format msgid "" "help/? [] :: help for the nmcli commands\n" @@ -1571,7 +1562,7 @@ msgid "" msgstr "help/? [] :: aide pour les commandes nmcli\n" "\n" -#: ../clients/cli/connections.c:6582 +#: ../clients/cli/connections.c:6552 #, c-format msgid "" "nmcli [ ] :: nmcli configuration\n" @@ -1596,7 +1587,7 @@ msgstr "nmcli [ ] :: nmcli configuration\n" " nmcli> nmcli save-confirmation no\n" " nmcli> nmcli prompt-color 3\n" -#: ../clients/cli/connections.c:6604 ../clients/cli/connections.c:6740 +#: ../clients/cli/connections.c:6574 ../clients/cli/connections.c:6710 #, c-format msgid "" "quit :: exit nmcli\n" @@ -1607,8 +1598,8 @@ msgstr "quit :: quitter nmcli\n" "\n" "Cette commande permet de quitter nmcli. Lorsque la connexion en cours de modification n'est pas enregistrée, il est demandé à l'utilisateur de confirmer l'action.\n" -#: ../clients/cli/connections.c:6609 ../clients/cli/connections.c:6745 -#: ../clients/cli/connections.c:7140 ../clients/cli/connections.c:8149 +#: ../clients/cli/connections.c:6579 ../clients/cli/connections.c:6715 +#: ../clients/cli/connections.c:7126 ../clients/cli/connections.c:8129 #, c-format msgid "Unknown command: '%s'\n" msgstr "Commande inconnue : « %s »\n" @@ -1616,7 +1607,7 @@ msgstr "Commande inconnue : « %s »\n" #. TRANSLATORS: do not translate command names and keywords before :: #. * However, you should translate terms enclosed in <>. #. -#: ../clients/cli/connections.c:6674 +#: ../clients/cli/connections.c:6644 #, c-format msgid "" "---[ Property menu ]---\n" @@ -1641,7 +1632,7 @@ msgstr "---[ Menu des propriétés ]---\n" "help/? [] :: imprimer cette description d'aide ou de commande\n" "quit :: quitter nmcli\n" -#: ../clients/cli/connections.c:6699 +#: ../clients/cli/connections.c:6669 #, c-format msgid "" "set [] :: set new value\n" @@ -1651,7 +1642,7 @@ msgstr "set [] :: définir une nouvelle valeur\n" "\n" "Cette commande définit la (valeur) fournie à cette propriété\n" -#: ../clients/cli/connections.c:6703 +#: ../clients/cli/connections.c:6673 #, c-format msgid "" "add [] :: append new value to the property\n" @@ -1663,7 +1654,7 @@ msgstr "add [] :: ajouter une nouvelle valeur à la propriété\n" "\n" "Cette commande ajoute une (valeur) fournie à cette propriété si la propriété est d'un type de conteneur. Pour les propriétés à valeur unique, ceci remplace la valeur (comme « set »).\n" -#: ../clients/cli/connections.c:6709 +#: ../clients/cli/connections.c:6679 #, c-format msgid "" "change :: change current value\n" @@ -1673,7 +1664,7 @@ msgstr "change :: modifie la valeur actuelle\n" "\n" "Affiche la valeur actuelle et permet sa modification.\n" -#: ../clients/cli/connections.c:6713 +#: ../clients/cli/connections.c:6683 #, c-format msgid "" "remove [||