summaryrefslogtreecommitdiff
path: root/introspection/nm-device-bond.xml
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-02-15 17:31:37 -0600
committerDan Williams <dcbw@redhat.com>2012-02-16 15:20:50 -0600
commit0c61a51614aeea5cb35a78fa911fe27aa43af2bd (patch)
treea9351a498e1ee998800e447c08c467b7792d97b9 /introspection/nm-device-bond.xml
parentfdd44b8e000f3aaaa9f9dd1f0a8cf84f69c55881 (diff)
downloadNetworkManager-0c61a51614aeea5cb35a78fa911fe27aa43af2bd.tar.gz
bond: move bond master interfaces to NMDeviceBond
This way clients know it's a bond master, and it allows us to more cleanly separate the code for bonding and non-bonding cases.
Diffstat (limited to 'introspection/nm-device-bond.xml')
-rw-r--r--introspection/nm-device-bond.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/introspection/nm-device-bond.xml b/introspection/nm-device-bond.xml
new file mode 100644
index 0000000000..9d200ef8f5
--- /dev/null
+++ b/introspection/nm-device-bond.xml
@@ -0,0 +1,27 @@
+<?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.Bond">
+
+ <property name="HwAddress" type="s" access="read">
+ <tp:docstring>
+ Hardware address of the device.
+ </tp:docstring>
+ </property>
+
+ <property name="Carrier" type="b" access="read">
+ <tp:docstring>
+ Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
+ </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>