From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001
From: Michael Biebl
+
@@ -101,6 +108,11 @@
const char * const *
+
+
+nm_device_ethernet_get_s390_subchannels ()
+
+Read
+
+GStrv
+s390-subchannels
+Read
+
+guint
speed
Read
@@ -132,6 +144,10 @@
#define
NM_DEVICE_ETHERNET_CARRIER
+
@@ -254,6 +270,36 @@ nm_device_ethernet_get_carrier (#define
+NM_DEVICE_ETHERNET_S390_SUBCHANNELS
+ TRUE if the device has carrier
const char * const *
+nm_device_ethernet_get_s390_subchannels
+ (NMDeviceEthernet *device);
+Return the list of s390 subchannels if the device supports them.
+ +array of strings, each specifying +one subchannel the s390 device uses to communicate to the host.
+[transfer none][element-type utf8]
+Since: 1.2
+#define NM_DEVICE_ETHERNET_CARRIER "carrier"
#define NM_DEVICE_ETHERNET_S390_SUBCHANNELS "s390-subchannels" ++
+The “s390-subchannels” property
+ “s390-subchannels” GStrv
+Identifies subchannels of this network device used for
+communication with z/VM or s390 host.
+Flags: Read
+Since: 1.2
+
+
+