2016-04-05 01:09:48 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<node name= "/" >
2015-10-30 15:14:23 +01:00
<interface name= "org.freedesktop.NetworkManager.Device.IPTunnel" >
2016-04-05 01:09:48 +02:00
<!--
Mode:
2015-10-30 15:14:23 +01:00
The tunneling mode.
2016-04-05 01:09:48 +02:00
-->
<property name= "Mode" type= "u" access= "read" />
<!--
Parent:
2015-10-30 15:14:23 +01:00
The object path of the parent device.
2016-04-05 01:09:48 +02:00
-->
<property name= "Parent" type= "o" access= "read" />
<!--
Local:
2015-10-30 15:14:23 +01:00
The local endpoint of the tunnel.
2016-04-05 01:09:48 +02:00
-->
<property name= "Local" type= "s" access= "read" />
<!--
Remote:
2015-10-30 15:14:23 +01:00
The remote endpoint of the tunnel.
2016-04-05 01:09:48 +02:00
-->
<property name= "Remote" type= "s" access= "read" />
<!--
Ttl:
The TTL assigned to tunneled packets. 0 is a special value meaning that
packets inherit the TTL value
-->
<property name= "Ttl" type= "y" access= "read" />
<!--
Tos:
The type of service (IPv4) or traffic class (IPv6) assigned to tunneled
packets.
-->
<property name= "Tos" type= "y" access= "read" />
<!--
PathMtuDiscovery:
2015-10-30 15:14:23 +01:00
Whether path MTU discovery is enabled on this tunnel.
2016-04-05 01:09:48 +02:00
-->
<property name= "PathMtuDiscovery" type= "b" access= "read" />
<!--
InputKey:
2015-10-30 15:14:23 +01:00
The key used for incoming packets.
2016-04-05 01:09:48 +02:00
-->
<property name= "InputKey" type= "s" access= "read" />
<!--
OutputKey:
2015-10-30 15:14:23 +01:00
The key used for outgoing packets.
2016-04-05 01:09:48 +02:00
-->
<property name= "OutputKey" type= "s" access= "read" />
<!--
EncapsulationLimit:
How many additional levels of encapsulation are permitted to be prepended
to packets. This property applies only to IPv6 tunnels.
-->
<property name= "EncapsulationLimit" type= "y" access= "read" />
<!--
FlowLabel:
The flow label to assign to tunnel packets. This property applies only to
IPv6 tunnels.
-->
<property name= "FlowLabel" type= "u" access= "read" />
2015-11-30 21:22:13 +01:00
2016-04-05 01:09:48 +02:00
<!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values
2016-09-01 13:38:20 +02:00
DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
2016-04-05 01:09:48 +02:00
-->
2015-10-30 15:14:23 +01:00
<signal name= "PropertiesChanged" >
2016-04-05 11:27:17 +02:00
<arg name= "properties" type= "a{sv}" />
2015-10-30 15:14:23 +01:00
</signal>
</interface>
</node>