From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl Return the list of s390 subchannels that identify the device that this
connection is applicable to. The connection should only be used in
@@ -1314,37 +1314,37 @@ incompatible with other flags
-
const char * const *
+ const char *const *
nm_setting_wired_get_mac_address_blacklist ()
@@ -163,7 +163,7 @@
-
const char * const *
+ const char *const *
nm_setting_wired_get_s390_subchannels ()
@@ -617,7 +617,7 @@ nm_setting_wired_get_generate_mac_address_mask
nm_setting_wired_get_mac_address_blacklist ()
-const char * const *
+
const char *const *
nm_setting_wired_get_mac_address_blacklist
(
NMSettingWired *setting);
nm_setting_wired_get_s390_subchannels ()
-const char * const *
+
const char *const *
nm_setting_wired_get_s390_subchannels (
NMSettingWired *setting);
NM_SETTING_WIRED_SPEED
-#define NM_SETTING_WIRED_SPEED "speed"
+
#define NM_SETTING_WIRED_SPEED "speed"
NM_SETTING_WIRED_DUPLEX
-#define NM_SETTING_WIRED_DUPLEX "duplex"
+
#define NM_SETTING_WIRED_DUPLEX "duplex"
NM_SETTING_WIRED_AUTO_NEGOTIATE
-#define NM_SETTING_WIRED_AUTO_NEGOTIATE "auto-negotiate"
+
#define NM_SETTING_WIRED_AUTO_NEGOTIATE "auto-negotiate"
NM_SETTING_WIRED_MAC_ADDRESS
-#define NM_SETTING_WIRED_MAC_ADDRESS "mac-address"
+
#define NM_SETTING_WIRED_MAC_ADDRESS "mac-address"
NM_SETTING_WIRED_CLONED_MAC_ADDRESS
-#define NM_SETTING_WIRED_CLONED_MAC_ADDRESS "cloned-mac-address"
+
#define NM_SETTING_WIRED_CLONED_MAC_ADDRESS "cloned-mac-address"
@@ -1356,43 +1356,43 @@ incompatible with other flags
NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST
-#define NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST "mac-address-blacklist"
+
#define NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST "mac-address-blacklist"
NM_SETTING_WIRED_S390_SUBCHANNELS
-#define NM_SETTING_WIRED_S390_SUBCHANNELS "s390-subchannels"
+
#define NM_SETTING_WIRED_S390_SUBCHANNELS "s390-subchannels"
NM_SETTING_WIRED_S390_NETTYPE
-#define NM_SETTING_WIRED_S390_NETTYPE "s390-nettype"
+
#define NM_SETTING_WIRED_S390_NETTYPE "s390-nettype"
NM_SETTING_WIRED_S390_OPTIONS
-#define NM_SETTING_WIRED_S390_OPTIONS "s390-options"
+
#define NM_SETTING_WIRED_S390_OPTIONS "s390-options"
NM_SETTING_WIRED_WAKE_ON_LAN
-#define NM_SETTING_WIRED_WAKE_ON_LAN "wake-on-lan"
+
#define NM_SETTING_WIRED_WAKE_ON_LAN "wake-on-lan"
NM_SETTING_WIRED_WAKE_ON_LAN_PASSWORD
-#define NM_SETTING_WIRED_WAKE_ON_LAN_PASSWORD "wake-on-lan-password"
+
#define NM_SETTING_WIRED_WAKE_ON_LAN_PASSWORD "wake-on-lan-password"
--
cgit 1.3.0-6-gf8a5
From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
-gchar *
+char *
cloned-mac-address
Read / Write
-gchar *
+char *
duplex
Read / Write
-gchar *
+char *
generate-mac-address-mask
Read / Write
@@ -290,13 +290,13 @@
-gchar *
+char *
mac-address
Read / Write
-gchar *
+char *
port
Read / Write
@@ -323,7 +323,7 @@
-gchar *
+char *
s390-nettype
Read / Write
@@ -433,7 +433,7 @@ nm_setting_wired_new (
-gchar *
+char *
wake-on-lan-password
Read / Write
void
@@ -882,7 +882,7 @@ conjunction with that device.
array of strings, each specifying one subchannel the s390 device uses to communicate to the host.
-[transfer none][element-type utf8]
+[transfer none][element-type utf8]
out_key
on return, the key name of the s390 specific option; this value is owned by the setting and should not be modified.
out_value
on return, the value of the key of the s390 specific option; this value is owned by the setting and should not be modified.
a NULL-terminated array of strings of valid s390 options.
[transfer none]
+[transfer none]
“cloned-mac-address” property“cloned-mac-address” gchar *+
“cloned-mac-address” char *
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", @@ -1445,7 +1445,7 @@ of NetworkManager.conf. If still unspecified, it defaults to "preserve"
“duplex” property“duplex” gchar *+
“duplex” char *
When a value is set, either "half" or "full", configures the device to use the specified duplex mode. If "auto-negotiate" is "yes" the specified duplex mode will be the only one advertised during link @@ -1465,7 +1465,7 @@ Before specifying a duplex mode be sure your device supports it.
“generate-mac-address-mask” property“generate-mac-address-mask” gchar *+
“generate-mac-address-mask” char *
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 @@ -1497,7 +1497,7 @@ administered.
“mac-address” property“mac-address” gchar *+
“mac-address” char *
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).
@@ -1529,7 +1529,7 @@ breaking larger packets up into multiple Ethernet frames.“port” property“port” gchar *+
“port” char *
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). @@ -1541,7 +1541,7 @@ If the device supports only one port type, this setting is ignored.
“s390-nettype” property“s390-nettype” gchar *+
“s390-nettype” char *
s390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems.
Owner: NMSettingWired
@@ -1610,7 +1610,7 @@ NetworkManager).“wake-on-lan-password” property“wake-on-lan-password” gchar *+
“wake-on-lan-password” char *
If specified, the password used with magic-packet-based
Wake-on-LAN, represented as an Ethernet MAC address. If NULL,
no password will be required.