blob: ff58bd9527a127cc31b7ea142499480371130759 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.OvsBridge:
@short_description: OvsBridge Device
-->
<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"/>
</interface>
</node>
|