From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 4 Jun 2018 00:07:45 +0200 Subject: New upstream version 1.11.4 --- docs/libnm/html/NMSettingTeamPort.html | 110 ++++++++++++++++----------------- 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'docs/libnm/html/NMSettingTeamPort.html') diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 4e5feda1..d518b45e 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -8,7 +8,7 @@ - + @@ -58,7 +58,7 @@ -gint +gint nm_setting_team_port_get_queue_id () @@ -66,7 +66,7 @@ -gint +gint nm_setting_team_port_get_prio () @@ -74,7 +74,7 @@ -gboolean +gboolean nm_setting_team_port_get_sticky () @@ -82,7 +82,7 @@ -gint +gint nm_setting_team_port_get_lacp_prio () @@ -90,7 +90,7 @@ -gint +gint nm_setting_team_port_get_lacp_key () @@ -98,7 +98,7 @@ -guint +guint nm_setting_team_port_get_num_link_watchers () @@ -114,7 +114,7 @@ -gboolean +gboolean nm_setting_team_port_add_link_watcher () @@ -130,7 +130,7 @@ -gboolean +gboolean nm_setting_team_port_remove_link_watcher_by_value () @@ -158,38 +158,38 @@ -gchar * +gchar * config Read / Write -gint +gint lacp-key Read / Write -gint +gint lacp-prio Read / Write -GPtrArray * +GPtrArray * link-watchers Read / Write -gint +gint prio Read / Write -gint +gint queue-id Read / Write -gboolean +gboolean sticky Read / Write @@ -253,7 +253,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSetting
         ╰── NMSettingTeamPort
 
