From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMSettingIPTunnel.html | 274 ++------------------------------- 1 file changed, 13 insertions(+), 261 deletions(-) (limited to 'docs/libnm/html/NMSettingIPTunnel.html') diff --git a/docs/libnm/html/NMSettingIPTunnel.html b/docs/libnm/html/NMSettingIPTunnel.html index b81a7a3f..f8671d1c 100644 --- a/docs/libnm/html/NMSettingIPTunnel.html +++ b/docs/libnm/html/NMSettingIPTunnel.html @@ -16,8 +16,7 @@ Top  |  Description  |  - Object Hierarchy  |  - Properties + Object Hierarchy Home Up @@ -152,88 +151,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
guintencapsulation-limitRead / Write
guintflagsRead / Write
guintflow-labelRead / Write
-char *input-keyRead / Write
-char *localRead / Write
guintmodeRead / Write
guintmtuRead / Write
-char *output-keyRead / Write
-char *parentRead / Write
gbooleanpath-mtu-discoveryRead / Write
-char *remoteRead / Write
guinttosRead / Write
guintttlRead / Write
-
-

Types and Values

@@ -298,10 +215,6 @@ - - - - @@ -312,9 +225,6 @@

Object Hierarchy

    GFlags
     ╰── NMIPTunnelFlags
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingIPTunnel
 
