2016-04-05 01:09:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<node name="/">
|
2017-03-10 18:58:34 +01:00
|
|
|
<!--
|
|
|
|
|
org.freedesktop.NetworkManager.Device.Infiniband:
|
2022-03-18 15:52:48 +01:00
|
|
|
@short_description: Infiniband Device.
|
2017-03-10 18:58:34 +01:00
|
|
|
|
|
|
|
|
-->
|
2011-10-14 10:13:49 -04:00
|
|
|
<interface name="org.freedesktop.NetworkManager.Device.Infiniband">
|
|
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
HwAddress:
|
|
|
|
|
|
2011-10-14 10:13:49 -04:00
|
|
|
Hardware address of the device.
|
2020-03-05 18:56:07 +01:00
|
|
|
n
|
|
|
|
|
DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="HwAddress" type="s" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Carrier:
|
2011-10-14 10:13:49 -04:00
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
Indicates whether the physical carrier is found (e.g. whether a cable is
|
|
|
|
|
plugged in or not).
|
2019-10-10 10:18:25 +02:00
|
|
|
|
|
|
|
|
DEPRECATED: check for the "lower-up" flag in the "InterfaceFlags"
|
|
|
|
|
property on the "org.freedesktop.NetworkManager.Device" interface.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="Carrier" type="b" access="read"/>
|
2011-10-14 10:13:49 -04:00
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
|
</node>
|