diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2017-06-30 18:35:09 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2017-06-30 22:04:03 +0200 |
commit | 26928eced4525b08923649d2a0c7a1c5e64edaa8 (patch) | |
tree | 801a62e478af9a1edd0c42cf0349550fef582997 /introspection | |
parent | 6dbc39030271722986010f1beb857cc7d0f296eb (diff) | |
download | NetworkManager-26928eced4525b08923649d2a0c7a1c5e64edaa8.tar.gz |
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.xml | 7 |
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 |