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/NMSettingTun.html | 144 ++------------------------------------ 1 file changed, 7 insertions(+), 137 deletions(-) (limited to 'docs/libnm/html/NMSettingTun.html') diff --git a/docs/libnm/html/NMSettingTun.html b/docs/libnm/html/NMSettingTun.html index 5a31deab..0d1a7357 100644 --- a/docs/libnm/html/NMSettingTun.html +++ b/docs/libnm/html/NMSettingTun.html @@ -16,8 +16,7 @@ Top  |  Description  |  - Object Hierarchy  |  - Properties + Object Hierarchy Home Up @@ -99,50 +98,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-char *groupRead / Write
guintmodeRead / Write
gbooleanmulti-queueRead / Write
-char *ownerRead / Write
gbooleanpiRead / Write
gbooleanvnet-hdrRead / Write
-
-

Types and Values

@@ -182,10 +137,6 @@ - - - -
enum NMSettingTunMode
 NMSettingTun
@@ -193,9 +144,6 @@

Object Hierarchy

    GEnum
     ╰── NMSettingTunMode
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingTun
 
@@ -239,7 +187,7 @@ nm_setting_tun_get_mode (

Returns

-

the “mode” property of the setting

+

the “mode” property of the setting

Since: 1.2

@@ -265,7 +213,7 @@ nm_setting_tun_get_owner (

Returns

-

the “owner” property of the setting

+

the “owner” property of the setting

Since: 1.2

@@ -291,7 +239,7 @@ nm_setting_tun_get_group (

Returns

-

the “group” property of the setting

+

the “group” property of the setting

Since: 1.2

@@ -317,7 +265,7 @@ nm_setting_tun_get_pi (

Returns

-

the “pi” property of the setting

+

the “pi” property of the setting

Since: 1.2

@@ -343,7 +291,7 @@ nm_setting_tun_get_vnet_hdr (

Returns

-

the “vnet_hdr” property of the setting

+

the “vnet_hdr” property of the setting

Since: 1.2

@@ -369,7 +317,7 @@ nm_setting_tun_get_multi_queue (

Returns

-

the “multi-queue” property of the setting

+

the “multi-queue” property of the setting

Since: 1.2

@@ -455,84 +403,6 @@ nm_setting_tun_get_multi_queue ( -
-
-

NMSettingTun

-
typedef struct _NMSettingTun NMSettingTun;
-

Tunnel Settings

-
- -
-

Property Details

-
-

The “group” property

-
  “group”                    char *
-

The group ID which will own the device. If set to NULL everyone -will be able to use the device.

-

Owner: NMSettingTun

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “mode” property

-
  “mode”                     guint
-

The operating mode of the virtual device. Allowed values are -NM_SETTING_TUN_MODE_TUN to create a layer 3 device and -NM_SETTING_TUN_MODE_TAP to create an Ethernet-like layer 2 -one.

-

Owner: NMSettingTun

-

Flags: Read / Write

-

Default value: 1

-

Since: 1.2

-
-
-
-

The “multi-queue” property

-
  “multi-queue”              gboolean
-

If the property is set to TRUE, the interface will support -multiple file descriptors (queues) to parallelize packet -sending or receiving. Otherwise, the interface will only -support a single queue.

-

Owner: NMSettingTun

-

Flags: Read / Write

-

Default value: FALSE

-

Since: 1.2

-
-
-
-

The “owner” property

-
  “owner”                    char *
-

The user ID which will own the device. If set to NULL everyone -will be able to use the device.

-

Owner: NMSettingTun

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.2

-
-
-
-

The “pi” property

-
  “pi”                       gboolean
-

If TRUE the interface will prepend a 4 byte header describing the -physical interface to the packets.

-

Owner: NMSettingTun

-

Flags: Read / Write

-

Default value: FALSE

-

Since: 1.2

-
-
-
-

The “vnet-hdr” property

-
  “vnet-hdr”                 gboolean
-

If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio -network header.

-

Owner: NMSettingTun

-

Flags: Read / Write

-

Default value: FALSE

-

Since: 1.2

-