summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-03 13:55:51 -0400
committerDan Winship <danw@gnome.org>2013-05-24 16:10:03 -0300
commit4416155bea63d0f90f657c12170aa945fe07255f (patch)
treeb688d6c015ceeef7334d8b60a0475002b732ac89 /introspection
parent0d6f2faefa20004c56f3159762858d86d19ca843 (diff)
downloadNetworkManager-4416155bea63d0f90f657c12170aa945fe07255f.tar.gz
platform, devices: add support for veth devices
https://bugzilla.gnome.org/show_bug.cgi?id=687254
Diffstat (limited to 'introspection')
-rw-r--r--introspection/Makefile.am1
-rw-r--r--introspection/nm-device-veth.xml21
2 files changed, 22 insertions, 0 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am
index 82e9fba8d8..44804c95c4 100644
--- a/introspection/Makefile.am
+++ b/introspection/Makefile.am
@@ -16,6 +16,7 @@ EXTRA_DIST = \
nm-device-bridge.xml \
nm-device-vlan.xml \
nm-device-generic.xml \
+ nm-device-veth.xml \
nm-device.xml \
nm-ip4-config.xml \
nm-ip6-config.xml \
diff --git a/introspection/nm-device-veth.xml b/introspection/nm-device-veth.xml
new file mode 100644
index 0000000000..e06d0ceb7d
--- /dev/null
+++ b/introspection/nm-device-veth.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+ <interface name="org.freedesktop.NetworkManager.Device.Veth">
+
+ <property name="Peer" type="o" access="read">
+ <tp:docstring>
+ The object path of the device's peer.
+ </tp:docstring>
+ </property>
+
+ <signal name="PropertiesChanged">
+ <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
+ <tp:docstring>
+ A dictionary mapping property names to variant boxed values
+ </tp:docstring>
+ </arg>
+ </signal>
+
+ </interface>
+</node>