From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMSettingIPTunnel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMSettingIPTunnel.html') diff --git a/docs/libnm/html/NMSettingIPTunnel.html b/docs/libnm/html/NMSettingIPTunnel.html index dfa79d34..3a4310b6 100644 --- a/docs/libnm/html/NMSettingIPTunnel.html +++ b/docs/libnm/html/NMSettingIPTunnel.html @@ -671,7 +671,7 @@ nm_setting_ip_tunnel_get_flags (

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.

The “flags” property

  “flags”                    guint
-

Tunnel flags. Currently the following values are supported: +

Tunnel flags. Currently, the following values are supported: 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 Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMSettingIPTunnel.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/libnm/html/NMSettingIPTunnel.html') diff --git a/docs/libnm/html/NMSettingIPTunnel.html b/docs/libnm/html/NMSettingIPTunnel.html index 3a4310b6..b81a7a3f 100644 --- a/docs/libnm/html/NMSettingIPTunnel.html +++ b/docs/libnm/html/NMSettingIPTunnel.html @@ -8,7 +8,7 @@ - + @@ -177,13 +177,13 @@ -gchar * +char * input-key Read / Write -gchar * +char * local Read / Write @@ -199,13 +199,13 @@ -gchar * +char * output-key Read / Write -gchar * +char * parent Read / Write @@ -216,7 +216,7 @@ -gchar * +char * remote Read / Write @@ -330,7 +330,7 @@ nm_setting_ip_tunnel_new (void

Returns

the new empty NMSettingIPTunnel object.

-

[transfer full]

+

[transfer full]

Since: 1.2

@@ -852,7 +852,7 @@ IPv6 tunnels.


The “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.


The “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.


The “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.


The “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.


The “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.

+
Generated by GTK-Doc V1.33.1
\ No newline at end of file -- cgit 1.3.0-6-gf8a5