diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
| commit | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (patch) | |
| tree | fa41baf72753961e71dd8d5bdbe2b89c9109e4f1 /introspection/nm-device-vxlan.xml | |
| parent | c2de0d98ba39e0a1a970d066fd19be786092f376 (diff) | |
Imported Upstream version 1.1.92 upstream/1.1.92
Diffstat (limited to 'introspection/nm-device-vxlan.xml')
| -rw-r--r-- | introspection/nm-device-vxlan.xml | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/introspection/nm-device-vxlan.xml b/introspection/nm-device-vxlan.xml index 97c517fb..de23020d 100644 --- a/introspection/nm-device-vxlan.xml +++ b/introspection/nm-device-vxlan.xml @@ -4,123 +4,123 @@ <interface name="org.freedesktop.NetworkManager.Device.Vxlan"> <property name="Parent" type="o" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The object path of the parent device (if the VXLAN is not purely internal to this host). - </tp:docstring> + " /> </property> <property name="HwAddress" type="s" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Hardware address of the device. - </tp:docstring> + " /> </property> <property name="Id" type="u" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The VXLAN Network Identifier (VNI). - </tp:docstring> + " /> </property> <property name="Group" type="s" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The IP (v4 or v6) multicast group used to communicate with other physical hosts on this VXLAN. - </tp:docstring> + " /> </property> <property name="Local" type="s" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The local IPv4 or IPv6 address to use when sending VXLAN packets to other physical hosts. - </tp:docstring> + " /> </property> <property name="Tos" type="y" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The value to use in the IP ToS field for VXLAN packets sent to other physical hosts. - </tp:docstring> + " /> </property> <property name="Ttl" type="y" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The value to use in the IP TTL field for VXLAN packets sent to other physical hosts. - </tp:docstring> + " /> </property> <property name="Learning" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" True if the VXLAN dynamically learns remote IP addresses. - </tp:docstring> + " /> </property> <property name="Ageing" type="u" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The interval in seconds at which the kernel purges stale cached addresses. - </tp:docstring> + " /> </property> <property name="Limit" type="u" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The maximum number of entries that can be added to the VXLAN's forwarding table. - </tp:docstring> + " /> </property> <property name="DstPort" type="q" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Destination port for outgoing VXLAN packets. - </tp:docstring> + " /> </property> <property name="SrcPortMin" type="q" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The lowest source port number to use for outgoing VXLAN packets. - </tp:docstring> + " /> </property> <property name="SrcPortMax" type="q" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The highest source port number to use for outgoing VXLAN packets. - </tp:docstring> + " /> </property> <property name="Proxy" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" True if the VXLAN is implementing DOVE ARP proxying for remote clients. - </tp:docstring> + " /> </property> <property name="Rsc" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" True if the VXLAN is implementing DOVE route short-circuiting of known remote IP addresses. - </tp:docstring> + " /> </property> <property name="L2miss" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" True if the VXLAN will emit netlink notifications of L2 switch misses. - </tp:docstring> + " /> </property> <property name="L3miss" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" True if the VXLAN will emit netlink notifications of L3 switch misses. - </tp:docstring> + " /> </property> <signal name="PropertiesChanged"> <arg name="properties" type="a{sv}" tp:type="String_Variant_Map"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" A dictionary mapping property names to variant boxed values - </tp:docstring> + " /> </arg> </signal> |