Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Vxlan.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003   <interface name="org.freedesktop.NetworkManager.Device.Vxlan">
0004 
0005     <!--
0006         Parent:
0007 
0008         The object path of the parent device (if the VXLAN is not purely internal
0009         to this host).
0010     -->
0011     <property name="Parent" type="o" access="read"/>
0012 
0013     <!--
0014         HwAddress:
0015 
0016         Hardware address of the device.
0017     -->
0018     <property name="HwAddress" type="s" access="read"/>
0019 
0020     <!--
0021         Id:
0022 
0023         The VXLAN Network Identifier (VNI).
0024     -->
0025     <property name="Id" type="u" access="read"/>
0026 
0027     <!--
0028         Group:
0029 
0030         The IP (v4 or v6) multicast group used to communicate with other physical
0031         hosts on this VXLAN.
0032     -->
0033     <property name="Group" type="s" access="read"/>
0034 
0035     <!--
0036         Local:
0037 
0038         The local IPv4 or IPv6 address to use when sending VXLAN packets to other
0039         physical hosts.
0040     -->
0041     <property name="Local" type="s" access="read"/>
0042 
0043     <!--
0044         Tos:
0045 
0046         The value to use in the IP ToS field for VXLAN packets sent to other
0047         physical hosts.
0048     -->
0049     <property name="Tos" type="y" access="read"/>
0050 
0051     <!--
0052         Ttl:
0053 
0054         The value to use in the IP TTL field for VXLAN packets sent to other
0055         physical hosts.
0056     -->
0057     <property name="Ttl" type="y" access="read"/>
0058 
0059     <!--
0060         Learning:
0061 
0062         True if the VXLAN dynamically learns remote IP addresses.
0063     -->
0064     <property name="Learning" type="b" access="read"/>
0065 
0066     <!--
0067         Ageing:
0068 
0069         The interval in seconds at which the kernel purges stale cached addresses.
0070     -->
0071     <property name="Ageing" type="u" access="read"/>
0072 
0073     <!--
0074         Limit:
0075 
0076         The maximum number of entries that can be added to the VXLAN's forwarding
0077         table.
0078     -->
0079     <property name="Limit" type="u" access="read"/>
0080 
0081     <!--
0082         DstPort:
0083 
0084         Destination port for outgoing VXLAN packets.
0085     -->
0086     <property name="DstPort" type="q" access="read"/>
0087 
0088     <!--
0089         SrcPortMin:
0090 
0091         The lowest source port number to use for outgoing VXLAN packets.
0092     -->
0093     <property name="SrcPortMin" type="q" access="read"/>
0094 
0095     <!--
0096         SrcPortMax:
0097 
0098         The highest source port number to use for outgoing VXLAN packets.
0099     -->
0100     <property name="SrcPortMax" type="q" access="read"/>
0101 
0102     <!--
0103         Proxy:
0104 
0105         True if the VXLAN is implementing DOVE ARP proxying for remote clients.
0106     -->
0107     <property name="Proxy" type="b" access="read"/>
0108 
0109     <!--
0110         Rsc:
0111 
0112         True if the VXLAN is implementing DOVE route short-circuiting of known
0113         remote IP addresses.
0114     -->
0115     <property name="Rsc" type="b" access="read"/>
0116 
0117     <!--
0118         L2miss:
0119 
0120         True if the VXLAN will emit netlink notifications of L2 switch misses.
0121     -->
0122     <property name="L2miss" type="b" access="read"/>
0123 
0124     <!--
0125         L3miss:
0126 
0127         True if the VXLAN will emit netlink notifications of L3 switch misses.
0128     -->
0129     <property name="L3miss" type="b" access="read"/>
0130 
0131     <!--
0132         PropertiesChanged:
0133         @properties: A dictionary mapping property names to variant boxed values
0134 
0135         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0136     -->
0137     <signal name="PropertiesChanged">
0138       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0139       <arg name="properties" type="a{sv}" direction="In"/>
0140     </signal>
0141   </interface>
0142 </node>