blob: b43080378eecbb03ec8a92f211de137314600773 (
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.OvsPort:
@short_description: OvsPort Device
-->
<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"/>
</interface>
</node>
|