summary refs log tree commit diff
path: root/introspection/nm-device-vxlan.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
committerMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
commit2bfb3eb7d0323e69affca154395f51d8b577414d (patch)
treee3130a5146441296df6d08a0f4ac7222a854c8f8 /introspection/nm-device-vxlan.xml
parentd9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff)
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'introspection/nm-device-vxlan.xml')
-rw-r--r--introspection/nm-device-vxlan.xml225
1 files changed, 118 insertions, 107 deletions
diff --git a/introspection/nm-device-vxlan.xml b/introspection/nm-device-vxlan.xml
index de23020d..ec17717d 100644
--- a/introspection/nm-device-vxlan.xml
+++ b/introspection/nm-device-vxlan.xml
@@ -1,128 +1,139 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
   <interface name="org.freedesktop.NetworkManager.Device.Vxlan">
 
-    <property name="Parent" type="o" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The object path of the parent device (if the VXLAN is not
-	purely internal to this host).
-      " />
-    </property>
+    <!--
+        Parent:
+
+        The object path of the parent device (if the VXLAN is not purely internal
+        to this host).
+    -->
+    <property name="Parent" type="o" access="read"/>
+
+    <!--
+        HwAddress:
 
-    <property name="HwAddress" type="s" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
         Hardware address of the device.
-      " />
-    </property>
+    -->
+    <property name="HwAddress" type="s" access="read"/>
+
+    <!--
+        Id:
 
-    <property name="Id" type="u" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
         The VXLAN Network Identifier (VNI).
-      " />
-    </property>
+    -->
+    <property name="Id" type="u" access="read"/>
+
+    <!--
+        Group:
 
-    <property name="Group" type="s" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
         The IP (v4 or v6) multicast group used to communicate with other physical
-	hosts on this VXLAN.
-      " />
-    </property>
+        hosts on this VXLAN.
+    -->
+    <property name="Group" type="s" access="read"/>
+
+    <!--
+        Local:
 
-    <property name="Local" type="s" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
         The local IPv4 or IPv6 address to use when sending VXLAN packets to other
-	physical hosts.
-      " />
-    </property>
-
-    <property name="Tos" type="y" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The value to use in the IP ToS field for VXLAN packets sent to
-	other physical hosts.
-      " />
-    </property>
-
-    <property name="Ttl" type="y" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The value to use in the IP TTL field for VXLAN packets sent to
-	other physical hosts.
-      " />
-    </property>
-
-    <property name="Learning" type="b" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
+        physical hosts.
+    -->
+    <property name="Local" type="s" access="read"/>
+
+    <!--
+        Tos:
+
+        The value to use in the IP ToS field for VXLAN packets sent to other
+        physical hosts.
+    -->
+    <property name="Tos" type="y" access="read"/>
+
+    <!--
+        Ttl:
+
+        The value to use in the IP TTL field for VXLAN packets sent to other
+        physical hosts.
+    -->
+    <property name="Ttl" type="y" access="read"/>
+
+    <!--
+        Learning:
+
         True if the VXLAN dynamically learns remote IP addresses.
-      " />
-    </property>
-
-    <property name="Ageing" type="u" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The interval in seconds at which the kernel purges stale
-        cached addresses.
-      " />
-    </property>
-
-    <property name="Limit" type="u" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The maximum number of entries that can be added to the VXLAN's
-	forwarding table.
-      " />
-    </property>
-
-    <property name="DstPort" type="q" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
+    -->
+    <property name="Learning" type="b" access="read"/>
+
+    <!--
+        Ageing:
+
+        The interval in seconds at which the kernel purges stale cached addresses.
+    -->
+    <property name="Ageing" type="u" access="read"/>
+
+    <!--
+        Limit:
+
+        The maximum number of entries that can be added to the VXLAN's forwarding
+        table.
+    -->
+    <property name="Limit" type="u" access="read"/>
+
+    <!--
+        DstPort:
+
         Destination port for outgoing VXLAN packets.
-      " />
-    </property>
+    -->
+    <property name="DstPort" type="q" access="read"/>
+
+    <!--
+        SrcPortMin:
 
-    <property name="SrcPortMin" type="q" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
         The lowest source port number to use for outgoing VXLAN packets.
-      " />
-    </property>
+    -->
+    <property name="SrcPortMin" type="q" access="read"/>
+
+    <!--
+        SrcPortMax:
 
-    <property name="SrcPortMax" type="q" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
         The highest source port number to use for outgoing VXLAN packets.
-      " />
-    </property>
-
-    <property name="Proxy" type="b" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        True if the VXLAN is implementing DOVE ARP proxying for remote
-        clients.
-      " />
-    </property>
-
-    <property name="Rsc" type="b" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        True if the VXLAN is implementing DOVE route short-circuiting
-	of known remote IP addresses.
-      " />
-    </property>
-
-    <property name="L2miss" type="b" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        True if the VXLAN will emit netlink notifications of L2 switch
-        misses.
-      " />
-    </property>
-
-    <property name="L3miss" type="b" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        True if the VXLAN will emit netlink notifications of L3 switch
-        misses.
-      " />
-    </property>
+    -->
+    <property name="SrcPortMax" type="q" access="read"/>
+
+    <!--
+        Proxy:
+
+        True if the VXLAN is implementing DOVE ARP proxying for remote clients.
+    -->
+    <property name="Proxy" type="b" access="read"/>
 
+    <!--
+        Rsc:
+
+        True if the VXLAN is implementing DOVE route short-circuiting of known
+        remote IP addresses.
+    -->
+    <property name="Rsc" type="b" access="read"/>
+
+    <!--
+        L2miss:
+
+        True if the VXLAN will emit netlink notifications of L2 switch misses.
+    -->
+    <property name="L2miss" type="b" access="read"/>
+
+    <!--
+        L3miss:
+
+        True if the VXLAN will emit netlink notifications of L3 switch misses.
+    -->
+    <property name="L3miss" type="b" access="read"/>
+
+    <!--
+        PropertiesChanged:
+        @properties: A dictionary mapping property names to variant boxed values
+    -->
     <signal name="PropertiesChanged">
-        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
-            <annotation name="org.gtk.GDBus.DocString" value="
-                A dictionary mapping property names to variant boxed values
-            " />
-        </arg>
+      <arg name="properties" type="a{sv}"/>
     </signal>
-
   </interface>
 </node>