From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the “port” property of the setting the “speed” property of the setting the “duplex” property of the setting the “auto-negotiate” property of the setting the “mac-address” property of the setting Since 0.9.10 Since: 0.9.10 the blacklisted MAC address string (hex-digits-and-colons notation)
at index Since 0.9.10 Since: 0.9.10 Since 0.9.10 Since: 0.9.10 Since 0.9.10 Since: 0.9.10 Since 0.9.10 Since: 0.9.10 Since 0.9.10 Since: 0.9.10 the “mtu” property of the settingvoi
@@ -434,7 +433,6 @@ nm_setting_wired_get_port (
Returns
@@ -460,7 +458,6 @@ nm_setting_wired_get_speed (
Returns
@@ -486,7 +483,6 @@ nm_setting_wired_get_duplex (
Returns
@@ -512,7 +508,6 @@ nm_setting_wired_get_auto_negotiate (
Returns
@@ -538,7 +533,6 @@ nm_setting_wired_get_mac_address (
Returns
@@ -565,7 +559,6 @@ nm_setting_wired_get_cloned_mac_address
@@ -620,9 +613,8 @@ nm_setting_wired_get_num_mac_blacklist_items
-
idx
Returns
TRUE if the MAC address was added; FALSE if the MAC address
is invalid or was already present
Returns
@@ -877,7 +865,6 @@ of 'qeth', 'lcs', or 'ctc'.
the number of s390-specific device options
- TRUE on success if the index was valid and an option was found,
FALSE if the index was invalid (ie, greater than the number of options
currently held by the setting)
the value, or NULL if the key/value pair was never added to the
setting; the value is owned by the setting and must not be modified
TRUE if the option was valid and was added to the internal option
list, FALSE if it was not.
TRUE if the option was found and removed from the internal option
list, FALSE if it was not.
a NULL-terminated array of strings of valid s390 options.
[transfer none]
-Since 0.9.10
+Since: 0.9.10
#define NM_SETTING_WIRED_SETTING_NAME "802-3-ethernet"-
-
#define NM_SETTING_WIRED_ERROR nm_setting_wired_error_quark ()-
-
#define NM_SETTING_WIRED_CLONED_MAC_ADDRESS "cloned-mac-address"-
-
#define NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST "mac-address-blacklist"-
-
“auto-negotiate” property “auto-negotiate” gboolean
-
+If TRUE, allow auto-negotiation of port speed and duplex mode. If
+FALSE, do not allow auto-negotiation, in which case the "speed" and
+"duplex" properties should be set.
Flags: Read / Write / Construct
Default value: TRUE
“cloned-mac-address” property “cloned-mac-address” GArray_guchar_ *
-
+If specified, request that the device use this MAC address instead of its +permanent MAC address. This is known as MAC cloning or spoofing.
Flags: Read / Write
“duplex” property “duplex” gchar *
-
+If specified, request that the device only use the specified duplex mode. +Either "half" or "full".
Flags: Read / Write
Default value: NULL
“mac-address” property “mac-address” GArray_guchar_ *
-
+If specified, this connection will only apply to the Ethernet device +whose permanent MAC address matches. This property does not change the +MAC address of the device (i.e. MAC spoofing).
Flags: Read / Write
“mac-address-blacklist” property “mac-address-blacklist” GSList_gchararray_ *
-
+If specified, this connection will never apply to the Ethernet device +whose permanent MAC address matches an address in the list. Each MAC +address is in the standard hex-digits-and-colons notation +(00:11:22:33:44:55).
Flags: Read / Write
“mtu” property “mtu” guint
-
+If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple Ethernet frames.
Flags: Read / Write / Construct
Default value: 0
“port” property “port” gchar *
-
+Specific port type to use if multiple the device supports multiple +attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit +Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface. +If the device supports only one port type, this setting is ignored.
Flags: Read / Write
Default value: NULL
“s390-nettype” property “s390-nettype” gchar *
-
+s390 network device type; one of "qeth", "lcs", or "ctc", representing +the different types of virtual network devices available on s390 systems.
Flags: Read / Write
Default value: NULL
“s390-options” property “s390-options” GHashTable_gchararray+gchararray_*
-
+Dictionary of key/value pairs of s390-specific device options. Both keys +and values must be strings. Allowed keys include "portno", "layer2", +"portname", "protocol", among others. Key names must contain only +alphanumeric characters (ie, [a-zA-Z0-9]).
Flags: Read / Write
“s390-subchannels” property “s390-subchannels” GPtrArray_gchararray_ *
-
+Identifies specific subchannels that this network device uses for +communication with z/VM or s390 host. Like the +“mac-address” property for non-z/VM devices, this property +can be used to ensure this connection only applies to the network device +that uses these subchannels. The list should contain exactly 3 strings, +and each string may only be composed of hexadecimal characters and the +period (.) character.
Flags: Read / Write