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/NMSettingMacsec.html | 194 ++--------------------------------- 1 file changed, 10 insertions(+), 184 deletions(-) (limited to 'docs/libnm/html/NMSettingMacsec.html') diff --git a/docs/libnm/html/NMSettingMacsec.html b/docs/libnm/html/NMSettingMacsec.html index 66325c62..dcb999b4 100644 --- a/docs/libnm/html/NMSettingMacsec.html +++ b/docs/libnm/html/NMSettingMacsec.html @@ -16,8 +16,7 @@ Top  |  Description  |  - Object Hierarchy  |  - Properties + Object Hierarchy Home Up @@ -122,66 +121,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
gbooleanencryptRead / Write
-char *mka-cakRead / Write
NMSettingSecretFlagsmka-cak-flagsRead / Write
-char *mka-cknRead / Write
intmodeRead / Write
-char *parentRead / Write
intportRead / Write
gbooleansend-sciRead / Write
intvalidationRead / Write
-
-

Types and Values

@@ -230,10 +169,6 @@ - - - - @@ -257,9 +192,6 @@
    GEnum
     ├── NMSettingMacsecMode
     ╰── NMSettingMacsecValidation
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingMacsec
 
@@ -303,7 +235,7 @@ nm_setting_macsec_get_parent (

Returns

-

the “parent” property of the setting

+

the “parent” property of the setting

Since: 1.6

@@ -329,7 +261,7 @@ nm_setting_macsec_get_mode (

Returns

-

the “mode” property of the setting

+

the “mode” property of the setting

Since: 1.6

@@ -355,7 +287,7 @@ nm_setting_macsec_get_encrypt (

Returns

-

the “encrypt” property of the setting

+

the “encrypt” property of the setting

Since: 1.6

@@ -381,7 +313,7 @@ nm_setting_macsec_get_mka_cak (

Returns

-

the “mka-cak” property of the setting

+

the “mka-cak” property of the setting

Since: 1.6

@@ -407,7 +339,7 @@ nm_setting_macsec_get_mka_cak_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “mka-cak”

+

the NMSettingSecretFlags pertaining to the “mka-cak”

Since: 1.6

@@ -433,7 +365,7 @@ nm_setting_macsec_get_mka_ckn (

Returns

-

the “mka-ckn” property of the setting

+

the “mka-ckn” property of the setting

Since: 1.6

@@ -459,7 +391,7 @@ nm_setting_macsec_get_port (

Returns

-

the “port” property of the setting

+

the “port” property of the setting

Since: 1.6

@@ -485,7 +417,7 @@ nm_setting_macsec_get_validation (

Returns

-

the “validation” property of the setting

+

the “validation” property of the setting

Since: 1.6

@@ -511,7 +443,7 @@ nm_setting_macsec_get_send_sci (

Returns

-

the “send-sci” property of the setting

+

the “send-sci” property of the setting

Since: 1.12

@@ -579,12 +511,6 @@ nm_setting_macsec_get_send_sci (
-

NMSettingMacsec

-
typedef struct _NMSettingMacsec NMSettingMacsec;
-

MACSec Settings

-
-
-

enum NMSettingMacsecMode

NMSettingMacsecMode controls how the CAK (Connectivity Association Key) used in MKA (MACsec Key Agreement) is obtained.

@@ -671,106 +597,6 @@ verify frames are dropped

-
-

Property Details

-
-

The “encrypt” property

-
  “encrypt”                  gboolean
-

Whether the transmitted traffic must be encrypted.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Default value: TRUE

-

Since: 1.6

-
-
-
-

The “mka-cak” property

-
  “mka-cak”                  char *
-

The pre-shared CAK (Connectivity Association Key) for MACsec -Key Agreement.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.6

-
-
-
-

The “mka-cak-flags” property

-
  “mka-cak-flags”            NMSettingSecretFlags
-

Flags indicating how to handle the “mka-cak” -property.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Since: 1.6

-
-
-
-

The “mka-ckn” property

-
  “mka-ckn”                  char *
-

The pre-shared CKN (Connectivity-association Key Name) for -MACsec Key Agreement.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.6

-
-
-
-

The “mode” property

-
  “mode”                     int
-

Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key -Agreement) is obtained.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.6

-
-
-
-

The “parent” property

-
  “parent”                   char *
-

If given, specifies the parent interface name or parent connection UUID -from which this MACSEC interface should be created. If this property is -not specified, the connection must contain an NMSettingWired setting -with a “mac-address” property.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.6

-
-
-
-

The “port” property

-
  “port”                     int
-

The port component of the SCI (Secure Channel Identifier), between 1 and 65534.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Allowed values: [1,65534]

-

Default value: 1

-

Since: 1.6

-
-
-
-

The “send-sci” property

-
  “send-sci”                 gboolean
-

Specifies whether the SCI (Secure Channel Identifier) is included -in every packet.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Default value: TRUE

-

Since: 1.12

-
-
-
-

The “validation” property

-
  “validation”               int
-

Specifies the validation mode for incoming frames.

-

Owner: NMSettingMacsec

-

Flags: Read / Write

-

Default value: 2

-

Since: 1.6

-
-
-- cgit 1.3.0-6-gf8a5
NM_SETTING_MACSEC_SEND_SCI
 NMSettingMacsec
enum NMSettingMacsecMode