Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.IPTunnel.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.IPTunnel">
0004
0005 <!--
0006 Mode:
0007
0008 The tunneling mode.
0009 -->
0010 <property name="Mode" type="u" access="read"/>
0011
0012 <!--
0013 Parent:
0014
0015 The object path of the parent device.
0016 -->
0017 <property name="Parent" type="o" access="read"/>
0018
0019 <!--
0020 Local:
0021
0022 The local endpoint of the tunnel.
0023 -->
0024 <property name="Local" type="s" access="read"/>
0025
0026 <!--
0027 Remote:
0028
0029 The remote endpoint of the tunnel.
0030 -->
0031 <property name="Remote" type="s" access="read"/>
0032
0033 <!--
0034 Ttl:
0035
0036 The TTL assigned to tunneled packets. 0 is a special value meaning that
0037 packets inherit the TTL value
0038 -->
0039 <property name="Ttl" type="y" access="read"/>
0040
0041 <!--
0042 Tos:
0043
0044 The type of service (IPv4) or traffic class (IPv6) assigned to tunneled
0045 packets.
0046 -->
0047 <property name="Tos" type="y" access="read"/>
0048
0049 <!--
0050 PathMtuDiscovery:
0051
0052 Whether path MTU discovery is enabled on this tunnel.
0053 -->
0054 <property name="PathMtuDiscovery" type="b" access="read"/>
0055
0056 <!--
0057 InputKey:
0058
0059 The key used for incoming packets.
0060 -->
0061 <property name="InputKey" type="s" access="read"/>
0062
0063 <!--
0064 OutputKey:
0065
0066 The key used for outgoing packets.
0067 -->
0068 <property name="OutputKey" type="s" access="read"/>
0069
0070 <!--
0071 EncapsulationLimit:
0072
0073 How many additional levels of encapsulation are permitted to be prepended
0074 to packets. This property applies only to IPv6 tunnels.
0075 -->
0076 <property name="EncapsulationLimit" type="y" access="read"/>
0077
0078 <!--
0079 FlowLabel:
0080
0081 The flow label to assign to tunnel packets. This property applies only to
0082 IPv6 tunnels.
0083 -->
0084 <property name="FlowLabel" type="u" access="read"/>
0085
0086 <!--
0087 PropertiesChanged:
0088 @properties: A dictionary mapping property names to variant boxed values
0089
0090 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0091 -->
0092 <signal name="PropertiesChanged">
0093 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0094 <arg name="properties" type="a{sv}" direction="In"/>
0095 </signal>
0096 </interface>
0097 </node>