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 --- ...org.freedesktop.NetworkManager.Device.Vxlan.xml | 222 +++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml new file mode 100644 index 00000000..d8e45816 --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.Vxlan.xml @@ -0,0 +1,222 @@ + + + + org.freedesktop.NetworkManager.Device.Vxlan + org.freedesktop.NetworkManager.Device.Vxlan + org.freedesktop.NetworkManager.Device.Vxlan + Signals + +PropertiesChanged (a{sv} properties); + + + + Properties + +Parent readable o +HwAddress readable s +Id readable u +Group readable s +Local readable s +Tos readable y +Ttl readable y +Learning readable b +Ageing readable u +Limit readable u +DstPort readable q +SrcPortMin readable q +SrcPortMax readable q +Proxy readable b +Rsc readable b +L2miss readable b +L3miss readable b + + + + Description + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.Vxlan::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 "Parent" property + org.freedesktop.NetworkManager.Device.Vxlan:Parent + +Parent readable o + + The object path of the parent device (if the VXLAN is not purely internal + to this host). + + + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.Vxlan:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "Id" property + org.freedesktop.NetworkManager.Device.Vxlan:Id + +Id readable u + + The VXLAN Network Identifier (VNI). + + + + The "Group" property + org.freedesktop.NetworkManager.Device.Vxlan:Group + +Group readable s + + The IP (v4 or v6) multicast group used to communicate with other physical + hosts on this VXLAN. + + + + The "Local" property + org.freedesktop.NetworkManager.Device.Vxlan:Local + +Local readable s + + The local IPv4 or IPv6 address to use when sending VXLAN packets to other + physical hosts. + + + + The "Tos" property + org.freedesktop.NetworkManager.Device.Vxlan:Tos + +Tos readable y + + The value to use in the IP ToS field for VXLAN packets sent to other + physical hosts. + + + + The "Ttl" property + org.freedesktop.NetworkManager.Device.Vxlan:Ttl + +Ttl readable y + + The value to use in the IP TTL field for VXLAN packets sent to other + physical hosts. + + + + The "Learning" property + org.freedesktop.NetworkManager.Device.Vxlan:Learning + +Learning readable b + + True if the VXLAN dynamically learns remote IP addresses. + + + + The "Ageing" property + org.freedesktop.NetworkManager.Device.Vxlan:Ageing + +Ageing readable u + + The interval in seconds at which the kernel purges stale cached addresses. + + + + The "Limit" property + org.freedesktop.NetworkManager.Device.Vxlan:Limit + +Limit readable u + + The maximum number of entries that can be added to the VXLAN's forwarding + table. + + + + The "DstPort" property + org.freedesktop.NetworkManager.Device.Vxlan:DstPort + +DstPort readable q + + Destination port for outgoing VXLAN packets. + + + + The "SrcPortMin" property + org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMin + +SrcPortMin readable q + + The lowest source port number to use for outgoing VXLAN packets. + + + + The "SrcPortMax" property + org.freedesktop.NetworkManager.Device.Vxlan:SrcPortMax + +SrcPortMax readable q + + The highest source port number to use for outgoing VXLAN packets. + + + + The "Proxy" property + org.freedesktop.NetworkManager.Device.Vxlan:Proxy + +Proxy readable b + + True if the VXLAN is implementing DOVE ARP proxying for remote clients. + + + + The "Rsc" property + org.freedesktop.NetworkManager.Device.Vxlan:Rsc + +Rsc readable b + + True if the VXLAN is implementing DOVE route short-circuiting of known + remote IP addresses. + + + + The "L2miss" property + org.freedesktop.NetworkManager.Device.Vxlan:L2miss + +L2miss readable b + + True if the VXLAN will emit netlink notifications of L2 switch misses. + + + + The "L3miss" property + org.freedesktop.NetworkManager.Device.Vxlan:L3miss + +L3miss readable b + + True if the VXLAN will emit netlink notifications of L3 switch misses. + + + + + -- cgit 1.3.0-6-gf8a5