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

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 
0003 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
0004   <interface name="org.freedesktop.NetworkManager.Device.Gre">
0005 
0006     <property name="Parent" type="o" access="read">
0007       <tp:docstring>
0008         The object path of the parent device.
0009       </tp:docstring>
0010     </property>
0011 
0012     <property name="InputFlags" type="q" access="read">
0013       <tp:docstring>
0014         The expected set of GRE flags for incoming packets. (The
0015         values are specified by the GRE specification. On Linux, they
0016         are defined in &lt;linux/if_tunnel.h&gt;. Eg, GRE_KEY for the
0017         'Key Present' bit.)
0018       </tp:docstring>
0019     </property>
0020 
0021     <property name="OutputFlags" type="q" access="read">
0022       <tp:docstring>
0023         The set of GRE flags to use for outgoing packets. (The
0024         values are specified by the GRE specification. On Linux, they
0025         are defined in &lt;linux/if_tunnel.h&gt;. Eg, GRE_KEY for the
0026         'Key Present' bit.)
0027       </tp:docstring>
0028     </property>
0029 
0030     <property name="InputKey" type="u" access="read">
0031       <tp:docstring>
0032         Expected input key (if the "Key Present" bit is set in the input flags).
0033       </tp:docstring>
0034     </property>
0035 
0036     <property name="OutputKey" type="u" access="read">
0037       <tp:docstring>
0038         Output key (if the "Key Present" bit is set in the output flags).
0039       </tp:docstring>
0040     </property>
0041 
0042     <property name="Local" type="s" access="read">
0043       <tp:docstring>
0044         The local end of the tunnel.
0045       </tp:docstring>
0046     </property>
0047 
0048     <property name="Remote" type="s" access="read">
0049       <tp:docstring>
0050         The remote end of the tunnel.
0051       </tp:docstring>
0052     </property>
0053 
0054     <property name="Ttl" type="y" access="read">
0055       <tp:docstring>
0056         The value to use in the IP TTL field for tunnel packets.
0057       </tp:docstring>
0058     </property>
0059 
0060     <property name="Tos" type="y" access="read">
0061       <tp:docstring>
0062         The value to use in the IP ToS field for tunnel packets.
0063       </tp:docstring>
0064     </property>
0065 
0066     <property name="PathMtuDiscovery" type="b" access="read">
0067       <tp:docstring>
0068         Whether path MTU discovery is performed.
0069       </tp:docstring>
0070     </property>
0071 
0072     <signal name="PropertiesChanged">
0073         <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0074         <arg name="properties" type="a{sv}" direction="In"/ tp:type="String_Variant_Map">
0075             <tp:docstring>
0076                 A dictionary mapping property names to variant boxed values
0077             </tp:docstring>
0078         </arg>
0079     </signal>
0080 
0081   </interface>
0082 </node>