mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 23:50:10 +01:00
cli: merge branch 'th/cli-connection-handling-3'
https://github.com/NetworkManager/NetworkManager/pull/148
This commit is contained in:
commit
29c9ef3f46
178 changed files with 1964 additions and 1731 deletions
|
|
@ -102,6 +102,8 @@ _ip_config_get_routes (NMIPConfig *cfg)
|
|||
return arr;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
static gconstpointer
|
||||
_metagen_ip4_config_get_fcn (NMC_META_GENERIC_INFO_GET_FCN_ARGS)
|
||||
{
|
||||
|
|
@ -177,6 +179,19 @@ arr_out:
|
|||
return arr;
|
||||
}
|
||||
|
||||
const NmcMetaGenericInfo *const metagen_ip4_config[_NMC_GENERIC_INFO_TYPE_IP4_CONFIG_NUM + 1] = {
|
||||
#define _METAGEN_IP4_CONFIG(type, name) \
|
||||
[type] = NMC_META_GENERIC(name, .info_type = type, .get_fcn = _metagen_ip4_config_get_fcn)
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_ADDRESS, "ADDRESS"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_GATEWAY, "GATEWAY"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_ROUTE, "ROUTE"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_DNS, "DNS"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_DOMAIN, "DOMAIN"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_WINS, "WINS"),
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
static gconstpointer
|
||||
_metagen_ip6_config_get_fcn (NMC_META_GENERIC_INFO_GET_FCN_ARGS)
|
||||
{
|
||||
|
|
@ -247,17 +262,6 @@ arr_out:
|
|||
return arr;
|
||||
}
|
||||
|
||||
const NmcMetaGenericInfo *const metagen_ip4_config[_NMC_GENERIC_INFO_TYPE_IP4_CONFIG_NUM + 1] = {
|
||||
#define _METAGEN_IP4_CONFIG(type, name) \
|
||||
[type] = NMC_META_GENERIC(name, .info_type = type, .get_fcn = _metagen_ip4_config_get_fcn)
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_ADDRESS, "ADDRESS"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_GATEWAY, "GATEWAY"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_ROUTE, "ROUTE"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_DNS, "DNS"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_DOMAIN, "DOMAIN"),
|
||||
_METAGEN_IP4_CONFIG (NMC_GENERIC_INFO_TYPE_IP4_CONFIG_WINS, "WINS"),
|
||||
};
|
||||
|
||||
const NmcMetaGenericInfo *const metagen_ip6_config[_NMC_GENERIC_INFO_TYPE_IP6_CONFIG_NUM + 1] = {
|
||||
#define _METAGEN_IP6_CONFIG(type, name) \
|
||||
[type] = NMC_META_GENERIC(name, .info_type = type, .get_fcn = _metagen_ip6_config_get_fcn)
|
||||
|
|
@ -270,66 +274,92 @@ const NmcMetaGenericInfo *const metagen_ip6_config[_NMC_GENERIC_INFO_TYPE_IP6_CO
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
const NmcMetaGenericInfo *const nmc_fields_dhcp_config[] = {
|
||||
NMC_META_GENERIC ("GROUP"), /* 0 */
|
||||
NMC_META_GENERIC ("OPTION"), /* 1 */
|
||||
NULL,
|
||||
};
|
||||
|
||||
const NmcMetaGenericInfo *const nmc_fields_ip6_config[] = {
|
||||
NMC_META_GENERIC ("GROUP"), /* 0 */
|
||||
NMC_META_GENERIC ("ADDRESS"), /* 1 */
|
||||
NMC_META_GENERIC ("GATEWAY"), /* 2 */
|
||||
NMC_META_GENERIC ("ROUTE"), /* 3 */
|
||||
NMC_META_GENERIC ("DNS"), /* 4 */
|
||||
NMC_META_GENERIC ("DOMAIN"), /* 5 */
|
||||
NULL,
|
||||
};
|
||||
|
||||
gboolean
|
||||
print_ip4_config (NMIPConfig *cfg4,
|
||||
const NmcConfig *nmc_config,
|
||||
const char *one_field)
|
||||
static gconstpointer
|
||||
_metagen_dhcp_config_get_fcn (NMC_META_GENERIC_INFO_GET_FCN_ARGS)
|
||||
{
|
||||
gs_free_error GError *error = NULL;
|
||||
gs_free char *field_str = NULL;
|
||||
NMDhcpConfig *dhcp = target;
|
||||
guint i;
|
||||
char **arr = NULL;
|
||||
|
||||
if (cfg4 == NULL)
|
||||
return FALSE;
|
||||
NMC_HANDLE_COLOR (NM_META_COLOR_NONE);
|
||||
|
||||
if (one_field)
|
||||
field_str = g_strdup_printf ("IP4.%s", one_field);
|
||||
switch (info->info_type) {
|
||||
case NMC_GENERIC_INFO_TYPE_DHCP_CONFIG_OPTION:
|
||||
{
|
||||
GHashTable *table;
|
||||
gs_free char **arr2 = NULL;
|
||||
guint n;
|
||||
|
||||
if (!nmc_print (nmc_config,
|
||||
(gpointer[]) { cfg4, NULL },
|
||||
NULL,
|
||||
NMC_META_GENERIC_GROUP ("IP4", metagen_ip4_config, N_("GROUP")),
|
||||
field_str,
|
||||
&error)) {
|
||||
return FALSE;
|
||||
if (!NM_FLAGS_HAS (get_flags, NM_META_ACCESSOR_GET_FLAGS_ACCEPT_STRV))
|
||||
return NULL;
|
||||
|
||||
table = nm_dhcp_config_get_options (dhcp);
|
||||
if (!table)
|
||||
goto arr_out;
|
||||
|
||||
arr2 = (char **) nm_utils_strdict_get_keys (table, TRUE, &n);
|
||||
if (!n)
|
||||
goto arr_out;
|
||||
|
||||
nm_assert (arr2 && !arr2[n] && n == NM_PTRARRAY_LEN (arr2));
|
||||
for (i = 0; i < n; i++) {
|
||||
const char *k = arr2[i];
|
||||
const char *v;
|
||||
|
||||
nm_assert (k);
|
||||
v = g_hash_table_lookup (table, k);
|
||||
arr2[i] = g_strdup_printf ("%s = %s", k, v);
|
||||
}
|
||||
|
||||
arr = g_steal_pointer (&arr2);
|
||||
goto arr_out;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return TRUE;
|
||||
|
||||
g_return_val_if_reached (NULL);
|
||||
|
||||
arr_out:
|
||||
NM_SET_OUT (out_is_default, !arr || !arr[0]);
|
||||
*out_flags |= NM_META_ACCESSOR_GET_OUT_FLAGS_STRV;
|
||||
*out_to_free = arr;
|
||||
return arr;
|
||||
}
|
||||
|
||||
const NmcMetaGenericInfo *const metagen_dhcp_config[_NMC_GENERIC_INFO_TYPE_DHCP_CONFIG_NUM + 1] = {
|
||||
#define _METAGEN_DHCP_CONFIG(type, name) \
|
||||
[type] = NMC_META_GENERIC(name, .info_type = type, .get_fcn = _metagen_dhcp_config_get_fcn)
|
||||
_METAGEN_DHCP_CONFIG (NMC_GENERIC_INFO_TYPE_DHCP_CONFIG_OPTION, "OPTION"),
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
gboolean
|
||||
print_ip6_config (NMIPConfig *cfg6,
|
||||
const NmcConfig *nmc_config,
|
||||
const char *group_prefix,
|
||||
const char *one_field)
|
||||
print_ip_config (NMIPConfig *cfg,
|
||||
int addr_family,
|
||||
const NmcConfig *nmc_config,
|
||||
const char *one_field)
|
||||
{
|
||||
gs_free_error GError *error = NULL;
|
||||
gs_free char *field_str = NULL;
|
||||
|
||||
if (cfg6 == NULL)
|
||||
if (!cfg)
|
||||
return FALSE;
|
||||
|
||||
if (one_field)
|
||||
field_str = g_strdup_printf ("IP6.%s", one_field);
|
||||
if (one_field) {
|
||||
field_str = g_strdup_printf ("IP%c.%s",
|
||||
nm_utils_addr_family_to_char (addr_family),
|
||||
one_field);
|
||||
}
|
||||
|
||||
if (!nmc_print (nmc_config,
|
||||
(gpointer[]) { cfg6, NULL },
|
||||
(gpointer[]) { cfg, NULL },
|
||||
NULL,
|
||||
NMC_META_GENERIC_GROUP ("IP6", metagen_ip6_config, N_("GROUP")),
|
||||
NULL,
|
||||
addr_family == AF_INET
|
||||
? NMC_META_GENERIC_GROUP ("IP4", metagen_ip4_config, N_("GROUP"))
|
||||
: NMC_META_GENERIC_GROUP ("IP6", metagen_ip6_config, N_("GROUP")),
|
||||
field_str,
|
||||
&error)) {
|
||||
return FALSE;
|
||||
|
|
@ -339,49 +369,34 @@ print_ip6_config (NMIPConfig *cfg6,
|
|||
|
||||
gboolean
|
||||
print_dhcp_config (NMDhcpConfig *dhcp,
|
||||
int addr_family,
|
||||
const NmcConfig *nmc_config,
|
||||
const char *group_prefix,
|
||||
const char *one_field)
|
||||
{
|
||||
GHashTable *table;
|
||||
const NMMetaAbstractInfo *const*tmpl;
|
||||
NmcOutputField *arr;
|
||||
gs_free_error GError *error = NULL;
|
||||
gs_free char *field_str = NULL;
|
||||
|
||||
if (dhcp == NULL)
|
||||
if (!dhcp)
|
||||
return FALSE;
|
||||
|
||||
table = nm_dhcp_config_get_options (dhcp);
|
||||
if (table) {
|
||||
char **options_arr = NULL;
|
||||
NMC_OUTPUT_DATA_DEFINE_SCOPED (out);
|
||||
gs_free const char **keys = NULL;
|
||||
guint i, nkeys;
|
||||
|
||||
tmpl = (const NMMetaAbstractInfo *const*) nmc_fields_dhcp_config;
|
||||
out_indices = parse_output_fields (one_field,
|
||||
tmpl, FALSE, NULL, NULL);
|
||||
arr = nmc_dup_fields_array (tmpl, NMC_OF_FLAG_FIELD_NAMES);
|
||||
g_ptr_array_add (out.output_data, arr);
|
||||
|
||||
keys = (const char **) g_hash_table_get_keys_as_array (table, &nkeys);
|
||||
nm_utils_strv_sort (keys, nkeys);
|
||||
|
||||
options_arr = g_new (char *, nkeys + 1);
|
||||
for (i = 0; i < nkeys; i++)
|
||||
options_arr[i] = g_strdup_printf ("%s = %s", keys[i], (const char *) g_hash_table_lookup (table, keys[i]));
|
||||
options_arr[i] = NULL;
|
||||
|
||||
arr = nmc_dup_fields_array (tmpl, NMC_OF_FLAG_SECTION_PREFIX);
|
||||
set_val_strc (arr, 0, group_prefix);
|
||||
set_val_arr (arr, 1, options_arr);
|
||||
g_ptr_array_add (out.output_data, arr);
|
||||
|
||||
print_data_prepare_width (out.output_data);
|
||||
print_data (nmc_config, out_indices, NULL, 0, &out);
|
||||
|
||||
return TRUE;
|
||||
if (one_field) {
|
||||
field_str = g_strdup_printf ("DHCP%c.%s",
|
||||
nm_utils_addr_family_to_char (addr_family),
|
||||
one_field);
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
if (!nmc_print (nmc_config,
|
||||
(gpointer[]) { dhcp, NULL },
|
||||
NULL,
|
||||
NULL,
|
||||
addr_family == AF_INET
|
||||
? NMC_META_GENERIC_GROUP ("DHCP4", metagen_dhcp_config, N_("GROUP"))
|
||||
: NMC_META_GENERIC_GROUP ("DHCP6", metagen_dhcp_config, N_("GROUP")),
|
||||
field_str,
|
||||
&error)) {
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -25,9 +25,16 @@
|
|||
#include "nmcli.h"
|
||||
#include "nm-secret-agent-simple.h"
|
||||
|
||||
gboolean print_ip4_config (NMIPConfig *cfg4, const NmcConfig *nmc_config, const char *one_field);
|
||||
gboolean print_ip6_config (NMIPConfig *cfg6, const NmcConfig *nmc_config, const char *group_prefix, const char *one_field);
|
||||
gboolean print_dhcp_config (NMDhcpConfig *dhcp, const NmcConfig *nmc_config, const char *group_prefix, const char *one_field);
|
||||
|
||||
gboolean print_ip_config (NMIPConfig *cfg,
|
||||
int addr_family,
|
||||
const NmcConfig *nmc_config,
|
||||
const char *one_field);
|
||||
|
||||
gboolean print_dhcp_config (NMDhcpConfig *dhcp,
|
||||
int addr_family,
|
||||
const NmcConfig *nmc_config,
|
||||
const char *one_field);
|
||||
|
||||
NMConnection *nmc_find_connection (const GPtrArray *connections,
|
||||
const char *filter_type,
|
||||
|
|
@ -83,7 +90,7 @@ void nmc_complete_bool (const char *prefix);
|
|||
const char *nmc_error_get_simple_message (GError *error);
|
||||
|
||||
extern const NmcMetaGenericInfo *const metagen_ip4_config[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_ip6_config[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dhcp_config[];
|
||||
extern const NmcMetaGenericInfo *const metagen_ip6_config[];
|
||||
extern const NmcMetaGenericInfo *const metagen_dhcp_config[];
|
||||
|
||||
#endif /* NMC_COMMON_H */
|
||||
|
|
|
|||
|
|
@ -185,17 +185,24 @@ get_ac_device_string (NMActiveConnection *active)
|
|||
/* FIXME: The same or similar code for VPN info appears also in nm-applet (applet-dialogs.c),
|
||||
* and in gnome-control-center as well. It could probably be shared somehow. */
|
||||
|
||||
static char *
|
||||
static const char *
|
||||
get_vpn_connection_type (NMConnection *connection)
|
||||
{
|
||||
NMSettingVpn *s_vpn;
|
||||
const char *type, *p;
|
||||
|
||||
s_vpn = nm_connection_get_setting_vpn (connection);
|
||||
if (!s_vpn)
|
||||
return NULL;
|
||||
|
||||
/* The service type is in form of "org.freedesktop.NetworkManager.vpnc".
|
||||
* Extract end part after last dot, e.g. "vpnc"
|
||||
*/
|
||||
type = nm_setting_vpn_get_service_type (nm_connection_get_setting_vpn (connection));
|
||||
if (!type)
|
||||
return NULL;
|
||||
p = strrchr (type, '.');
|
||||
return g_strdup (p ? p + 1 : type);
|
||||
return p ? p + 1 : type;
|
||||
}
|
||||
|
||||
/* VPN parameters can be found at:
|
||||
|
|
@ -206,31 +213,35 @@ get_vpn_connection_type (NMConnection *connection)
|
|||
* http://git.gnome.org/browse/network-manager-openswan/tree/src/nm-openswan-service.h
|
||||
* See also 'properties' directory in these plugins.
|
||||
*/
|
||||
static const gchar *
|
||||
static const char *
|
||||
find_vpn_gateway_key (const char *vpn_type)
|
||||
{
|
||||
if (g_strcmp0 (vpn_type, "openvpn") == 0) return "remote";
|
||||
if (g_strcmp0 (vpn_type, "vpnc") == 0) return "IPSec gateway";
|
||||
if (g_strcmp0 (vpn_type, "pptp") == 0) return "gateway";
|
||||
if (g_strcmp0 (vpn_type, "openconnect") == 0) return "gateway";
|
||||
if (g_strcmp0 (vpn_type, "openswan") == 0) return "right";
|
||||
if (g_strcmp0 (vpn_type, "libreswan") == 0) return "right";
|
||||
if (g_strcmp0 (vpn_type, "ssh") == 0) return "remote";
|
||||
if (g_strcmp0 (vpn_type, "l2tp") == 0) return "gateway";
|
||||
return "";
|
||||
if (vpn_type) {
|
||||
if (nm_streq (vpn_type, "openvpn")) return "remote";
|
||||
if (nm_streq (vpn_type, "vpnc")) return "IPSec gateway";
|
||||
if (nm_streq (vpn_type, "pptp")) return "gateway";
|
||||
if (nm_streq (vpn_type, "openconnect")) return "gateway";
|
||||
if (nm_streq (vpn_type, "openswan")) return "right";
|
||||
if (nm_streq (vpn_type, "libreswan")) return "right";
|
||||
if (nm_streq (vpn_type, "ssh")) return "remote";
|
||||
if (nm_streq (vpn_type, "l2tp")) return "gateway";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static const gchar *
|
||||
static const char *
|
||||
find_vpn_username_key (const char *vpn_type)
|
||||
{
|
||||
if (g_strcmp0 (vpn_type, "openvpn") == 0) return "username";
|
||||
if (g_strcmp0 (vpn_type, "vpnc") == 0) return "Xauth username";
|
||||
if (g_strcmp0 (vpn_type, "pptp") == 0) return "user";
|
||||
if (g_strcmp0 (vpn_type, "openconnect") == 0) return "username";
|
||||
if (g_strcmp0 (vpn_type, "openswan") == 0) return "leftxauthusername";
|
||||
if (g_strcmp0 (vpn_type, "libreswan") == 0) return "leftxauthusername";
|
||||
if (g_strcmp0 (vpn_type, "l2tp") == 0) return "user";
|
||||
return "";
|
||||
if (vpn_type) {
|
||||
if (nm_streq (vpn_type, "openvpn")) return "username";
|
||||
if (nm_streq (vpn_type, "vpnc")) return "Xauth username";
|
||||
if (nm_streq (vpn_type, "pptp")) return "user";
|
||||
if (nm_streq (vpn_type, "openconnect")) return "username";
|
||||
if (nm_streq (vpn_type, "openswan")) return "leftxauthusername";
|
||||
if (nm_streq (vpn_type, "libreswan")) return "leftxauthusername";
|
||||
if (nm_streq (vpn_type, "l2tp")) return "user";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
enum VpnDataItem {
|
||||
|
|
@ -241,8 +252,8 @@ enum VpnDataItem {
|
|||
static const gchar *
|
||||
get_vpn_data_item (NMConnection *connection, enum VpnDataItem vpn_data_item)
|
||||
{
|
||||
const char *key;
|
||||
gs_free char *type = NULL;
|
||||
const char *type;
|
||||
const char *key = NULL;
|
||||
|
||||
type = get_vpn_connection_type (connection);
|
||||
|
||||
|
|
@ -254,10 +265,11 @@ get_vpn_data_item (NMConnection *connection, enum VpnDataItem vpn_data_item)
|
|||
key = find_vpn_username_key (type);
|
||||
break;
|
||||
default:
|
||||
key = "";
|
||||
break;
|
||||
}
|
||||
|
||||
if (!key)
|
||||
return NULL;
|
||||
return nm_setting_vpn_get_data_item (nm_connection_get_setting_vpn (connection), key);
|
||||
}
|
||||
|
||||
|
|
@ -627,6 +639,100 @@ const NmcMetaGenericInfo *const metagen_con_active_general[_NMC_GENERIC_INFO_TYP
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
static gconstpointer
|
||||
_metagen_con_active_vpn_get_fcn (NMC_META_GENERIC_INFO_GET_FCN_ARGS)
|
||||
{
|
||||
NMActiveConnection *ac = target;
|
||||
NMConnection *c;
|
||||
NMSettingVpn *s_vpn = NULL;
|
||||
NMVpnConnectionState vpn_state;
|
||||
guint i;
|
||||
const char *s;
|
||||
char **arr = NULL;
|
||||
|
||||
nm_assert (NM_IS_VPN_CONNECTION (ac));
|
||||
|
||||
NMC_HANDLE_COLOR (NM_META_COLOR_NONE);
|
||||
|
||||
nm_assert (NM_IN_SET (get_type, NM_META_ACCESSOR_GET_TYPE_PRETTY, NM_META_ACCESSOR_GET_TYPE_PARSABLE));
|
||||
|
||||
c = NM_CONNECTION (nm_active_connection_get_connection (ac));
|
||||
if (c)
|
||||
s_vpn = nm_connection_get_setting_vpn (c);
|
||||
|
||||
switch (info->info_type) {
|
||||
case NMC_GENERIC_INFO_TYPE_CON_VPN_TYPE:
|
||||
return c ? get_vpn_connection_type (c) : NULL;
|
||||
case NMC_GENERIC_INFO_TYPE_CON_VPN_USERNAME:
|
||||
if ( s_vpn
|
||||
&& (s = nm_setting_vpn_get_user_name (s_vpn)))
|
||||
return s;
|
||||
return c ? get_vpn_data_item (c, VPN_DATA_ITEM_USERNAME) : NULL;
|
||||
case NMC_GENERIC_INFO_TYPE_CON_VPN_GATEWAY:
|
||||
return c ? get_vpn_data_item (c, VPN_DATA_ITEM_GATEWAY) : NULL;
|
||||
case NMC_GENERIC_INFO_TYPE_CON_VPN_BANNER:
|
||||
s = nm_vpn_connection_get_banner (NM_VPN_CONNECTION (ac));
|
||||
if (s)
|
||||
return (*out_to_free = g_strescape (s, ""));
|
||||
return NULL;
|
||||
case NMC_GENERIC_INFO_TYPE_CON_VPN_VPN_STATE:
|
||||
vpn_state = nm_vpn_connection_get_vpn_state (NM_VPN_CONNECTION (ac));
|
||||
return (*out_to_free = nmc_meta_generic_get_enum_with_detail (NMC_META_GENERIC_GET_ENUM_TYPE_DASH,
|
||||
vpn_state,
|
||||
vpn_connection_state_to_string (vpn_state),
|
||||
get_type));
|
||||
case NMC_GENERIC_INFO_TYPE_CON_VPN_CFG:
|
||||
if (!NM_FLAGS_HAS (get_flags, NM_META_ACCESSOR_GET_FLAGS_ACCEPT_STRV))
|
||||
return NULL;
|
||||
if (s_vpn) {
|
||||
gs_free char **arr2 = NULL;
|
||||
guint n;
|
||||
|
||||
arr2 = (char **) nm_setting_vpn_get_data_keys (s_vpn, &n);
|
||||
if (!n)
|
||||
goto arr_out;
|
||||
|
||||
nm_assert (arr2 && !arr2[n]);
|
||||
for (i = 0; i < n; i++) {
|
||||
const char *k = arr2[i];
|
||||
const char *v;
|
||||
|
||||
nm_assert (k);
|
||||
v = nm_setting_vpn_get_data_item (s_vpn, k);
|
||||
/* update the arr array in-place. Previously it contained
|
||||
* the constant keys, now it contains the strdup'ed output text. */
|
||||
arr2[i] = g_strdup_printf ("%s = %s", k, v);
|
||||
}
|
||||
|
||||
arr = g_steal_pointer (&arr2);
|
||||
}
|
||||
goto arr_out;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
g_return_val_if_reached (NULL);
|
||||
|
||||
arr_out:
|
||||
NM_SET_OUT (out_is_default, !arr || !arr[0]);
|
||||
*out_flags |= NM_META_ACCESSOR_GET_OUT_FLAGS_STRV;
|
||||
*out_to_free = arr;
|
||||
return arr;
|
||||
}
|
||||
|
||||
const NmcMetaGenericInfo *const metagen_con_active_vpn[_NMC_GENERIC_INFO_TYPE_CON_ACTIVE_VPN_NUM + 1] = {
|
||||
#define _METAGEN_CON_ACTIVE_VPN(type, name) \
|
||||
[type] = NMC_META_GENERIC(name, .info_type = type, .get_fcn = _metagen_con_active_vpn_get_fcn)
|
||||
_METAGEN_CON_ACTIVE_VPN (NMC_GENERIC_INFO_TYPE_CON_VPN_TYPE, "TYPE"),
|
||||
_METAGEN_CON_ACTIVE_VPN (NMC_GENERIC_INFO_TYPE_CON_VPN_USERNAME, "USERNAME"),
|
||||
_METAGEN_CON_ACTIVE_VPN (NMC_GENERIC_INFO_TYPE_CON_VPN_GATEWAY, "GATEWAY"),
|
||||
_METAGEN_CON_ACTIVE_VPN (NMC_GENERIC_INFO_TYPE_CON_VPN_BANNER, "BANNER"),
|
||||
_METAGEN_CON_ACTIVE_VPN (NMC_GENERIC_INFO_TYPE_CON_VPN_VPN_STATE, "VPN-STATE"),
|
||||
_METAGEN_CON_ACTIVE_VPN (NMC_GENERIC_INFO_TYPE_CON_VPN_CFG, "CFG"),
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#define NMC_FIELDS_SETTINGS_NAMES_ALL NM_SETTING_CONNECTION_SETTING_NAME","\
|
||||
NM_SETTING_WIRED_SETTING_NAME","\
|
||||
NM_SETTING_802_1X_SETTING_NAME","\
|
||||
|
|
@ -667,24 +773,13 @@ const NmcMetaGenericInfo *const metagen_con_active_general[_NMC_GENERIC_INFO_TYP
|
|||
// NM_SETTING_DUMMY_SETTING_NAME
|
||||
// NM_SETTING_WIMAX_SETTING_NAME
|
||||
|
||||
const NmcMetaGenericInfo *const nmc_fields_con_active_details_vpn[] = {
|
||||
NMC_META_GENERIC ("GROUP"), /* 0 */
|
||||
NMC_META_GENERIC ("TYPE"), /* 1 */
|
||||
NMC_META_GENERIC ("USERNAME"), /* 2 */
|
||||
NMC_META_GENERIC ("GATEWAY"), /* 3 */
|
||||
NMC_META_GENERIC ("BANNER"), /* 4 */
|
||||
NMC_META_GENERIC ("VPN-STATE"), /* 5 */
|
||||
NMC_META_GENERIC ("CFG"), /* 6 */
|
||||
NULL,
|
||||
};
|
||||
|
||||
const NmcMetaGenericInfo *const nmc_fields_con_active_details_groups[] = {
|
||||
NMC_META_GENERIC_WITH_NESTED ("GENERAL", metagen_con_active_general), /* 0 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("IP4", metagen_ip4_config), /* 1 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("DHCP4", nmc_fields_dhcp_config + 1), /* 2 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("IP6", nmc_fields_ip6_config + 1), /* 3 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("DHCP6", nmc_fields_dhcp_config + 1), /* 4 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("VPN", nmc_fields_con_active_details_vpn + 1), /* 5 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("DHCP4", metagen_dhcp_config), /* 2 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("IP6", metagen_ip6_config), /* 3 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("DHCP6", metagen_dhcp_config), /* 4 */
|
||||
NMC_META_GENERIC_WITH_NESTED ("VPN", metagen_con_active_vpn), /* 5 */
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
|
@ -1219,19 +1314,6 @@ nmc_active_connection_state_to_color (NMActiveConnectionState state)
|
|||
return NM_META_COLOR_CONNECTION_UNKNOWN;
|
||||
}
|
||||
|
||||
typedef struct {
|
||||
char **array;
|
||||
guint32 idx;
|
||||
} FillVPNDataInfo;
|
||||
|
||||
static void
|
||||
fill_vpn_data_item (const char *key, const char *value, gpointer user_data)
|
||||
{
|
||||
FillVPNDataInfo *info = (FillVPNDataInfo *) user_data;
|
||||
|
||||
info->array[info->idx++] = g_strdup_printf ("%s = %s", key, value);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
nmc_active_connection_details (NMActiveConnection *acon, NmCli *nmc)
|
||||
{
|
||||
|
|
@ -1240,8 +1322,6 @@ nmc_active_connection_details (NMActiveConnection *acon, NmCli *nmc)
|
|||
GPtrArray *group_fields = NULL;
|
||||
int i;
|
||||
const char *fields_str = NULL;
|
||||
const NMMetaAbstractInfo *const*tmpl;
|
||||
NmcOutputField *arr;
|
||||
const char *base_hdr = _("Activate connection details");
|
||||
gboolean was_output = FALSE;
|
||||
|
||||
|
|
@ -1300,6 +1380,7 @@ nmc_active_connection_details (NMActiveConnection *acon, NmCli *nmc)
|
|||
nmc_print (&nmc->nmc_config,
|
||||
(gpointer[]) { acon, NULL },
|
||||
NULL,
|
||||
NULL,
|
||||
NMC_META_GENERIC_GROUP ("GENERAL", metagen_con_active_general, N_("GROUP")),
|
||||
f,
|
||||
NULL);
|
||||
|
|
@ -1312,7 +1393,7 @@ nmc_active_connection_details (NMActiveConnection *acon, NmCli *nmc)
|
|||
gboolean b1 = FALSE;
|
||||
NMIPConfig *cfg4 = nm_active_connection_get_ip4_config (acon);
|
||||
|
||||
b1 = print_ip4_config (cfg4, &nmc->nmc_config, group_fld);
|
||||
b1 = print_ip_config (cfg4, AF_INET, &nmc->nmc_config, group_fld);
|
||||
was_output = was_output || b1;
|
||||
}
|
||||
|
||||
|
|
@ -1321,7 +1402,7 @@ nmc_active_connection_details (NMActiveConnection *acon, NmCli *nmc)
|
|||
gboolean b1 = FALSE;
|
||||
NMDhcpConfig *dhcp4 = nm_active_connection_get_dhcp4_config (acon);
|
||||
|
||||
b1 = print_dhcp_config (dhcp4, &nmc->nmc_config, "DHCP4", group_fld);
|
||||
b1 = print_dhcp_config (dhcp4, AF_INET, &nmc->nmc_config, group_fld);
|
||||
was_output = was_output || b1;
|
||||
}
|
||||
|
||||
|
|
@ -1330,7 +1411,7 @@ nmc_active_connection_details (NMActiveConnection *acon, NmCli *nmc)
|
|||
gboolean b1 = FALSE;
|
||||
NMIPConfig *cfg6 = nm_active_connection_get_ip6_config (acon);
|
||||
|
||||
b1 = print_ip6_config (cfg6, &nmc->nmc_config, "IP6", group_fld);
|
||||
b1 = print_ip_config (cfg6, AF_INET6, &nmc->nmc_config, group_fld);
|
||||
was_output = was_output || b1;
|
||||
}
|
||||
|
||||
|
|
@ -1339,73 +1420,22 @@ nmc_active_connection_details (NMActiveConnection *acon, NmCli *nmc)
|
|||
gboolean b1 = FALSE;
|
||||
NMDhcpConfig *dhcp6 = nm_active_connection_get_dhcp6_config (acon);
|
||||
|
||||
b1 = print_dhcp_config (dhcp6, &nmc->nmc_config, "DHCP6", group_fld);
|
||||
b1 = print_dhcp_config (dhcp6, AF_INET6, &nmc->nmc_config, group_fld);
|
||||
was_output = was_output || b1;
|
||||
}
|
||||
|
||||
/* VPN */
|
||||
if (NM_IS_VPN_CONNECTION (acon) &&
|
||||
strcasecmp (nmc_fields_con_active_details_groups[group_idx]->name, nmc_fields_con_active_details_groups[5]->name) == 0) {
|
||||
NMConnection *con;
|
||||
NMSettingConnection *s_con;
|
||||
NMSettingVpn *s_vpn;
|
||||
NMVpnConnectionState vpn_state;
|
||||
char *type_str, *banner_str = NULL, *vpn_state_str;
|
||||
const char *banner;
|
||||
const char *username = NULL;
|
||||
char **vpn_data_array = NULL;
|
||||
guint32 items_num;
|
||||
NMC_OUTPUT_DATA_DEFINE_SCOPED (out);
|
||||
|
||||
con = NM_CONNECTION (nm_active_connection_get_connection (acon));
|
||||
|
||||
s_con = nm_connection_get_setting_connection (con);
|
||||
g_assert (s_con);
|
||||
|
||||
tmpl = (const NMMetaAbstractInfo *const*) nmc_fields_con_active_details_vpn;
|
||||
out_indices = parse_output_fields (group_fld,
|
||||
tmpl, FALSE, NULL, NULL);
|
||||
arr = nmc_dup_fields_array (tmpl, NMC_OF_FLAG_FIELD_NAMES);
|
||||
g_ptr_array_add (out.output_data, arr);
|
||||
|
||||
s_vpn = nm_connection_get_setting_vpn (con);
|
||||
if (s_vpn) {
|
||||
items_num = nm_setting_vpn_get_num_data_items (s_vpn);
|
||||
if (items_num > 0) {
|
||||
FillVPNDataInfo info;
|
||||
|
||||
vpn_data_array = g_new (char *, items_num + 1);
|
||||
info.array = vpn_data_array;
|
||||
info.idx = 0;
|
||||
nm_setting_vpn_foreach_data_item (s_vpn, &fill_vpn_data_item, &info);
|
||||
vpn_data_array[items_num] = NULL;
|
||||
}
|
||||
username = nm_setting_vpn_get_user_name (s_vpn);
|
||||
if (nmc_fields_con_active_details_groups[group_idx]->nested == metagen_con_active_vpn) {
|
||||
if (NM_IS_VPN_CONNECTION (acon)) {
|
||||
nmc_print (&nmc->nmc_config,
|
||||
(gpointer[]) { acon, NULL },
|
||||
NULL,
|
||||
NULL,
|
||||
NMC_META_GENERIC_GROUP ("VPN", metagen_con_active_vpn, N_("NAME")),
|
||||
group_fld,
|
||||
NULL);
|
||||
was_output = TRUE;
|
||||
}
|
||||
|
||||
type_str = get_vpn_connection_type (con);
|
||||
banner = nm_vpn_connection_get_banner (NM_VPN_CONNECTION (acon));
|
||||
if (banner)
|
||||
banner_str = g_strescape (banner, "");
|
||||
vpn_state = nm_vpn_connection_get_vpn_state (NM_VPN_CONNECTION (acon));
|
||||
vpn_state_str = g_strdup_printf ("%d - %s",
|
||||
vpn_state,
|
||||
gettext (vpn_connection_state_to_string (vpn_state)));
|
||||
|
||||
/* Add values */
|
||||
arr = nmc_dup_fields_array (tmpl, NMC_OF_FLAG_SECTION_PREFIX);
|
||||
set_val_strc (arr, 0, nmc_fields_con_active_details_groups[5]->name);
|
||||
set_val_str (arr, 1, type_str);
|
||||
set_val_strc (arr, 2, username ?: get_vpn_data_item (con, VPN_DATA_ITEM_USERNAME));
|
||||
set_val_strc (arr, 3, get_vpn_data_item (con, VPN_DATA_ITEM_GATEWAY));
|
||||
set_val_str (arr, 4, banner_str);
|
||||
set_val_str (arr, 5, vpn_state_str);
|
||||
set_val_arr (arr, 6, vpn_data_array);
|
||||
g_ptr_array_add (out.output_data, arr);
|
||||
|
||||
print_data_prepare_width (out.output_data);
|
||||
print_data (&nmc->nmc_config, out_indices, NULL, 0, &out);
|
||||
was_output = TRUE;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1957,10 +1987,11 @@ do_connections_show (NmCli *nmc, int argc, char **argv)
|
|||
g_ptr_array_add (items, NULL);
|
||||
if (!nmc_print (&nmc->nmc_config,
|
||||
items->pdata,
|
||||
NULL,
|
||||
active_only
|
||||
? _("NetworkManager active profiles")
|
||||
: _("NetworkManager connection profiles"),
|
||||
(const NMMetaAbstractInfo *const*) metagen_con_show,
|
||||
(const NMMetaAbstractInfo *const*) metagen_con_show,
|
||||
fields_str,
|
||||
&err))
|
||||
goto finish;
|
||||
|
|
@ -2412,7 +2443,7 @@ progress_active_connection_cb (gpointer user_data)
|
|||
}
|
||||
|
||||
str = device
|
||||
? nmc_device_state_to_string (nm_device_get_state (device))
|
||||
? gettext (nmc_device_state_to_string (nm_device_get_state (device)))
|
||||
: active_connection_state_to_string (ac_state);
|
||||
|
||||
nmc_terminal_show_progress (str);
|
||||
|
|
@ -6532,7 +6563,7 @@ progress_activation_editor_cb (gpointer user_data)
|
|||
ac_state = nm_active_connection_get_state (ac);
|
||||
dev_state = nm_device_get_state (device);
|
||||
|
||||
nmc_terminal_show_progress (nmc_device_state_to_string (dev_state));
|
||||
nmc_terminal_show_progress (gettext (nmc_device_state_to_string (dev_state)));
|
||||
|
||||
if ( ac_state == NM_ACTIVE_CONNECTION_STATE_ACTIVATED
|
||||
|| dev_state == NM_DEVICE_STATE_ACTIVATED) {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ NMMetaColor nmc_active_connection_state_to_color (NMActiveConnectionState state)
|
|||
|
||||
extern const NmcMetaGenericInfo *const metagen_con_show[];
|
||||
extern const NmcMetaGenericInfo *const metagen_con_active_general[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_con_active_details_vpn[];
|
||||
extern const NmcMetaGenericInfo *const metagen_con_active_vpn[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_con_active_details_groups[];
|
||||
|
||||
#endif /* NMC_CONNECTIONS_H */
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -34,13 +34,13 @@ NMDevice ** nmc_get_devices_sorted (NMClient *client);
|
|||
|
||||
NMMetaColor nmc_device_state_to_color (NMDeviceState state);
|
||||
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_status[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_show_general[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_show_connections[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_show_cap[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_show_wired_prop[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_show_wifi_prop[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_show_wimax_prop[];
|
||||
extern const NmcMetaGenericInfo *const metagen_device_status[];
|
||||
extern const NmcMetaGenericInfo *const metagen_device_detail_general[];
|
||||
extern const NmcMetaGenericInfo *const metagen_device_detail_connections[];
|
||||
extern const NmcMetaGenericInfo *const metagen_device_detail_capabilities[];
|
||||
extern const NmcMetaGenericInfo *const metagen_device_detail_wired_properties[];
|
||||
extern const NmcMetaGenericInfo *const metagen_device_detail_wifi_properties[];
|
||||
extern const NmcMetaGenericInfo *const metagen_device_detail_wimax_properties[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_wifi_list[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_wimax_list[];
|
||||
extern const NmcMetaGenericInfo *const nmc_fields_dev_show_master_prop[];
|
||||
|
|
|
|||
|
|
@ -508,6 +508,7 @@ show_nm_status (NmCli *nmc, const char *pretty_header_name, const char *print_fl
|
|||
|
||||
if (!nmc_print (&nmc->nmc_config,
|
||||
(gpointer[]) { nmc, NULL },
|
||||
NULL,
|
||||
pretty_header_name ?: N_("NetworkManager status"),
|
||||
(const NMMetaAbstractInfo *const*) metagen_general_status,
|
||||
fields_str,
|
||||
|
|
@ -565,6 +566,7 @@ print_permissions (void *user_data)
|
|||
|
||||
if (!nmc_print (&nmc->nmc_config,
|
||||
permissions,
|
||||
NULL,
|
||||
_("NetworkManager permissions"),
|
||||
(const NMMetaAbstractInfo *const*) metagen_general_permissions,
|
||||
fields_str,
|
||||
|
|
@ -657,6 +659,7 @@ show_general_logging (NmCli *nmc)
|
|||
|
||||
if (!nmc_print (&nmc->nmc_config,
|
||||
(gpointer const []) { &d, NULL },
|
||||
NULL,
|
||||
_("NetworkManager logging"),
|
||||
(const NMMetaAbstractInfo *const*) metagen_general_logging,
|
||||
fields_str,
|
||||
|
|
@ -1316,7 +1319,7 @@ do_overview (NmCli *nmc, int argc, char **argv)
|
|||
color = nmc_device_state_to_color (state);
|
||||
tmp = nmc_colorize (&nmc->nmc_config, color, "%s: %s%s%s",
|
||||
nm_device_get_iface (devices[i]),
|
||||
nmc_device_state_to_string (state),
|
||||
gettext (nmc_device_state_to_string (state)),
|
||||
ac ? " to " : "",
|
||||
ac ? nm_active_connection_get_id (ac) : "");
|
||||
g_print ("%s\n", tmp);
|
||||
|
|
|
|||
|
|
@ -189,19 +189,19 @@ complete_fields (const char *option, const char *prefix)
|
|||
h = g_hash_table_new_full (nm_str_hash, g_str_equal, g_free, NULL);
|
||||
|
||||
complete_field (h, metagen_ip4_config);
|
||||
complete_field (h, nmc_fields_dhcp_config);
|
||||
complete_field (h, nmc_fields_ip6_config);
|
||||
complete_field (h, metagen_dhcp_config);
|
||||
complete_field (h, metagen_ip6_config);
|
||||
complete_field (h, metagen_con_show);
|
||||
complete_field (h, metagen_con_active_general);
|
||||
complete_field (h, nmc_fields_con_active_details_vpn);
|
||||
complete_field (h, metagen_con_active_vpn);
|
||||
complete_field (h, nmc_fields_con_active_details_groups);
|
||||
complete_field (h, nmc_fields_dev_status);
|
||||
complete_field (h, nmc_fields_dev_show_general);
|
||||
complete_field (h, nmc_fields_dev_show_connections);
|
||||
complete_field (h, nmc_fields_dev_show_cap);
|
||||
complete_field (h, nmc_fields_dev_show_wired_prop);
|
||||
complete_field (h, nmc_fields_dev_show_wifi_prop);
|
||||
complete_field (h, nmc_fields_dev_show_wimax_prop);
|
||||
complete_field (h, metagen_device_status);
|
||||
complete_field (h, metagen_device_detail_general);
|
||||
complete_field (h, metagen_device_detail_connections);
|
||||
complete_field (h, metagen_device_detail_capabilities);
|
||||
complete_field (h, metagen_device_detail_wired_properties);
|
||||
complete_field (h, metagen_device_detail_wifi_properties);
|
||||
complete_field (h, metagen_device_detail_wimax_properties);
|
||||
complete_field (h, nmc_fields_dev_wifi_list);
|
||||
complete_field (h, nmc_fields_dev_wimax_list);
|
||||
complete_field (h, nmc_fields_dev_show_master_prop);
|
||||
|
|
|
|||
|
|
@ -814,6 +814,7 @@ setting_details (const NmcConfig *nmc_config, NMSetting *setting, const char *on
|
|||
if (!nmc_print (nmc_config,
|
||||
(gpointer[]) { setting, NULL },
|
||||
NULL,
|
||||
NULL,
|
||||
(const NMMetaAbstractInfo *const[]) { (const NMMetaAbstractInfo *) setting_info, NULL },
|
||||
fields_str,
|
||||
&error))
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ _meta_type_nmc_generic_info_get_fcn (const NMMetaAbstractInfo *abstract_info,
|
|||
const NMMetaEnvironment *environment,
|
||||
gpointer environment_user_data,
|
||||
gpointer target,
|
||||
gpointer target_data,
|
||||
NMMetaAccessorGetType get_type,
|
||||
NMMetaAccessorGetFlags get_flags,
|
||||
NMMetaAccessorGetOutFlags *out_flags,
|
||||
|
|
@ -95,7 +96,9 @@ _meta_type_nmc_generic_info_get_fcn (const NMMetaAbstractInfo *abstract_info,
|
|||
if (info->get_fcn) {
|
||||
return info->get_fcn (environment,
|
||||
environment_user_data,
|
||||
info, target,
|
||||
info,
|
||||
target,
|
||||
target_data,
|
||||
get_type,
|
||||
get_flags,
|
||||
out_flags,
|
||||
|
|
@ -954,6 +957,7 @@ _print_data_cell_clear (gpointer cell_p)
|
|||
static void
|
||||
_print_fill (const NmcConfig *nmc_config,
|
||||
gpointer const *targets,
|
||||
gpointer targets_data,
|
||||
const PrintDataCol *cols,
|
||||
guint cols_len,
|
||||
GArray **out_header_row,
|
||||
|
|
@ -1040,6 +1044,7 @@ _print_fill (const NmcConfig *nmc_config,
|
|||
nmc_meta_environment,
|
||||
nmc_meta_environment_arg,
|
||||
target,
|
||||
targets_data,
|
||||
text_get_type,
|
||||
text_get_flags,
|
||||
&text_out_flags,
|
||||
|
|
@ -1072,6 +1077,7 @@ _print_fill (const NmcConfig *nmc_config,
|
|||
nmc_meta_environment,
|
||||
nmc_meta_environment_arg,
|
||||
target,
|
||||
targets_data,
|
||||
NM_META_ACCESSOR_GET_TYPE_COLOR,
|
||||
NM_META_ACCESSOR_GET_FLAGS_NONE,
|
||||
&color_out_flags,
|
||||
|
|
@ -1320,6 +1326,7 @@ _print_do (const NmcConfig *nmc_config,
|
|||
gboolean
|
||||
nmc_print (const NmcConfig *nmc_config,
|
||||
gpointer const *targets,
|
||||
gpointer targets_data,
|
||||
const char *header_name_no_l10n,
|
||||
const NMMetaAbstractInfo *const*fields,
|
||||
const char *fields_str,
|
||||
|
|
@ -1337,6 +1344,7 @@ nmc_print (const NmcConfig *nmc_config,
|
|||
|
||||
_print_fill (nmc_config,
|
||||
targets,
|
||||
targets_data,
|
||||
&g_array_index (cols, PrintDataCol, 0),
|
||||
cols->len,
|
||||
&header_row,
|
||||
|
|
|
|||
|
|
@ -121,6 +121,9 @@ typedef enum {
|
|||
NMC_GENERIC_INFO_TYPE_IP6_CONFIG_DOMAIN,
|
||||
_NMC_GENERIC_INFO_TYPE_IP6_CONFIG_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_DHCP_CONFIG_OPTION = 0,
|
||||
_NMC_GENERIC_INFO_TYPE_DHCP_CONFIG_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_CON_SHOW_NAME = 0,
|
||||
NMC_GENERIC_INFO_TYPE_CON_SHOW_UUID,
|
||||
NMC_GENERIC_INFO_TYPE_CON_SHOW_TYPE,
|
||||
|
|
@ -152,6 +155,74 @@ typedef enum {
|
|||
NMC_GENERIC_INFO_TYPE_CON_ACTIVE_GENERAL_MASTER_PATH,
|
||||
_NMC_GENERIC_INFO_TYPE_CON_ACTIVE_GENERAL_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_CON_VPN_TYPE = 0,
|
||||
NMC_GENERIC_INFO_TYPE_CON_VPN_USERNAME,
|
||||
NMC_GENERIC_INFO_TYPE_CON_VPN_GATEWAY,
|
||||
NMC_GENERIC_INFO_TYPE_CON_VPN_BANNER,
|
||||
NMC_GENERIC_INFO_TYPE_CON_VPN_VPN_STATE,
|
||||
NMC_GENERIC_INFO_TYPE_CON_VPN_CFG,
|
||||
_NMC_GENERIC_INFO_TYPE_CON_ACTIVE_VPN_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_DEVICE = 0,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_TYPE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_STATE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_DBUS_PATH,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_CONNECTION,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_CON_UUID,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_CON_PATH,
|
||||
_NMC_GENERIC_INFO_TYPE_DEVICE_STATUS_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_DEVICE = 0,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_TYPE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_NM_TYPE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_VENDOR,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_PRODUCT,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_DRIVER,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_DRIVER_VERSION,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_FIRMWARE_VERSION,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_HWADDR,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_MTU,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_STATE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_REASON,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_UDI,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_IP_IFACE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_IS_SOFTWARE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_NM_MANAGED,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_AUTOCONNECT,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_FIRMWARE_MISSING,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_NM_PLUGIN_MISSING,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_PHYS_PORT_ID,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_CONNECTION,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_CON_UUID,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_CON_PATH,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_METERED,
|
||||
_NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_GENERAL_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CONNECTIONS_AVAILABLE_CONNECTION_PATHS = 0,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CONNECTIONS_AVAILABLE_CONNECTIONS,
|
||||
_NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CONNECTIONS_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CAPABILITIES_CARRIER_DETECT = 0,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CAPABILITIES_SPEED,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CAPABILITIES_IS_SOFTWARE,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CAPABILITIES_SRIOV,
|
||||
_NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_CAPABILITIES_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIRED_PROPERTIES_CARRIER = 0,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIRED_PROPERTIES_S390_SUBCHANNELS,
|
||||
_NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIRED_PROPERTIES_NUM,
|
||||
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_WEP = 0,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_WPA,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_WPA2,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_TKIP,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_CCMP,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_AP,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_ADHOC,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_2GHZ,
|
||||
NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_5GHZ,
|
||||
_NMC_GENERIC_INFO_TYPE_DEVICE_DETAIL_WIFI_PROPERTIES_NUM,
|
||||
|
||||
} NmcGenericInfoType;
|
||||
|
||||
#define NMC_HANDLE_COLOR(color) \
|
||||
|
|
@ -175,6 +246,7 @@ struct _NmcMetaGenericInfo {
|
|||
gpointer environment_user_data, \
|
||||
const NmcMetaGenericInfo *info, \
|
||||
gpointer target, \
|
||||
gpointer target_data, \
|
||||
NMMetaAccessorGetType get_type, \
|
||||
NMMetaAccessorGetFlags get_flags, \
|
||||
NMMetaAccessorGetOutFlags *out_flags, \
|
||||
|
|
@ -220,8 +292,19 @@ nmc_meta_generic_get_bool (gboolean val, NMMetaAccessorGetType get_type)
|
|||
return nmc_meta_generic_get_str_i18n (val ? N_("yes") : N_("no"), get_type);
|
||||
}
|
||||
|
||||
static inline const char *
|
||||
nmc_meta_generic_get_bool_onoff (gboolean val, NMMetaAccessorGetType get_type)
|
||||
{
|
||||
return nmc_meta_generic_get_str_i18n (val ? N_("on") : N_("off"), get_type);
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
NMC_META_GENERIC_GET_ENUM_TYPE_PARENTHESES,
|
||||
NMC_META_GENERIC_GET_ENUM_TYPE_DASH,
|
||||
} NmcMetaGenericGetEnumType;
|
||||
|
||||
static inline char *
|
||||
nmc_meta_generic_get_enum_with_detail (gint64 enum_val, const char *str_val, NMMetaAccessorGetType get_type)
|
||||
nmc_meta_generic_get_enum_with_detail (NmcMetaGenericGetEnumType get_enum_type, gint64 enum_val, const char *str_val, NMMetaAccessorGetType get_type)
|
||||
{
|
||||
if (!NM_IN_SET (get_type, NM_META_ACCESSOR_GET_TYPE_PRETTY,
|
||||
NM_META_ACCESSOR_GET_TYPE_PARSABLE))
|
||||
|
|
@ -232,18 +315,30 @@ nmc_meta_generic_get_enum_with_detail (gint64 enum_val, const char *str_val, NMM
|
|||
return g_strdup_printf ("%lld", (long long) enum_val);
|
||||
}
|
||||
|
||||
/* note that this function will always print "$NUM ($NICK)", also in PARSABLE
|
||||
* mode. That might not be desired, but it's done for certain properties to preserve
|
||||
* previous behavior. */
|
||||
if (get_type == NM_META_ACCESSOR_GET_TYPE_PRETTY)
|
||||
return g_strdup_printf (_("%lld (%s)"), (long long) enum_val, gettext (str_val));
|
||||
return g_strdup_printf ("%lld (%s)", (long long) enum_val, str_val);
|
||||
switch (get_enum_type) {
|
||||
case NMC_META_GENERIC_GET_ENUM_TYPE_PARENTHESES:
|
||||
/* note that this function will always print "$NUM ($NICK)", also in PARSABLE
|
||||
* mode. That might not be desired, but it's done for certain properties to preserve
|
||||
* previous behavior. */
|
||||
if (get_type == NM_META_ACCESSOR_GET_TYPE_PRETTY)
|
||||
return g_strdup_printf (_("%lld (%s)"), (long long) enum_val, gettext (str_val));
|
||||
return g_strdup_printf ("%lld (%s)", (long long) enum_val, str_val);
|
||||
case NMC_META_GENERIC_GET_ENUM_TYPE_DASH:
|
||||
/* note that this function will always print "$NUM ($NICK)", also in PARSABLE
|
||||
* mode. That might not be desired, but it's done for certain properties to preserve
|
||||
* previous behavior. */
|
||||
if (get_type == NM_META_ACCESSOR_GET_TYPE_PRETTY)
|
||||
return g_strdup_printf (_("%lld - %s"), (long long) enum_val, gettext (str_val));
|
||||
return g_strdup_printf ("%lld - %s", (long long) enum_val, str_val);
|
||||
}
|
||||
g_return_val_if_reached (NULL);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
gboolean nmc_print (const NmcConfig *nmc_config,
|
||||
gpointer const *targets,
|
||||
gpointer targets_data,
|
||||
const char *header_name_no_l10n,
|
||||
const NMMetaAbstractInfo *const*fields,
|
||||
const char *fields_str,
|
||||
|
|
|
|||
|
|
@ -256,241 +256,122 @@ nmc_bond_validate_mode (const char *mode, GError **error)
|
|||
return nmc_string_is_valid (mode, valid_modes, error);
|
||||
}
|
||||
|
||||
const char *
|
||||
nmc_device_state_to_string (NMDeviceState state)
|
||||
{
|
||||
switch (state) {
|
||||
case NM_DEVICE_STATE_UNMANAGED:
|
||||
return _("unmanaged");
|
||||
case NM_DEVICE_STATE_UNAVAILABLE:
|
||||
return _("unavailable");
|
||||
case NM_DEVICE_STATE_DISCONNECTED:
|
||||
return _("disconnected");
|
||||
case NM_DEVICE_STATE_PREPARE:
|
||||
return _("connecting (prepare)");
|
||||
case NM_DEVICE_STATE_CONFIG:
|
||||
return _("connecting (configuring)");
|
||||
case NM_DEVICE_STATE_NEED_AUTH:
|
||||
return _("connecting (need authentication)");
|
||||
case NM_DEVICE_STATE_IP_CONFIG:
|
||||
return _("connecting (getting IP configuration)");
|
||||
case NM_DEVICE_STATE_IP_CHECK:
|
||||
return _("connecting (checking IP connectivity)");
|
||||
case NM_DEVICE_STATE_SECONDARIES:
|
||||
return _("connecting (starting secondary connections)");
|
||||
case NM_DEVICE_STATE_ACTIVATED:
|
||||
return _("connected");
|
||||
case NM_DEVICE_STATE_DEACTIVATING:
|
||||
return _("deactivating");
|
||||
case NM_DEVICE_STATE_FAILED:
|
||||
return _("connection failed");
|
||||
case NM_DEVICE_STATE_UNKNOWN:
|
||||
return _("unknown");
|
||||
}
|
||||
NM_UTILS_LOOKUP_STR_DEFINE (nmc_device_state_to_string, NMDeviceState,
|
||||
NM_UTILS_LOOKUP_DEFAULT (N_("unknown")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_UNMANAGED, N_("unmanaged")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_UNAVAILABLE, N_("unavailable")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_DISCONNECTED, N_("disconnected")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_PREPARE, N_("connecting (prepare)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_CONFIG, N_("connecting (configuring)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_NEED_AUTH, N_("connecting (need authentication)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_IP_CONFIG, N_("connecting (getting IP configuration)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_IP_CHECK, N_("connecting (checking IP connectivity)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_SECONDARIES, N_("connecting (starting secondary connections)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_ACTIVATED, N_("connected")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_DEACTIVATING, N_("deactivating")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_FAILED, N_("connection failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_UNKNOWN, N_("unknown")),
|
||||
)
|
||||
|
||||
return _("unknown");
|
||||
}
|
||||
|
||||
const char *
|
||||
nmc_device_metered_to_string (NMMetered value)
|
||||
{
|
||||
switch (value) {
|
||||
case NM_METERED_YES:
|
||||
return _("yes");
|
||||
case NM_METERED_NO:
|
||||
return _("no");
|
||||
case NM_METERED_GUESS_YES:
|
||||
return _("yes (guessed)");
|
||||
case NM_METERED_GUESS_NO:
|
||||
return _("no (guessed)");
|
||||
case NM_METERED_UNKNOWN:
|
||||
return _("unknown");
|
||||
}
|
||||
|
||||
return _("unknown");
|
||||
}
|
||||
|
||||
const char *
|
||||
nmc_device_reason_to_string (NMDeviceStateReason reason)
|
||||
{
|
||||
switch (reason) {
|
||||
case NM_DEVICE_STATE_REASON_NONE:
|
||||
return _("No reason given");
|
||||
case NM_DEVICE_STATE_REASON_UNKNOWN:
|
||||
return _("Unknown error");
|
||||
case NM_DEVICE_STATE_REASON_NOW_MANAGED:
|
||||
return _("Device is now managed");
|
||||
case NM_DEVICE_STATE_REASON_NOW_UNMANAGED:
|
||||
return _("Device is now unmanaged");
|
||||
case NM_DEVICE_STATE_REASON_CONFIG_FAILED:
|
||||
return _("The device could not be readied for configuration");
|
||||
case NM_DEVICE_STATE_REASON_IP_CONFIG_UNAVAILABLE:
|
||||
return _("IP configuration could not be reserved (no available address, timeout, etc.)");
|
||||
case NM_DEVICE_STATE_REASON_IP_CONFIG_EXPIRED:
|
||||
return _("The IP configuration is no longer valid");
|
||||
case NM_DEVICE_STATE_REASON_NO_SECRETS:
|
||||
return _("Secrets were required, but not provided");
|
||||
case NM_DEVICE_STATE_REASON_SUPPLICANT_DISCONNECT:
|
||||
return _("802.1X supplicant disconnected");
|
||||
case NM_DEVICE_STATE_REASON_SUPPLICANT_CONFIG_FAILED:
|
||||
return _("802.1X supplicant configuration failed");
|
||||
case NM_DEVICE_STATE_REASON_SUPPLICANT_FAILED:
|
||||
return _("802.1X supplicant failed");
|
||||
case NM_DEVICE_STATE_REASON_SUPPLICANT_TIMEOUT:
|
||||
return _("802.1X supplicant took too long to authenticate");
|
||||
case NM_DEVICE_STATE_REASON_PPP_START_FAILED:
|
||||
return _("PPP service failed to start");
|
||||
case NM_DEVICE_STATE_REASON_PPP_DISCONNECT:
|
||||
return _("PPP service disconnected");
|
||||
case NM_DEVICE_STATE_REASON_PPP_FAILED:
|
||||
return _("PPP failed");
|
||||
case NM_DEVICE_STATE_REASON_DHCP_START_FAILED:
|
||||
return _("DHCP client failed to start");
|
||||
case NM_DEVICE_STATE_REASON_DHCP_ERROR:
|
||||
return _("DHCP client error");
|
||||
case NM_DEVICE_STATE_REASON_DHCP_FAILED:
|
||||
return _("DHCP client failed");
|
||||
case NM_DEVICE_STATE_REASON_SHARED_START_FAILED:
|
||||
return _("Shared connection service failed to start");
|
||||
case NM_DEVICE_STATE_REASON_SHARED_FAILED:
|
||||
return _("Shared connection service failed");
|
||||
case NM_DEVICE_STATE_REASON_AUTOIP_START_FAILED:
|
||||
return _("AutoIP service failed to start");
|
||||
case NM_DEVICE_STATE_REASON_AUTOIP_ERROR:
|
||||
return _("AutoIP service error");
|
||||
case NM_DEVICE_STATE_REASON_AUTOIP_FAILED:
|
||||
return _("AutoIP service failed");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_BUSY:
|
||||
return _("The line is busy");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_NO_DIAL_TONE:
|
||||
return _("No dial tone");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_NO_CARRIER:
|
||||
return _("No carrier could be established");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_DIAL_TIMEOUT:
|
||||
return _("The dialing request timed out");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_DIAL_FAILED:
|
||||
return _("The dialing attempt failed");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_INIT_FAILED:
|
||||
return _("Modem initialization failed");
|
||||
case NM_DEVICE_STATE_REASON_GSM_APN_FAILED:
|
||||
return _("Failed to select the specified APN");
|
||||
case NM_DEVICE_STATE_REASON_GSM_REGISTRATION_NOT_SEARCHING:
|
||||
return _("Not searching for networks");
|
||||
case NM_DEVICE_STATE_REASON_GSM_REGISTRATION_DENIED:
|
||||
return _("Network registration denied");
|
||||
case NM_DEVICE_STATE_REASON_GSM_REGISTRATION_TIMEOUT:
|
||||
return _("Network registration timed out");
|
||||
case NM_DEVICE_STATE_REASON_GSM_REGISTRATION_FAILED:
|
||||
return _("Failed to register with the requested network");
|
||||
case NM_DEVICE_STATE_REASON_GSM_PIN_CHECK_FAILED:
|
||||
return _("PIN check failed");
|
||||
case NM_DEVICE_STATE_REASON_FIRMWARE_MISSING:
|
||||
return _("Necessary firmware for the device may be missing");
|
||||
case NM_DEVICE_STATE_REASON_REMOVED:
|
||||
return _("The device was removed");
|
||||
case NM_DEVICE_STATE_REASON_SLEEPING:
|
||||
return _("NetworkManager went to sleep");
|
||||
case NM_DEVICE_STATE_REASON_CONNECTION_REMOVED:
|
||||
return _("The device's active connection disappeared");
|
||||
case NM_DEVICE_STATE_REASON_USER_REQUESTED:
|
||||
return _("Device disconnected by user or client");
|
||||
case NM_DEVICE_STATE_REASON_CARRIER:
|
||||
return _("Carrier/link changed");
|
||||
case NM_DEVICE_STATE_REASON_CONNECTION_ASSUMED:
|
||||
return _("The device's existing connection was assumed");
|
||||
case NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE:
|
||||
return _("The supplicant is now available");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_NOT_FOUND:
|
||||
return _("The modem could not be found");
|
||||
case NM_DEVICE_STATE_REASON_BT_FAILED:
|
||||
return _("The Bluetooth connection failed or timed out");
|
||||
case NM_DEVICE_STATE_REASON_GSM_SIM_NOT_INSERTED:
|
||||
return _("GSM Modem's SIM card not inserted");
|
||||
case NM_DEVICE_STATE_REASON_GSM_SIM_PIN_REQUIRED:
|
||||
return _("GSM Modem's SIM PIN required");
|
||||
case NM_DEVICE_STATE_REASON_GSM_SIM_PUK_REQUIRED:
|
||||
return _("GSM Modem's SIM PUK required");
|
||||
case NM_DEVICE_STATE_REASON_GSM_SIM_WRONG:
|
||||
return _("GSM Modem's SIM wrong");
|
||||
case NM_DEVICE_STATE_REASON_INFINIBAND_MODE:
|
||||
return _("InfiniBand device does not support connected mode");
|
||||
case NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED:
|
||||
return _("A dependency of the connection failed");
|
||||
case NM_DEVICE_STATE_REASON_BR2684_FAILED:
|
||||
return _("A problem with the RFC 2684 Ethernet over ADSL bridge");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE:
|
||||
return _("ModemManager is unavailable");
|
||||
case NM_DEVICE_STATE_REASON_SSID_NOT_FOUND:
|
||||
return _("The Wi-Fi network could not be found");
|
||||
case NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED:
|
||||
return _("A secondary connection of the base connection failed");
|
||||
case NM_DEVICE_STATE_REASON_DCB_FCOE_FAILED:
|
||||
return _("DCB or FCoE setup failed");
|
||||
case NM_DEVICE_STATE_REASON_TEAMD_CONTROL_FAILED:
|
||||
return _("teamd control failed");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_FAILED:
|
||||
return _("Modem failed or no longer available");
|
||||
case NM_DEVICE_STATE_REASON_MODEM_AVAILABLE:
|
||||
return _("Modem now ready and available");
|
||||
case NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT:
|
||||
return _("SIM PIN was incorrect");
|
||||
case NM_DEVICE_STATE_REASON_NEW_ACTIVATION:
|
||||
return _("New connection activation was enqueued");
|
||||
case NM_DEVICE_STATE_REASON_PARENT_CHANGED:
|
||||
return _("The device's parent changed");
|
||||
case NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED:
|
||||
return _("The device parent's management changed");
|
||||
case NM_DEVICE_STATE_REASON_OVSDB_FAILED:
|
||||
return _("OpenVSwitch database connection failed");
|
||||
case NM_DEVICE_STATE_REASON_IP_ADDRESS_DUPLICATE:
|
||||
return _("A duplicate IP address was detected");
|
||||
case NM_DEVICE_STATE_REASON_IP_METHOD_UNSUPPORTED:
|
||||
return _("The selected IP method is not supported");
|
||||
}
|
||||
NM_UTILS_LOOKUP_STR_DEFINE (nmc_device_metered_to_string, NMMetered,
|
||||
NM_UTILS_LOOKUP_DEFAULT (N_("unknown")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_METERED_YES, N_("yes")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_METERED_NO, N_("no")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_METERED_GUESS_YES, N_("yes (guessed)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_METERED_GUESS_NO, N_("no (guessed)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_METERED_UNKNOWN, N_("unknown")),
|
||||
)
|
||||
|
||||
NM_UTILS_LOOKUP_STR_DEFINE (nmc_device_reason_to_string, NMDeviceStateReason,
|
||||
/* TRANSLATORS: Unknown reason for a device state change (NMDeviceStateReason) */
|
||||
return _("Unknown");
|
||||
}
|
||||
NM_UTILS_LOOKUP_DEFAULT (N_("Unknown")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_NONE, N_("No reason given")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_UNKNOWN, N_("Unknown error")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_NOW_MANAGED, N_("Device is now managed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_NOW_UNMANAGED, N_("Device is now unmanaged")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_CONFIG_FAILED, N_("The device could not be readied for configuration")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_IP_CONFIG_UNAVAILABLE, N_("IP configuration could not be reserved (no available address, timeout, etc.)")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_IP_CONFIG_EXPIRED, N_("The IP configuration is no longer valid")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_NO_SECRETS, N_("Secrets were required, but not provided")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SUPPLICANT_DISCONNECT, N_("802.1X supplicant disconnected")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SUPPLICANT_CONFIG_FAILED, N_("802.1X supplicant configuration failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SUPPLICANT_FAILED, N_("802.1X supplicant failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SUPPLICANT_TIMEOUT, N_("802.1X supplicant took too long to authenticate")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_PPP_START_FAILED, N_("PPP service failed to start")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_PPP_DISCONNECT, N_("PPP service disconnected")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_PPP_FAILED, N_("PPP failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_DHCP_START_FAILED, N_("DHCP client failed to start")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_DHCP_ERROR, N_("DHCP client error")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_DHCP_FAILED, N_("DHCP client failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SHARED_START_FAILED, N_("Shared connection service failed to start")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SHARED_FAILED, N_("Shared connection service failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_AUTOIP_START_FAILED, N_("AutoIP service failed to start")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_AUTOIP_ERROR, N_("AutoIP service error")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_AUTOIP_FAILED, N_("AutoIP service failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_BUSY, N_("The line is busy")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_NO_DIAL_TONE, N_("No dial tone")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_NO_CARRIER, N_("No carrier could be established")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_DIAL_TIMEOUT, N_("The dialing request timed out")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_DIAL_FAILED, N_("The dialing attempt failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_INIT_FAILED, N_("Modem initialization failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_APN_FAILED, N_("Failed to select the specified APN")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_REGISTRATION_NOT_SEARCHING, N_("Not searching for networks")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_REGISTRATION_DENIED, N_("Network registration denied")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_REGISTRATION_TIMEOUT, N_("Network registration timed out")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_REGISTRATION_FAILED, N_("Failed to register with the requested network")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_PIN_CHECK_FAILED, N_("PIN check failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_FIRMWARE_MISSING, N_("Necessary firmware for the device may be missing")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_REMOVED, N_("The device was removed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SLEEPING, N_("NetworkManager went to sleep")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_CONNECTION_REMOVED, N_("The device's active connection disappeared")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_USER_REQUESTED, N_("Device disconnected by user or client")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_CARRIER, N_("Carrier/link changed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_CONNECTION_ASSUMED, N_("The device's existing connection was assumed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE, N_("The supplicant is now available")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_NOT_FOUND, N_("The modem could not be found")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_BT_FAILED, N_("The Bluetooth connection failed or timed out")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_SIM_NOT_INSERTED, N_("GSM Modem's SIM card not inserted")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_SIM_PIN_REQUIRED, N_("GSM Modem's SIM PIN required")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_SIM_PUK_REQUIRED, N_("GSM Modem's SIM PUK required")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_GSM_SIM_WRONG, N_("GSM Modem's SIM wrong")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_INFINIBAND_MODE, N_("InfiniBand device does not support connected mode")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED, N_("A dependency of the connection failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_BR2684_FAILED, N_("A problem with the RFC 2684 Ethernet over ADSL bridge")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE, N_("ModemManager is unavailable")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SSID_NOT_FOUND, N_("The Wi-Fi network could not be found")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED, N_("A secondary connection of the base connection failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_DCB_FCOE_FAILED, N_("DCB or FCoE setup failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_TEAMD_CONTROL_FAILED, N_("teamd control failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_FAILED, N_("Modem failed or no longer available")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_MODEM_AVAILABLE, N_("Modem now ready and available")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT, N_("SIM PIN was incorrect")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_NEW_ACTIVATION, N_("New connection activation was enqueued")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_PARENT_CHANGED, N_("The device's parent changed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED, N_("The device parent's management changed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_OVSDB_FAILED, N_("OpenVSwitch database connection failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_IP_ADDRESS_DUPLICATE, N_("A duplicate IP address was detected")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_DEVICE_STATE_REASON_IP_METHOD_UNSUPPORTED, N_("The selected IP method is not supported")),
|
||||
)
|
||||
|
||||
const char *
|
||||
nm_active_connection_state_reason_to_string (NMActiveConnectionStateReason reason)
|
||||
{
|
||||
switch (reason) {
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_UNKNOWN:
|
||||
return _("Unknown reason");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_NONE:
|
||||
return _("The connection was disconnected");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_USER_DISCONNECTED:
|
||||
return _("Disconnected by user");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_DISCONNECTED:
|
||||
return _("The base network connection was interrupted");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_STOPPED:
|
||||
return _("The VPN service stopped unexpectedly");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_IP_CONFIG_INVALID:
|
||||
return _("The VPN service returned invalid configuration");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_CONNECT_TIMEOUT:
|
||||
return _("The connection attempt timed out");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_START_TIMEOUT:
|
||||
return _("The VPN service did not start in time");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_START_FAILED:
|
||||
return _("The VPN service failed to start");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_NO_SECRETS:
|
||||
return _("No valid secrets");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_LOGIN_FAILED:
|
||||
return _("Invalid secrets");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_CONNECTION_REMOVED:
|
||||
return _("The connection was removed");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_DEPENDENCY_FAILED:
|
||||
return _("Master connection failed");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_REALIZE_FAILED:
|
||||
return _("Could not create a software link");
|
||||
case NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_REMOVED:
|
||||
return _("The device disappeared");
|
||||
default:
|
||||
/* TRANSLATORS: Unknown reason for a connection state change (NMActiveConnectionStateReason) */
|
||||
return _("Unknown");
|
||||
}
|
||||
}
|
||||
NM_UTILS_LOOKUP_STR_DEFINE (nm_active_connection_state_reason_to_string, NMActiveConnectionStateReason,
|
||||
/* TRANSLATORS: Unknown reason for a connection state change (NMActiveConnectionStateReason) */
|
||||
NM_UTILS_LOOKUP_DEFAULT (N_("Unknown")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_UNKNOWN, N_("Unknown reason")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_NONE, N_("The connection was disconnected")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_USER_DISCONNECTED, N_("Disconnected by user")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_DISCONNECTED, N_("The base network connection was interrupted")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_STOPPED, N_("The VPN service stopped unexpectedly")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_IP_CONFIG_INVALID, N_("The VPN service returned invalid configuration")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_CONNECT_TIMEOUT, N_("The connection attempt timed out")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_START_TIMEOUT, N_("The VPN service did not start in time")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_SERVICE_START_FAILED, N_("The VPN service failed to start")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_NO_SECRETS, N_("No valid secrets")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_LOGIN_FAILED, N_("Invalid secrets")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_CONNECTION_REMOVED, N_("The connection was removed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_DEPENDENCY_FAILED, N_("Master connection failed")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_REALIZE_FAILED, N_("Could not create a software link")),
|
||||
NM_UTILS_LOOKUP_ITEM (NM_ACTIVE_CONNECTION_STATE_REASON_DEVICE_REMOVED, N_("The device disappeared")),
|
||||
)
|
||||
|
||||
NMActiveConnectionState
|
||||
nmc_activation_get_effective_state (NMActiveConnection *active,
|
||||
|
|
@ -524,14 +405,14 @@ nmc_activation_get_effective_state (NMActiveConnection *active,
|
|||
* - or, @ac_reason is specific
|
||||
* - or, @device no longer references the current @active
|
||||
* >> we complete with @ac_reason. */
|
||||
*reason = nm_active_connection_state_reason_to_string (ac_reason);
|
||||
*reason = gettext (nm_active_connection_state_reason_to_string (ac_reason));
|
||||
} else if ( dev_state <= NM_DEVICE_STATE_DISCONNECTED
|
||||
|| dev_state >= NM_DEVICE_STATE_FAILED) {
|
||||
/* (2)
|
||||
* - not (1)
|
||||
* - and, the device is no longer in an activated state,
|
||||
* >> we complete with @dev_reason. */
|
||||
*reason = nmc_device_reason_to_string (dev_reason);
|
||||
*reason = gettext (nmc_device_reason_to_string (dev_reason));
|
||||
} else {
|
||||
/* (3)
|
||||
* we wait for the device go disconnect. We will get a better
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ nm_meta_abstract_info_get (const NMMetaAbstractInfo *abstract_info,
|
|||
const NMMetaEnvironment *environment,
|
||||
gpointer environment_user_data,
|
||||
gpointer target,
|
||||
gpointer target_data,
|
||||
NMMetaAccessorGetType get_type,
|
||||
NMMetaAccessorGetFlags get_flags,
|
||||
NMMetaAccessorGetOutFlags *out_flags,
|
||||
|
|
@ -250,6 +251,7 @@ nm_meta_abstract_info_get (const NMMetaAbstractInfo *abstract_info,
|
|||
environment,
|
||||
environment_user_data,
|
||||
target,
|
||||
target_data,
|
||||
get_type,
|
||||
get_flags,
|
||||
out_flags,
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ gconstpointer nm_meta_abstract_info_get (const NMMetaAbstractInfo *abstract_info
|
|||
const NMMetaEnvironment *environment,
|
||||
gpointer environment_user_data,
|
||||
gpointer target,
|
||||
gpointer target_data,
|
||||
NMMetaAccessorGetType get_type,
|
||||
NMMetaAccessorGetFlags get_flags,
|
||||
NMMetaAccessorGetOutFlags *out_flags,
|
||||
|
|
|
|||
|
|
@ -8007,6 +8007,7 @@ _meta_type_setting_info_editor_get_fcn (const NMMetaAbstractInfo *abstract_info,
|
|||
const NMMetaEnvironment *environment,
|
||||
gpointer environment_user_data,
|
||||
gpointer target,
|
||||
gpointer target_data,
|
||||
NMMetaAccessorGetType get_type,
|
||||
NMMetaAccessorGetFlags get_flags,
|
||||
NMMetaAccessorGetOutFlags *out_flags,
|
||||
|
|
@ -8017,6 +8018,7 @@ _meta_type_setting_info_editor_get_fcn (const NMMetaAbstractInfo *abstract_info,
|
|||
|
||||
nm_assert (!out_to_free || !*out_to_free);
|
||||
nm_assert (out_flags && !*out_flags);
|
||||
nm_assert (!target_data);
|
||||
|
||||
if (!NM_IN_SET (get_type,
|
||||
NM_META_ACCESSOR_GET_TYPE_PARSABLE,
|
||||
|
|
@ -8033,6 +8035,7 @@ _meta_type_property_info_get_fcn (const NMMetaAbstractInfo *abstract_info,
|
|||
const NMMetaEnvironment *environment,
|
||||
gpointer environment_user_data,
|
||||
gpointer target,
|
||||
gpointer target_data,
|
||||
NMMetaAccessorGetType get_type,
|
||||
NMMetaAccessorGetFlags get_flags,
|
||||
NMMetaAccessorGetOutFlags *out_flags,
|
||||
|
|
|
|||
|
|
@ -359,6 +359,7 @@ struct _NMMetaType {
|
|||
const NMMetaEnvironment *environment,
|
||||
gpointer environment_user_data,
|
||||
gpointer target,
|
||||
gpointer target_data,
|
||||
NMMetaAccessorGetType get_type,
|
||||
NMMetaAccessorGetFlags get_flags,
|
||||
NMMetaAccessorGetOutFlags *out_flags,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:857:test_003()/30
|
|||
cmd: $NMCLI -f ALL dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3239 bytes
|
||||
stdout: 3250 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:857:test_003()/31
|
|||
cmd: $NMCLI -f ALL dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3262 bytes
|
||||
stdout: 3273 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:860:test_003()/32
|
|||
cmd: $NMCLI -f ALL -t dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2011 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:860:test_003()/33
|
|||
cmd: $NMCLI -f ALL -t dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2034 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:857:test_003()/53
|
|||
cmd: $NMCLI -f ALL dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3239 bytes
|
||||
stdout: 3250 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:857:test_003()/54
|
|||
cmd: $NMCLI -f ALL dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3262 bytes
|
||||
stdout: 3273 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:860:test_003()/55
|
|||
cmd: $NMCLI -f ALL -t dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2011 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:860:test_003()/56
|
|||
cmd: $NMCLI -f ALL -t dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2034 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/65
|
|||
cmd: $NMCLI -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3239 bytes
|
||||
stdout: 3250 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/66
|
|||
cmd: $NMCLI -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3262 bytes
|
||||
stdout: 3273 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/75
|
|||
cmd: $NMCLI --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3239 bytes
|
||||
stdout: 3250 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/76
|
|||
cmd: $NMCLI --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3262 bytes
|
||||
stdout: 3273 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/85
|
|||
cmd: $NMCLI --pretty -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4090 bytes
|
||||
stdout: 4101 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/86
|
|||
cmd: $NMCLI --pretty -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4119 bytes
|
||||
stdout: 4130 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/95
|
|||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4090 bytes
|
||||
stdout: 4101 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/96
|
|||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4119 bytes
|
||||
stdout: 4130 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/105
|
|||
cmd: $NMCLI --terse -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2011 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/106
|
|||
cmd: $NMCLI --terse -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2034 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/115
|
|||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2011 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/116
|
|||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2034 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/125
|
|||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2721 bytes
|
||||
stdout: 2743 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/126
|
|||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2742 bytes
|
||||
stdout: 2764 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/135
|
|||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2721 bytes
|
||||
stdout: 2743 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/136
|
|||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2742 bytes
|
||||
stdout: 2764 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/145
|
|||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4162 bytes
|
||||
stdout: 4195 bytes
|
||||
>>>
|
||||
=========================
|
||||
Device details (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/146
|
|||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4220 bytes
|
||||
stdout: 4253 bytes
|
||||
>>>
|
||||
==================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/155
|
|||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4162 bytes
|
||||
stdout: 4195 bytes
|
||||
>>>
|
||||
=========================
|
||||
Device details (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/156
|
|||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4220 bytes
|
||||
stdout: 4253 bytes
|
||||
>>>
|
||||
==================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/165
|
|||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1176 bytes
|
||||
stdout: 1187 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
|
|
@ -11,7 +11,7 @@ IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348
|
|||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@ location: clients/tests/test-client.py:887:test_003()/166
|
|||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 1199 bytes
|
||||
stdout: 1187 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (niedostępne):0 (Nie podano przyczyny):/sys/devices/virtual/eth0::nie:tak:tak:nie:nie::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:nieznane
|
||||
CAPABILITIES:nie:100 Mb/s:nie:nie
|
||||
WIRED-PROPERTIES:wyłączone:
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
WIRED-PROPERTIES:off:
|
||||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/175
|
|||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1176 bytes
|
||||
stdout: 1187 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
|
|
@ -11,7 +11,7 @@ IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348
|
|||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@ location: clients/tests/test-client.py:887:test_003()/176
|
|||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 1199 bytes
|
||||
stdout: 1187 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (niedostępne):0 (Nie podano przyczyny):/sys/devices/virtual/eth0::nie:tak:tak:nie:nie::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:nieznane
|
||||
CAPABILITIES:nie:100 Mb/s:nie:nie
|
||||
WIRED-PROPERTIES:wyłączone:
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
WIRED-PROPERTIES:off:
|
||||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/185
|
|||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3239 bytes
|
||||
stdout: 3250 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/186
|
|||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3262 bytes
|
||||
stdout: 3273 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/195
|
|||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3239 bytes
|
||||
stdout: 3250 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/196
|
|||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3262 bytes
|
||||
stdout: 3273 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/205
|
|||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4090 bytes
|
||||
stdout: 4101 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/206
|
|||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4119 bytes
|
||||
stdout: 4130 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/215
|
|||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4090 bytes
|
||||
stdout: 4101 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/216
|
|||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4119 bytes
|
||||
stdout: 4130 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,9 +65,9 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/225
|
|||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2011 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/226
|
|||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2034 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/235
|
|||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2011 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/236
|
|||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2034 bytes
|
||||
stdout: 2022 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,9 +55,9 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/245
|
|||
cmd: $NMCLI -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3207 bytes
|
||||
stdout: 3270 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/246
|
|||
cmd: $NMCLI -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3230 bytes
|
||||
stdout: 3293 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/255
|
|||
cmd: $NMCLI --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3207 bytes
|
||||
stdout: 3270 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/256
|
|||
cmd: $NMCLI --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3230 bytes
|
||||
stdout: 3293 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/265
|
|||
cmd: $NMCLI --pretty -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4058 bytes
|
||||
stdout: 4121 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/266
|
|||
cmd: $NMCLI --pretty -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4087 bytes
|
||||
stdout: 4150 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/275
|
|||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4058 bytes
|
||||
stdout: 4121 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/276
|
|||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4087 bytes
|
||||
stdout: 4150 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/285
|
|||
cmd: $NMCLI --terse -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1979 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/286
|
|||
cmd: $NMCLI --terse -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2002 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/295
|
|||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1979 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/296
|
|||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2002 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/305
|
|||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2657 bytes
|
||||
stdout: 2783 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/306
|
|||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2678 bytes
|
||||
stdout: 2804 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/315
|
|||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 2657 bytes
|
||||
stdout: 2783 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/316
|
|||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2678 bytes
|
||||
stdout: 2804 bytes
|
||||
>>>
|
||||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||||
|
|
@ -25,8 +25,8 @@ IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a:
|
|||
GROUP OPTION
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/325
|
|||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4066 bytes
|
||||
stdout: 4255 bytes
|
||||
>>>
|
||||
=========================
|
||||
Device details (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/326
|
|||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4124 bytes
|
||||
stdout: 4313 bytes
|
||||
>>>
|
||||
==================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/335
|
|||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4066 bytes
|
||||
stdout: 4255 bytes
|
||||
>>>
|
||||
=========================
|
||||
Device details (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/336
|
|||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4124 bytes
|
||||
stdout: 4313 bytes
|
||||
>>>
|
||||
==================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -35,9 +35,9 @@ GROUP OPTION
|
|||
--------------------------------------------------------------------------------------------------
|
||||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/{2,1,3} UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/345
|
|||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1144 bytes
|
||||
stdout: 1207 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
|
|
@ -11,7 +11,7 @@ IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348
|
|||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@ location: clients/tests/test-client.py:887:test_003()/346
|
|||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 1167 bytes
|
||||
stdout: 1207 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (niedostępne):0 (Nie podano przyczyny):/sys/devices/virtual/eth0::nie:tak:tak:nie:nie::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:nieznane
|
||||
CAPABILITIES:nie:100 Mb/s:nie:nie
|
||||
WIRED-PROPERTIES:wyłączone:
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
WIRED-PROPERTIES:off:
|
||||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/355
|
|||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1144 bytes
|
||||
stdout: 1207 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
|
|
@ -11,7 +11,7 @@ IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348
|
|||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@ location: clients/tests/test-client.py:887:test_003()/356
|
|||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 1167 bytes
|
||||
stdout: 1207 bytes
|
||||
>>>
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (niedostępne):0 (Nie podano przyczyny):/sys/devices/virtual/eth0::nie:tak:tak:nie:nie::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:nieznane
|
||||
CAPABILITIES:nie:100 Mb/s:nie:nie
|
||||
WIRED-PROPERTIES:wyłączone:
|
||||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||||
CAPABILITIES:no:100 Mb/s:no:no
|
||||
WIRED-PROPERTIES:off:
|
||||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||||
DHCP4:
|
||||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/{2,1,3}:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | (null) | (null)
|
||||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/365
|
|||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3207 bytes
|
||||
stdout: 3270 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/366
|
|||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3230 bytes
|
||||
stdout: 3293 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/375
|
|||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 3207 bytes
|
||||
stdout: 3270 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/376
|
|||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 3230 bytes
|
||||
stdout: 3293 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: eth0
|
||||
GENERAL.TYPE: ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/385
|
|||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4058 bytes
|
||||
stdout: 4121 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/386
|
|||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4087 bytes
|
||||
stdout: 4150 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/395
|
|||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4058 bytes
|
||||
stdout: 4121 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Device details (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/396
|
|||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4087 bytes
|
||||
stdout: 4150 bytes
|
||||
>>>
|
||||
===============================================================================
|
||||
Informacje o urządzeniu (eth0)
|
||||
|
|
@ -65,10 +65,10 @@ DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||||
-------------------------------------------------------------------------------
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: (null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/405
|
|||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1979 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/406
|
|||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2002 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/415
|
|||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 1979 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:887:test_003()/416
|
|||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2002 bytes
|
||||
stdout: 2042 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:eth0
|
||||
GENERAL.TYPE:ethernet
|
||||
|
|
@ -14,25 +14,25 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:ethernet
|
||||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||||
GENERAL.METERED:nieznane
|
||||
CAPABILITIES.CARRIER-DETECT:nie
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:nie
|
||||
CAPABILITIES.SRIOV:nie
|
||||
WIRED-PROPERTIES.CARRIER:wyłączone
|
||||
GENERAL.METERED:unknown
|
||||
CAPABILITIES.CARRIER-DETECT:no
|
||||
CAPABILITIES.SPEED:100 Mb/s
|
||||
CAPABILITIES.IS-SOFTWARE:no
|
||||
CAPABILITIES.SRIOV:no
|
||||
WIRED-PROPERTIES.CARRIER:off
|
||||
IP4.ADDRESS[1]:192.168.6.238/29
|
||||
IP4.GATEWAY:
|
||||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||||
|
|
@ -55,10 +55,10 @@ DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
|||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/{2,1,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:(null) | (null)
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:939:test_004()/26
|
|||
cmd: $NMCLI -t con s con-vpn-1
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 2136 bytes
|
||||
stdout: 2131 bytes
|
||||
>>>
|
||||
connection.id:con-vpn-1
|
||||
connection.uuid:UUID-con-vpn-1-REPLACED-REPLACED-REP
|
||||
|
|
@ -91,7 +91,7 @@ VPN.TYPE:openvpn
|
|||
VPN.USERNAME:
|
||||
VPN.GATEWAY:
|
||||
VPN.BANNER:*** VPN connection con-vpn-1 ***
|
||||
VPN.VPN-STATE:5 - Połączono z VPN
|
||||
VPN.VPN-STATE:5 - VPN connected
|
||||
VPN.CFG[1]:key1 = val1
|
||||
VPN.CFG[2]:key2 = val2
|
||||
VPN.CFG[3]:key3 = val3
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:957:test_004()/35
|
|||
cmd: $NMCLI -f all dev show wlan0
|
||||
lang: C
|
||||
returncode: 0
|
||||
stdout: 4600 bytes
|
||||
stdout: 4611 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: wlan0
|
||||
GENERAL.TYPE: wifi
|
||||
|
|
@ -91,7 +91,7 @@ DHCP6.OPTION[2]: dhcp-6-opt-2 = val-2
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-3 = val-3
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-4 = val-4
|
||||
DHCP6.OPTION[5]: dhcp-6-opt-5 = val-5
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2}
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{2}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:957:test_004()/36
|
|||
cmd: $NMCLI -f all dev show wlan0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 4643 bytes
|
||||
stdout: 4654 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE: wlan0
|
||||
GENERAL.TYPE: wifi
|
||||
|
|
@ -91,7 +91,7 @@ DHCP6.OPTION[2]: dhcp-6-opt-2 = val-2
|
|||
DHCP6.OPTION[3]: dhcp-6-opt-3 = val-3
|
||||
DHCP6.OPTION[4]: dhcp-6-opt-4 = val-4
|
||||
DHCP6.OPTION[5]: dhcp-6-opt-5 = val-5
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{2}
|
||||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{2}
|
||||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||||
|
||||
<<<
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ location: clients/tests/test-client.py:963:test_004()/40
|
|||
cmd: $NMCLI -f GENERAL,GENERAL.HWADDR,WIFI-PROPERTIES -t dev show wlan0
|
||||
lang: pl_PL.UTF-8
|
||||
returncode: 0
|
||||
stdout: 943 bytes
|
||||
stdout: 931 bytes
|
||||
>>>
|
||||
GENERAL.DEVICE:wlan0
|
||||
GENERAL.TYPE:wifi
|
||||
|
|
@ -14,30 +14,30 @@ GENERAL.DRIVER-VERSION:
|
|||
GENERAL.FIRMWARE-VERSION:
|
||||
GENERAL.HWADDR:13:E0:74:85:7C:D9
|
||||
GENERAL.MTU:0
|
||||
GENERAL.STATE:20 (niedostępne)
|
||||
GENERAL.REASON:0 (Nie podano przyczyny)
|
||||
GENERAL.STATE:20 (unavailable)
|
||||
GENERAL.REASON:0 (No reason given)
|
||||
GENERAL.UDI:/sys/devices/virtual/wlan0
|
||||
GENERAL.IP-IFACE:
|
||||
GENERAL.IS-SOFTWARE:nie
|
||||
GENERAL.NM-MANAGED:tak
|
||||
GENERAL.AUTOCONNECT:tak
|
||||
GENERAL.FIRMWARE-MISSING:nie
|
||||
GENERAL.NM-PLUGIN-MISSING:nie
|
||||
GENERAL.IS-SOFTWARE:no
|
||||
GENERAL.NM-MANAGED:yes
|
||||
GENERAL.AUTOCONNECT:yes
|
||||
GENERAL.FIRMWARE-MISSING:no
|
||||
GENERAL.NM-PLUGIN-MISSING:no
|
||||
GENERAL.PHYS-PORT-ID:
|
||||
GENERAL.CONNECTION:con-vpn-1
|
||||
GENERAL.CON-UUID:UUID-con-vpn-1-REPLACED-REPLACED-REP
|
||||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||||
GENERAL.METERED:nieznane
|
||||
GENERAL.METERED:unknown
|
||||
GENERAL.HWADDR:13:E0:74:85:7C:D9
|
||||
WIFI-PROPERTIES.WEP:tak
|
||||
WIFI-PROPERTIES.WPA:tak
|
||||
WIFI-PROPERTIES.WPA2:tak
|
||||
WIFI-PROPERTIES.TKIP:tak
|
||||
WIFI-PROPERTIES.CCMP:tak
|
||||
WIFI-PROPERTIES.AP:tak
|
||||
WIFI-PROPERTIES.ADHOC:tak
|
||||
WIFI-PROPERTIES.2GHZ:nieznane
|
||||
WIFI-PROPERTIES.5GHZ:nieznane
|
||||
WIFI-PROPERTIES.WEP:yes
|
||||
WIFI-PROPERTIES.WPA:yes
|
||||
WIFI-PROPERTIES.WPA2:yes
|
||||
WIFI-PROPERTIES.TKIP:yes
|
||||
WIFI-PROPERTIES.CCMP:yes
|
||||
WIFI-PROPERTIES.AP:yes
|
||||
WIFI-PROPERTIES.ADHOC:yes
|
||||
WIFI-PROPERTIES.2GHZ:unknown
|
||||
WIFI-PROPERTIES.5GHZ:unknown
|
||||
|
||||
<<<
|
||||
stderr: 0 bytes
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue