mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 05:30:08 +01:00
86 lines
2.5 KiB
XML
86 lines
2.5 KiB
XML
<?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>
|