From bfe522304da217296e2a61040f58e35ec5d6f3f2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 16 Aug 2021 09:51:46 +0200 Subject: New upstream version 1.30.6 --- docs/libnm/html/NMSettingTeamPort.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/libnm/html/NMSettingTeamPort.html') diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 5ec9a746..be731078 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -8,7 +8,7 @@ - + @@ -273,7 +273,7 @@ nm_setting_team_port_new (void

Returns

the new empty NMSettingTeamPort object.

-

[transfer full]

+

[transfer full]


@@ -490,7 +490,7 @@ nm_setting_team_port_get_link_watcher (

Returns

the link watcher at index idx .

-

[transfer none]

+

[transfer none]

Since: 1.12

@@ -775,6 +775,6 @@ When set to -1 means the parameter is skipped from the json config.

+
Generated by GTK-Doc V1.33.0 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:05:04 +0200 Subject: New upstream version 1.32.12 --- docs/libnm/html/NMSettingTeamPort.html | 164 ++------------------------------- 1 file changed, 7 insertions(+), 157 deletions(-) (limited to 'docs/libnm/html/NMSettingTeamPort.html') diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index be731078..05c73ba0 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -15,9 +15,7 @@ @@ -148,55 +146,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-char *configRead / Write
intlacp-keyRead / Write
intlacp-prioRead / Write
-GPtrArray *link-watchersRead / Write
intprioRead / Write
intqueue-idRead / Write
gbooleanstickyRead / Write
-
-

Types and Values

@@ -244,21 +193,10 @@ - - - -
#define NM_SETTING_TEAM_PORT_LACP_PRIO_DEFAULT
 NMSettingTeamPort
-

Object Hierarchy

-
    GObject
-    ╰── NMSetting
-        ╰── NMSettingTeamPort
-
-
-

Description

The NMSettingTeamPort object is a NMSetting subclass that describes optional properties that apply to team ports.

@@ -298,7 +236,7 @@ nm_setting_team_port_get_config (

Returns

-

the “config” property of the setting

+

the “config” property of the setting


@@ -323,7 +261,7 @@ nm_setting_team_port_get_queue_id (

Returns

-

the “queue_id” property of the setting

+

the “queue_id” property of the setting

Since: 1.12

@@ -349,7 +287,7 @@ nm_setting_team_port_get_prio (

Returns

-

the “prio” property of the setting

+

the “prio” property of the setting

Since: 1.12

@@ -375,7 +313,7 @@ nm_setting_team_port_get_sticky (

Returns

-

the “sticky” property of the setting

+

the “sticky” property of the setting

Since: 1.12

@@ -401,7 +339,7 @@ nm_setting_team_port_get_lacp_prio (

Returns

-

the “lacp-prio” property of the setting

+

the “lacp-prio” property of the setting

Since: 1.12

@@ -427,7 +365,7 @@ nm_setting_team_port_get_lacp_key (

Returns

-

the “lacp-key” property of the setting

+

the “lacp-key” property of the setting

Since: 1.12

@@ -684,94 +622,6 @@ nm_setting_team_port_clear_link_watchers
#define NM_SETTING_TEAM_PORT_LACP_PRIO_DEFAULT 255
 
-
-
-

NMSettingTeamPort

-
typedef struct _NMSettingTeamPort NMSettingTeamPort;
-

Team Port Settings

-
- -
-

Property Details

-
-

The “config” property

-
  “config”                   char *
-

The JSON configuration for the team port. The property should contain raw -JSON configuration data suitable for teamd, because the value is passed -directly to teamd. If not specified, the default configuration is -used. See man teamd.conf for the format details.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “lacp-key” property

-
  “lacp-key”                 int
-

Corresponds to the teamd ports.PORTIFNAME.lacp_key.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: -1

-

Since: 1.12

-
-
-
-

The “lacp-prio” property

-
  “lacp-prio”                int
-

Corresponds to the teamd ports.PORTIFNAME.lacp_prio.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: -1

-

Since: 1.12

-
-
-
-

The “link-watchers” property

-
  “link-watchers”            GPtrArray *
-

Link watchers configuration for the connection: each link watcher is -defined by a dictionary, whose keys depend upon the selected link -watcher. Available link watchers are 'ethtool', 'nsna_ping' and -'arp_ping' and it is specified in the dictionary with the key 'name'. -Available keys are: ethtool: 'delay-up', 'delay-down', 'init-wait'; -nsna_ping: 'init-wait', 'interval', 'missed-max', 'target-host'; -arp_ping: all the ones in nsna_ping and 'source-host', 'validate-active', -'validate-inactive', 'send-always'. See teamd.conf man for more details.

-

[type GPtrArray(NMTeamLinkWatcher)]

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Since: 1.12

-
-
-
-

The “prio” property

-
  “prio”                     int
-

Corresponds to the teamd ports.PORTIFNAME.prio.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.12

-
-
-
-

The “queue-id” property

-
  “queue-id”                 int
-

Corresponds to the teamd ports.PORTIFNAME.queue_id. -When set to -1 means the parameter is skipped from the json config.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: -1

-

Since: 1.12

-
-
-
-

The “sticky” property

-
  “sticky”                   gboolean
-

Corresponds to the teamd ports.PORTIFNAME.sticky.

-

Owner: NMSettingTeamPort

-

Flags: Read / Write

-

Default value: FALSE

-

Since: 1.12

-

@@ -261,7 +261,7 @@ nm_setting_team_port_get_queue_id (

Returns

-

the “queue_id” property of the setting

+

the “queue_id” property of the setting

Since: 1.12

@@ -287,7 +287,7 @@ nm_setting_team_port_get_prio (

Returns

-

the “prio” property of the setting

+

the “prio” property of the setting

Since: 1.12

@@ -313,7 +313,7 @@ nm_setting_team_port_get_sticky (

Returns

-

the “sticky” property of the setting

+

the “sticky” property of the setting

Since: 1.12

@@ -339,7 +339,7 @@ nm_setting_team_port_get_lacp_prio (

Returns

-

the “lacp-prio” property of the setting

+

the “lacp-prio” property of the setting

Since: 1.12

@@ -365,7 +365,7 @@ nm_setting_team_port_get_lacp_key (

Returns

-

the “lacp-key” property of the setting

+

the “lacp-key” property of the setting

Since: 1.12

-- cgit 1.3.0-6-gf8a5