From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl
“s390-options” property“s390-options” GHashTable *+
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]).
+Type: GHashTable(utf8,utf8)
Flags: Read / Write
GFlags
╰── NMSettingWiredWakeOnLan
- GObject
+ GObject
╰── NMSetting
╰── NMSettingWired
@@ -464,7 +464,7 @@ nm_setting_wired_get_port (
nm_setting_wired_get_speed ()
-guint32
+guint32
nm_setting_wired_get_speed (NMSettingWired *setting);
Parameters
@@ -514,7 +514,7 @@ nm_setting_wired_get_duplex (
nm_setting_wired_get_auto_negotiate ()
-gboolean
+gboolean
nm_setting_wired_get_auto_negotiate (NMSettingWired *setting);
Parameters
@@ -643,7 +643,7 @@ nm_setting_wired_get_mac_address_blacklist
nm_setting_wired_get_num_mac_blacklist_items ()
-guint32
+guint32
nm_setting_wired_get_num_mac_blacklist_items
(NMSettingWired *setting);
@@ -672,7 +672,7 @@ nm_setting_wired_get_num_mac_blacklist_items
const char *
nm_setting_wired_get_mac_blacklist_item
(NMSettingWired *setting,
- guint32 idx);
+ guint32 idx);
Parameters
@@ -705,7 +705,7 @@ at index idx
nm_setting_wired_add_mac_blacklist_item ()
-gboolean
+gboolean
nm_setting_wired_add_mac_blacklist_item
(NMSettingWired *setting,
const char *mac);
@@ -734,7 +734,7 @@ nm_setting_wired_add_mac_blacklist_item
Returns
- TRUE if the MAC address was added; FALSE if the MAC address
+
TRUE if the MAC address was added; FALSE if the MAC address
is invalid or was already present
@@ -744,7 +744,7 @@ is invalid or was already present
void
nm_setting_wired_remove_mac_blacklist_item
(NMSettingWired *setting,
- guint32 idx);
+ guint32 idx);
Removes the MAC address at index idx
from the blacklist.
@@ -773,7 +773,7 @@ nm_setting_wired_remove_mac_blacklist_item
nm_setting_wired_remove_mac_blacklist_item_by_value ()
-gboolean
+gboolean
nm_setting_wired_remove_mac_blacklist_item_by_value
(NMSettingWired *setting,
const char *mac);
@@ -804,7 +804,7 @@ the blacklist
@@ -833,7 +833,7 @@ nm_setting_wired_clear_mac_blacklist_items
nm_setting_wired_get_mtu ()
-guint32
+guint32
nm_setting_wired_get_mtu (NMSettingWired *setting);
Parameters
@@ -915,7 +915,7 @@ of 'qeth', 'lcs', or 'ctc'.
nm_setting_wired_get_num_s390_options ()
-guint32
+guint32
nm_setting_wired_get_num_s390_options (NMSettingWired *setting);
Returns the number of s390-specific options that should be set for this
device when it is activated. This can be used to retrieve each s390
@@ -943,9 +943,9 @@ option individually using
nm_setting_wired_get_s390_option ()
-gboolean
+gboolean
nm_setting_wired_get_s390_option (NMSettingWired *setting,
- guint32 idx,
+ guint32 idx,
const char **out_key,
const char **out_value);
Given an index, return the value of the s390 option at that index. indexes
@@ -991,8 +991,8 @@ modified.
Returns
- 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
+
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)
@@ -1030,14 +1030,14 @@ nm_setting_wired_get_s390_option_by_key
Returns
- the value, or NULL if the key/value pair was never added to the
+
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
nm_setting_wired_add_s390_option ()
-gboolean
+gboolean
nm_setting_wired_add_s390_option (NMSettingWired *setting,
const char *key,
const char *value);
@@ -1074,14 +1074,14 @@ may already exist.
Returns
- TRUE if the option was valid and was added to the internal option
-list, FALSE if it was not.
+ TRUE if the option was valid and was added to the internal option
+list, FALSE if it was not.
nm_setting_wired_remove_s390_option ()
-gboolean
+gboolean
nm_setting_wired_remove_s390_option (NMSettingWired *setting,
const char *key);
Remove the s390-specific option referenced by key
@@ -1111,8 +1111,8 @@ list.
Returns
- TRUE if the option was found and removed from 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.
@@ -1123,7 +1123,7 @@ nm_setting_wired_get_valid_s390_options
(NMSettingWired *setting);
Returns a list of valid s390 options.
The setting
- argument is unused and NULL may be passed instead.
+ argument is unused and NULL may be passed instead.
Parameters
@@ -1141,7 +1141,7 @@ nm_setting_wired_get_valid_s390_options
Returns
-a NULL-terminated array of strings of valid s390 options.
+a NULL-terminated array of strings of valid s390 options.
[transfer none]
@@ -1197,7 +1197,7 @@ nm_setting_wired_get_wake_on_lan_password
Returns
- the Wake-on-LAN setting password, or NULL if there is no password.
+ the Wake-on-LAN setting password, or NULL if there is no password.
Since: 1.2
@@ -1410,9 +1410,9 @@ are supported by all devices.
Property Details
The “auto-negotiate” property
- “auto-negotiate” gboolean
-If TRUE, enforce auto-negotiation of port speed and duplex mode. If
-FALSE, "speed" and "duplex" properties should be both set or link configuration
+
“auto-negotiate” gboolean
+If TRUE, enforce auto-negotiation of port speed and duplex mode. If
+FALSE, "speed" and "duplex" properties should be both set or link configuration
will be skipped.
Flags: Read / Write / Construct
Default value: FALSE
@@ -1420,7 +1420,7 @@ will be skipped.
The “cloned-mac-address” property
- “cloned-mac-address” gchar *
+ “cloned-mac-address” gchar *
If specified, request that the device use this MAC address instead.
This is known as MAC cloning or spoofing.
Beside explicitly specifying a MAC address, the special values "preserve", "permanent",
@@ -1442,7 +1442,7 @@ of NetworkManager.conf. If still unspecified, it defaults to "preserve"
The “duplex” property
- “duplex” gchar *
+ “duplex” gchar *
Can be specified only when "auto-negotiate" is "off". In that case, statically
configures the device to use that specified duplex mode, either "half" or "full".
Must be set together with the "speed" property if specified.
@@ -1453,14 +1453,14 @@ Before specifying a duplex mode be sure your device supports it.
The “generate-mac-address-mask” property
- “generate-mac-address-mask” gchar *
+ “generate-mac-address-mask” gchar *
With “cloned-mac-address” setting "random" or "stable",
by default all bits of the MAC address are scrambled and a locally-administered,
unicast MAC address is created. This property allows to specify that certain bits
are fixed. Note that the least significant bit of the first MAC address will
always be unset to create a unicast MAC address.
-If the property is NULL, it is eligible to be overwritten by a default
-connection setting. If the value is still NULL or an empty string, the
+
If the property is NULL, it is eligible to be overwritten by a default
+connection setting. If the value is still NULL or an empty string, the
default is to create a locally-administered, unicast MAC address.
If the value contains one MAC address, this address is used as mask. The set
bits of the mask are to be filled with the current MAC address of the device,
@@ -1484,7 +1484,7 @@ administered.
The “mac-address” property
- “mac-address” gchar *
+ “mac-address” gchar *
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).
@@ -1494,7 +1494,7 @@ MAC address of the device (i.e. MAC spoofing).
The “mac-address-blacklist” property
- “mac-address-blacklist” GStrv
+ “mac-address-blacklist” GStrv
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
@@ -1504,7 +1504,7 @@ address is in the standard hex-digits-and-colons notation
The “mtu” property
- “mtu” guint
+ “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
@@ -1513,7 +1513,7 @@ breaking larger packets up into multiple Ethernet frames.
The “port” property
- “port” gchar *
+ “port” gchar *
Specific port type to use if the device supports multiple
attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit
Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface).
@@ -1524,7 +1524,7 @@ If the device supports only one port type, this setting is ignored.
The “s390-nettype” property
- “s390-nettype” gchar *
+ “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
@@ -1533,18 +1533,13 @@ the different types of virtual network devices available on s390 systems.
The “s390-options” property
- “s390-options” GHashTable *
-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]).
-Type: GHashTable(utf8,utf8)
+ “s390-options” GHashTable *
Flags: Read / Write
The “s390-subchannels” property
- “s390-subchannels” GStrv
+ “s390-subchannels” GStrv
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
@@ -1557,7 +1552,7 @@ period (.) character.
The “speed” property
- “speed” guint
+ “speed” guint
Can be set to a value greater than zero only when "auto-negotiate" is "off".
In that case, statically configures the device to use that specified speed.
In Mbit/s, ie 100 == 100Mbit/s.
@@ -1569,7 +1564,7 @@ Before specifying a speed value be sure your device supports it.
The “wake-on-lan” property
- “wake-on-lan” guint
+ “wake-on-lan” guint
The NMSettingWiredWakeOnLan options to enable. Not all devices support all options.
May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY,
NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST, NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST,
@@ -1585,9 +1580,9 @@ NetworkManager).
The “wake-on-lan-password” property
- “wake-on-lan-password” gchar *
+ “wake-on-lan-password” gchar *
If specified, the password used with magic-packet-based
-Wake-on-LAN, represented as an Ethernet MAC address. If NULL,
+Wake-on-LAN, represented as an Ethernet MAC address. If NULL,
no password will be required.
Flags: Read / Write
Default value: NULL
@@ -1596,6 +1591,6 @@ no password will be required.
+
Generated by GTK-Doc V1.28