diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2015-09-18 22:49:13 +0200 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2015-09-29 09:30:01 +0200 |
commit | 4219aa9a56bfbf047a2a05a34e552a297e074b2f (patch) | |
tree | 3f6107bb00e115ed66e76ff76ff45fad252c70a3 /introspection | |
parent | 8e6a839d93380ff3f39e967d16fa90e5a4d6325a (diff) | |
download | NetworkManager-4219aa9a56bfbf047a2a05a34e552a297e074b2f.tar.gz |
device: export S390Subchannels property on Ethernet device
and update match_subchans() to compare number of subchannels too.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-device-ethernet.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/introspection/nm-device-ethernet.xml b/introspection/nm-device-ethernet.xml index 2554bda17f..86d68a35ab 100644 --- a/introspection/nm-device-ethernet.xml +++ b/introspection/nm-device-ethernet.xml @@ -22,6 +22,12 @@ </tp:docstring> </property> + <property name="S390Subchannels" type="as" access="read"> + <tp:docstring> + Array of S/390 subchannels for S/390 or z/Architecture devices. + </tp:docstring> + </property> + <property name="Carrier" type="b" access="read"> <tp:docstring> Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). |