summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-12-16 15:16:43 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-12-20 11:37:54 +0100
commit44bd2275e733fc0378648c36af0cb95a6c26f0a0 (patch)
tree8d59a6eb7b06fd0267eef4c866be5d1d502c8199 /introspection
parente3bd57575819ff7db26541164746443f1fa203a6 (diff)
downloadNetworkManager-44bd2275e733fc0378648c36af0cb95a6c26f0a0.tar.gz
device: add 'mtu' property
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-device.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/introspection/nm-device.xml b/introspection/nm-device.xml
index d6f2e8594a..06f5781c8b 100644
--- a/introspection/nm-device.xml
+++ b/introspection/nm-device.xml
@@ -133,6 +133,11 @@
different virtual interfaces to the same physical port.
</tp:docstring>
</property>
+ <property name="Mtu" type="u" access="read">
+ <tp:docstring>
+ The device MTU (maximum transmission unit).
+ </tp:docstring>
+ </property>
<method name="Disconnect">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_device_disconnect"/>