summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-06-29 22:52:43 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-07-10 13:12:02 +0200
commitcf3cef5cd1c8be29ca882cf14703561e0578c811 (patch)
tree876338d3a2cff1a64c2bee3ec1a9b2ba77aa5129 /introspection
parent03ebafceea8037ae9a6beeb51db3a80851c7b285 (diff)
devices/ovs: expose slaves on D-Bus for OVS bridges and ports
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml10
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml10
2 files changed, 20 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml
index 08ed5dc01..402ee028b 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml
@@ -8,6 +8,16 @@
<interface name="org.freedesktop.NetworkManager.Device.OvsBridge">
<!--
+ Slaves:
+
+ Array of object paths representing ports which are currently enslaved to
+ this bridge.
+
+ Since: 1.14
+ -->
+ <property name="Slaves" type="ao" access="read"/>
+
+ <!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml
index d4900f510..c2db70ffd 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml
@@ -8,6 +8,16 @@
<interface name="org.freedesktop.NetworkManager.Device.OvsPort">
<!--
+ Slaves:
+
+ Array of object paths representing interfaces which are currently enslaved to
+ this port.
+
+ Since: 1.14
+ -->
+ <property name="Slaves" type="ao" access="read"/>
+
+ <!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values