From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl the new empty NMSettingIPTunnel object. [transfer full] [transfer full] Since: 1.2
-gchar *
+char *
input-key
Read / Write
@@ -199,13 +199,13 @@
-gchar *
+char *
local
Read / Write
-gchar *
+char *
output-key
Read / Write
@@ -216,7 +216,7 @@
-gchar *
+char *
parent
Read / Write
@@ -330,7 +330,7 @@ nm_setting_ip_tunnel_new (
-gchar *
+char *
remote
Read / Write
void
Returns
“input-key” property“input-key” gchar *+
“input-key” char *
The key used for tunnel input packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.
Owner: NMSettingIPTunnel
@@ -863,7 +863,7 @@ certain tunnel modes (GRE, IP6GRE). If empty, no key is used.“local” property“local” gchar *+
“local” char *
The local endpoint of the tunnel; the value can be empty, otherwise it must contain an IPv4 or IPv6 address.
Owner: NMSettingIPTunnel
@@ -896,7 +896,7 @@ breaking larger packets up into multiple fragments.“output-key” property“output-key” gchar *+
“output-key” char *
The key used for tunnel output packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.
Owner: NMSettingIPTunnel
@@ -907,7 +907,7 @@ certain tunnel modes (GRE, IP6GRE). If empty, no key is used.“parent” property“parent” gchar *+
“parent” char *
If given, specifies the parent interface name or parent connection UUID the new device will be bound to so that tunneled packets will only be routed via that interface.
@@ -929,7 +929,7 @@ routed via that interface.“remote” property“remote” gchar *+
“remote” char *
The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 address.
Owner: NMSettingIPTunnel
@@ -964,6 +964,6 @@ packets inherit the TTL value.