summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-11-30 21:22:13 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2015-12-01 17:39:41 +0100
commit8361fbf010b8fd6cd78ec944af1f3f96f8e67c78 (patch)
tree9693738f309f123444477153d511a08f83564c48 /introspection
parent8d2aa135344b04ff79c94defdb27e8bdecb004ff (diff)
downloadNetworkManager-8361fbf010b8fd6cd78ec944af1f3f96f8e67c78.tar.gz
device/ip-tunnel: add support for IP6TNL tunnels
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-device-ip-tunnel.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/introspection/nm-device-ip-tunnel.xml b/introspection/nm-device-ip-tunnel.xml
index db5335b2a5..fcb42ce275 100644
--- a/introspection/nm-device-ip-tunnel.xml
+++ b/introspection/nm-device-ip-tunnel.xml
@@ -59,6 +59,21 @@
</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>