@@ -304,7 +304,7 @@ nm_setting_team_port_get_config (

nm_setting_team_port_get_queue_id ()

-
gint
+
gint
 nm_setting_team_port_get_queue_id (NMSettingTeamPort *setting);

Parameters

@@ -325,12 +325,12 @@ nm_setting_team_port_get_queue_id (

Returns

the “queue_id” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_get_prio ()

-
gint
+
gint
 nm_setting_team_port_get_prio (NMSettingTeamPort *setting);

Parameters

@@ -351,12 +351,12 @@ nm_setting_team_port_get_prio (

Returns

the “prio” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_get_sticky ()

-
gboolean
+
gboolean
 nm_setting_team_port_get_sticky (NMSettingTeamPort *setting);

Parameters

@@ -377,12 +377,12 @@ nm_setting_team_port_get_sticky (

Returns

the “sticky” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_get_lacp_prio ()

-
gint
+
gint
 nm_setting_team_port_get_lacp_prio (NMSettingTeamPort *setting);

Parameters

@@ -403,12 +403,12 @@ nm_setting_team_port_get_lacp_prio (

Returns

the “lacp-prio” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_get_lacp_key ()

-
gint
+
gint
 nm_setting_team_port_get_lacp_key (NMSettingTeamPort *setting);

Parameters

@@ -429,12 +429,12 @@ nm_setting_team_port_get_lacp_key (

Returns

the “lacp-key” property of the setting

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_get_num_link_watchers ()

-
guint
+
guint
 nm_setting_team_port_get_num_link_watchers
                                (NMSettingTeamPort *setting);
@@ -456,14 +456,14 @@ nm_setting_team_port_get_num_link_watchers

Returns

the number of configured link watchers

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_get_link_watcher ()

NMTeamLinkWatcher *
 nm_setting_team_port_get_link_watcher (NMSettingTeamPort *setting,
-                                       guint idx);
+ guint idx);

Parameters

@@ -492,12 +492,12 @@ nm_setting_team_port_get_link_watcher ([transfer none]

-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_add_link_watcher ()

-
gboolean
+
gboolean
 nm_setting_team_port_add_link_watcher (NMSettingTeamPort *setting,
                                        NMTeamLinkWatcher *link_watcher);

Appends a new link watcher to the setting.

@@ -525,10 +525,10 @@ nm_setting_team_port_add_link_watcher (

Returns

-

TRUE if the link watcher is added; FALSE if an identical link +

TRUE if the link watcher is added; FALSE if an identical link watcher was already there.

-

Since: 1.10.2

+

Since: 1.12


@@ -536,7 +536,7 @@ watcher was already there.

void
 nm_setting_team_port_remove_link_watcher
                                (NMSettingTeamPort *setting,
-                                guint idx);
+ guint idx);

Removes the link watcher at index idx.

Parameters

@@ -560,12 +560,12 @@ nm_setting_team_port_remove_link_watcher
-

Since: 1.10.2

+

Since: 1.12


nm_setting_team_port_remove_link_watcher_by_value ()

-
gboolean
+
gboolean
 nm_setting_team_port_remove_link_watcher_by_value
                                (NMSettingTeamPort *setting,
                                 NMTeamLinkWatcher *link_watcher);
@@ -594,9 +594,9 @@ nm_setting_team_port_remove_link_watcher_by_value

Returns

-

TRUE if the link watcher was found and removed, FALSE otherwise.

+

TRUE if the link watcher was found and removed, FALSE otherwise.

-

Since: 1.10.2

+

Since: 1.12


@@ -620,7 +620,7 @@ nm_setting_team_port_clear_link_watchers
-

Since: 1.10.2

+

Since: 1.12

@@ -695,7 +695,7 @@ nm_setting_team_port_clear_link_watchers

Property Details

The “config” property

-
  “config”                   gchar *
+
  “config”                   gchar *

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 @@ -706,25 +706,25 @@ used. See man teamd.conf for the format details.


The “lacp-key” property

-
  “lacp-key”                 gint
+
  “lacp-key”                 gint

Corresponds to the teamd ports.PORTIFNAME.lacp_key.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “lacp-prio” property

-
  “lacp-prio”                gint
+
  “lacp-prio”                gint

Corresponds to the teamd ports.PORTIFNAME.lacp_prio.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “link-watchers” property

-
  “link-watchers”            GPtrArray *
+
  “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 @@ -733,41 +733,41 @@ 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-incative', 'send-always'. See teamd.conf man for more details.

-

Element-Type: NMTeamLinkWatcher

+

[type GPtrArray(NMTeamLinkWatcher)]

Flags: Read / Write

-

Since: 1.10.2

+

Since: 1.12


The “prio” property

-
  “prio”                     gint
+
  “prio”                     gint

Corresponds to the teamd ports.PORTIFNAME.prio.

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “queue-id” property

-
  “queue-id”                 gint
+
  “queue-id”                 gint

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

Flags: Read / Write

Default value: 0

-

Since: 1.10.2

+

Since: 1.12


The “sticky” property

-
  “sticky”                   gboolean
+
  “sticky”                   gboolean

Corresponds to the teamd ports.PORTIFNAME.sticky.

Flags: Read / Write

Default value: FALSE

-

Since: 1.10.2

+

Since: 1.12

+
Generated by GTK-Doc V1.28 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 429393567647935d9123e21fd27a7529d50255eb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 1 Jul 2018 20:58:23 +0200 Subject: New upstream version 1.12.0 --- 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 d518b45e..7e9f9736 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -6,8 +6,8 @@ - - + + @@ -21,8 +21,8 @@ Home Up -Prev -Next +Prev +Next
-- cgit 1.3.0-6-gf8a5 From caf1db9d6fbc056cc6c76a24574890f6c7895f3d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Jul 2018 13:12:18 +0200 Subject: New upstream version 1.12.2 --- docs/libnm/html/NMSettingTeamPort.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMSettingTeamPort.html') diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 7e9f9736..9ef05b2e 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -6,7 +6,7 @@ - + @@ -21,7 +21,7 @@ Home Up -Prev +Prev Next
-- cgit 1.3.0-6-gf8a5