@@ -339,7 +249,7 @@ nm_setting_ip_tunnel_new (void

nm_setting_ip_tunnel_get_parent ()

const char *
 nm_setting_ip_tunnel_get_parent (NMSettingIPTunnel *setting);
-

Returns the “parent” property of the setting

+

Returns the “parent” property of the setting

Parameters

NM_SETTING_IP_TUNNEL_FLAGS
 NMSettingIPTunnel
enum NMIPTunnelFlags
@@ -366,7 +276,7 @@ nm_setting_ip_tunnel_get_parent (

nm_setting_ip_tunnel_get_mode ()

NMIPTunnelMode
 nm_setting_ip_tunnel_get_mode (NMSettingIPTunnel *setting);
-

Returns the “mode” property of the setting.

+

Returns the “mode” property of the setting.

Parameters

@@ -393,7 +303,7 @@ nm_setting_ip_tunnel_get_mode (

nm_setting_ip_tunnel_get_local ()

const char *
 nm_setting_ip_tunnel_get_local (NMSettingIPTunnel *setting);
-

Returns the “local” property of the setting.

+

Returns the “local” property of the setting.

Parameters

@@ -420,7 +330,7 @@ nm_setting_ip_tunnel_get_local (

nm_setting_ip_tunnel_get_remote ()

const char *
 nm_setting_ip_tunnel_get_remote (NMSettingIPTunnel *setting);
-

Returns the “remote” property of the setting.

+

Returns the “remote” property of the setting.

Parameters

@@ -447,7 +357,7 @@ nm_setting_ip_tunnel_get_remote (

nm_setting_ip_tunnel_get_ttl ()

guint
 nm_setting_ip_tunnel_get_ttl (NMSettingIPTunnel *setting);
-

Returns the “ttl” property of the setting.

+

Returns the “ttl” property of the setting.

Parameters

@@ -474,7 +384,7 @@ nm_setting_ip_tunnel_get_ttl (

nm_setting_ip_tunnel_get_tos ()

guint
 nm_setting_ip_tunnel_get_tos (NMSettingIPTunnel *setting);
-

Returns the “tos” property of the setting.

+

Returns the “tos” property of the setting.

Parameters

@@ -502,7 +412,7 @@ nm_setting_ip_tunnel_get_tos (gboolean nm_setting_ip_tunnel_get_path_mtu_discovery (NMSettingIPTunnel *setting); -

Returns the “path-mtu-discovery” property of the setting.

+

Returns the “path-mtu-discovery” property of the setting.

Parameters

@@ -529,7 +439,7 @@ nm_setting_ip_tunnel_get_path_mtu_discovery

nm_setting_ip_tunnel_get_input_key ()

const char *
 nm_setting_ip_tunnel_get_input_key (NMSettingIPTunnel *setting);
-

Returns the “input-key” property of the setting.

+

Returns the “input-key” property of the setting.

Parameters

@@ -556,7 +466,7 @@ nm_setting_ip_tunnel_get_input_key (

nm_setting_ip_tunnel_get_output_key ()

const char *
 nm_setting_ip_tunnel_get_output_key (NMSettingIPTunnel *setting);
-

Returns the “output-key” property of the setting.

+

Returns the “output-key” property of the setting.

Parameters

@@ -584,7 +494,7 @@ nm_setting_ip_tunnel_get_output_key (guint nm_setting_ip_tunnel_get_encapsulation_limit (NMSettingIPTunnel *setting); -

Returns the “encapsulation-limit” property of the setting.

+

Returns the “encapsulation-limit” property of the setting.

Parameters

@@ -611,7 +521,7 @@ nm_setting_ip_tunnel_get_encapsulation_limit

nm_setting_ip_tunnel_get_flow_label ()

guint
 nm_setting_ip_tunnel_get_flow_label (NMSettingIPTunnel *setting);
-

Returns the “flow-label” property of the setting.

+

Returns the “flow-label” property of the setting.

Parameters

@@ -638,7 +548,7 @@ nm_setting_ip_tunnel_get_flow_label (

nm_setting_ip_tunnel_get_mtu ()

guint
 nm_setting_ip_tunnel_get_mtu (NMSettingIPTunnel *setting);
-

Returns the “mtu” property of the setting.

+

Returns the “mtu” property of the setting.

Parameters

@@ -754,12 +664,6 @@ nm_setting_ip_tunnel_get_flags (
-

NMSettingIPTunnel

-
typedef struct _NMSettingIPTunnel NMSettingIPTunnel;
-

IP Tunneling Settings

-
-
-

enum NMIPTunnelFlags

Members

@@ -810,158 +714,6 @@ nm_setting_ip_tunnel_get_flags (
-
-

Property Details

-
-

The “encapsulation-limit” property

-
  “encapsulation-limit”      guint
-

How many additional levels of encapsulation are permitted to be prepended -to packets. This property applies only to IPv6 tunnels.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Allowed values: <= 255

-

Default value: 0

-

Since: 1.2

-
-
-
-

The “flags” property

-
  “flags”                    guint
-

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. -They are valid only for IPv6 tunnels.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.12

-
-
-
-

The “flow-label” property

-
  “flow-label”               guint
-

The flow label to assign to tunnel packets. This property applies only to -IPv6 tunnels.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Allowed values: <= 1048575

-

Default value: 0

-

Since: 1.2

-
-
-
-

The “input-key” property

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

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “local” property

-
  “local”                    char *
-

The local endpoint of the tunnel; the value can be empty, otherwise it -must contain an IPv4 or IPv6 address.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “mode” property

-
  “mode”                     guint
-

The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP or -NM_IP_TUNNEL_MODE_GRE.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.2

-
-
-
-

The “mtu” property

-
  “mtu”                      guint
-

If non-zero, only transmit packets of the specified size or smaller, -breaking larger packets up into multiple fragments.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.2

-
-
-
-

The “output-key” property

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

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “parent” property

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

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “path-mtu-discovery” property

-
  “path-mtu-discovery”       gboolean
-

Whether to enable Path MTU Discovery on this tunnel.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Default value: TRUE

-

Since: 1.2

-
-
-
-

The “remote” property

-
  “remote”                   char *
-

The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 -address.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “tos” property

-
  “tos”                      guint
-

The type of service (IPv4) or traffic class (IPv6) field to be set on -tunneled packets.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Allowed values: <= 255

-

Default value: 0

-

Since: 1.2

-
-
-
-

The “ttl” property

-
  “ttl”                      guint
-

The TTL to assign to tunneled packets. 0 is a special value meaning that -packets inherit the TTL value.

-

Owner: NMSettingIPTunnel

-

Flags: Read / Write

-

Allowed values: <= 255

-

Default value: 0

-

Since: 1.2

-
-
-- cgit 1.3.0-6-gf8a5