about summary refs log tree commit diff
path: root/introspection/nm-device-ip-tunnel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/nm-device-ip-tunnel.xml')
-rw-r--r--introspection/nm-device-ip-tunnel.xml86
1 files changed, 86 insertions, 0 deletions
diff --git a/introspection/nm-device-ip-tunnel.xml b/introspection/nm-device-ip-tunnel.xml
new file mode 100644
index 00000000..fcb42ce2
--- /dev/null
+++ b/introspection/nm-device-ip-tunnel.xml
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+  <interface name="org.freedesktop.NetworkManager.Device.IPTunnel">
+
+    <property name="Mode" type="u" access="read">
+      <tp:docstring>
+        The tunneling mode.
+      </tp:docstring>
+    </property>
+
+    <property name="Parent" type="o" access="read">
+      <tp:docstring>
+        The object path of the parent device.
+      </tp:docstring>
+    </property>
+
+    <property name="Local" type="s" access="read">
+      <tp:docstring>
+        The local endpoint of the tunnel.
+      </tp:docstring>
+    </property>
+
+    <property name="Remote" type="s" access="read">
+      <tp:docstring>
+        The remote endpoint of the tunnel.
+      </tp:docstring>
+    </property>
+
+    <property name="Ttl" type="y" access="read">
+      <tp:docstring>
+        The TTL assigned to tunneled packets. 0 is a special value
+        meaning that packets inherit the TTL value
+      </tp:docstring>
+    </property>
+
+    <property name="Tos" type="y" access="read">
+      <tp:docstring>
+        The type of service (IPv4) or traffic class (IPv6) assigned to
+        tunneled packets.
+      </tp:docstring>
+    </property>
+
+    <property name="PathMtuDiscovery" type="b" access="read">
+      <tp:docstring>
+        Whether path MTU discovery is enabled on this tunnel.
+      </tp:docstring>
+    </property>
+
+    <property name="InputKey" type="s" access="read">
+      <tp:docstring>
+        The key used for incoming packets.
+      </tp:docstring>
+    </property>
+
+    <property name="OutputKey" type="s" access="read">
+      <tp:docstring>
+        The key used for outgoing packets.
+      </tp:docstring>
+    </property>
+
+    <property name="EncapsulationLimit" type="y" access="read">
+      <tp:docstring>
+        How many additional levels of encapsulation are permitted to
+        be prepended to packets. This property applies only to IPv6
+        tunnels.
+      </tp:docstring>
+    </property>
+
+    <property name="FlowLabel" type="u" access="read">
+      <tp:docstring>
+        The flow label to assign to tunnel packets. This property
+        applies only to IPv6 tunnels.
+      </tp:docstring>
+    </property>
+
+    <signal name="PropertiesChanged">
+        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
+            <tp:docstring>
+                A dictionary mapping property names to variant boxed values
+            </tp:docstring>
+        </arg>
+    </signal>
+
+  </interface>
+</node>