From 58f8be580039b0575b197b9573a1c92745d96d30 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 17 Jan 2017 20:25:09 +0100 Subject: New upstream version 1.5.90 --- ...s-org.freedesktop.NetworkManager.Device.Tun.xml | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml new file mode 100644 index 00000000..e2d9f466 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Tun.xml @@ -0,0 +1,118 @@ + + + + org.freedesktop.NetworkManager.Device.Tun + org.freedesktop.NetworkManager.Device.Tun + org.freedesktop.NetworkManager.Device.Tun + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Owner readable x +Group readable x +Mode readable s +NoPi readable b +VnetHdr readable b +MultiQueue readable b +HwAddress readable s + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Tun::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values + + + + + + Property Details + + The "Owner" property + org.freedesktop.NetworkManager.Device.Tun:Owner + +Owner readable x + + The uid of the tunnel owner, or -1 if it has no owner. + + + + The "Group" property + org.freedesktop.NetworkManager.Device.Tun:Group + +Group readable x + + The gid of the tunnel group, or -1 if it has no owner. + + + + The "Mode" property + org.freedesktop.NetworkManager.Device.Tun:Mode + +Mode readable s + + The tunnel mode, either "tun" or "tap". + + + + The "NoPi" property + org.freedesktop.NetworkManager.Device.Tun:NoPi + +NoPi readable b + + The tunnel's "TUN_NO_PI" flag; true if no protocol info is prepended to + the tunnel packets. + + + + The "VnetHdr" property + org.freedesktop.NetworkManager.Device.Tun:VnetHdr + +VnetHdr readable b + + The tunnel's "TUN_VNET_HDR" flag; true if the tunnel packets include a + virtio network header. + + + + The "MultiQueue" property + org.freedesktop.NetworkManager.Device.Tun:MultiQueue + +MultiQueue readable b + + The tunnel's "TUN_TAP_MQ" flag; true if callers can connect to the tap + device multiple times, for multiple send/receive queues. + + + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Tun:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + + -- cgit 1.3.0-6-gf8a5