From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl Types and Values
NM_SETTING_IP_TUNNEL_SETTING_NAME
-#define NM_SETTING_IP_TUNNEL_SETTING_NAME "ip-tunnel"
+
#define NM_SETTING_IP_TUNNEL_SETTING_NAME "ip-tunnel"
@@ -827,7 +827,7 @@ to packets. This property applies only to IPv6 tunnels.
“flags” property“flags” guint-
Tunnel flags. Currently the following values are supported: +
Tunnel flags. Currently, the following values are supported:
the new empty NMSettingIPTunnel object. [transfer full] [transfer full]NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT, NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS,
NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL, NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV,
NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY, NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK.
--
cgit 1.3.0-6-gf8a5
From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
-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
Since: 1.2
@@ -852,7 +852,7 @@ IPv6 tunnels.“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.