summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-06-30 18:35:09 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2017-06-30 22:04:03 +0200
commit26928eced4525b08923649d2a0c7a1c5e64edaa8 (patch)
tree801a62e478af9a1edd0c42cf0349550fef582997 /introspection
parent6dbc39030271722986010f1beb857cc7d0f296eb (diff)
libnm: add 'hw-address' property to NMDeviceDummy
Dummy devices have a MAC address; expose it in the D-Bus interface.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Dummy.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml b/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml
index 0b5237f8c0..ce87693fb9 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Dummy.xml
@@ -8,6 +8,13 @@
<interface name="org.freedesktop.NetworkManager.Device.Dummy">
<!--
+ HwAddress:
+
+ Hardware address of the device.
+ -->
+ <property name="HwAddress" type="s" access="read"/>
+
+ <!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values