From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Apr 2020 21:28:04 +0200 Subject: New upstream version 1.23.90 --- docs/libnm/html/NMSettingBridge.html | 505 +++++++++++++++++++---------------- 1 file changed, 272 insertions(+), 233 deletions(-) (limited to 'docs/libnm/html/NMSettingBridge.html') diff --git a/docs/libnm/html/NMSettingBridge.html b/docs/libnm/html/NMSettingBridge.html index aba352a2..53ec4b46 100644 --- a/docs/libnm/html/NMSettingBridge.html +++ b/docs/libnm/html/NMSettingBridge.html @@ -8,7 +8,7 @@ - + @@ -16,8 +16,7 @@ Top  |  Description  |  - Object Hierarchy  |  - Properties + Object Hierarchy Home Up @@ -37,8 +36,8 @@

Functions

--++ @@ -296,79 +295,50 @@ nm_bridge_vlan_from_str () - -
- -
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - + + - - - + + - - - + + - - - + + - - - + +
guintageing-timeRead / Write / Construct
guintforward-delayRead / Write / Construct
guintgroup-forward-maskRead / Write / Construct
guinthello-timeRead / Write / Construct
-gchar *mac-addressRead / Write
guintmax-ageRead / Write / Construct
gbooleanmulticast-snoopingRead / Write / Constructconst char * + +nm_setting_bridge_get_group_address () +
guintpriorityRead / Write / Constructconst char * + +nm_setting_bridge_get_vlan_protocol () +
gbooleanstpRead / Write / Construct +gboolean + +nm_setting_bridge_get_vlan_stats_enabled () +
guintvlan-default-pvidRead / Write / Constructconst char * + +nm_setting_bridge_get_multicast_router () +
gbooleanvlan-filteringRead / Write / Construct +gboolean + +nm_setting_bridge_get_multicast_query_use_ifaddr () +
-GPtrArray *vlansRead / Write +gboolean + +nm_setting_bridge_get_multicast_querier () +
@@ -377,8 +347,8 @@

Types and Values

@@ -452,9 +442,6 @@

Object Hierarchy

    GBoxed
     ╰── NMBridgeVlan
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingBridge
 
@@ -497,7 +484,7 @@ nm_setting_bridge_get_mac_address (

Returns

-

the “mac-address” property of the setting

+

the “mac-address” property of the setting


@@ -522,7 +509,7 @@ nm_setting_bridge_get_stp (

Returns

-

the “stp” property of the setting

+

the “stp” property of the setting


@@ -547,7 +534,7 @@ nm_setting_bridge_get_priority (

Returns

-

the “priority” property of the setting

+

the “priority” property of the setting


@@ -572,7 +559,7 @@ nm_setting_bridge_get_forward_delay (

Returns

-

the “forward-delay” property of the setting

+

the “forward-delay” property of the setting


@@ -597,7 +584,7 @@ nm_setting_bridge_get_hello_time (

Returns

-

the “hello-time” property of the setting

+

the “hello-time” property of the setting


@@ -622,7 +609,7 @@ nm_setting_bridge_get_max_age (

Returns

-

the “max-age” property of the setting

+

the “max-age” property of the setting


@@ -647,7 +634,7 @@ nm_setting_bridge_get_ageing_time (

Returns

-

the “ageing-time” property of the setting

+

the “ageing-time” property of the setting


@@ -673,7 +660,7 @@ nm_setting_bridge_get_group_forward_mask

Returns

-

the “group-forward-mask” property of the setting

+

the “group-forward-mask” property of the setting

Since: 1.10

@@ -700,7 +687,7 @@ nm_setting_bridge_get_multicast_snooping

Returns

-

the “multicast-snooping” property of the setting

+

the “multicast-snooping” property of the setting

Since: 1.2

@@ -726,7 +713,7 @@ nm_setting_bridge_get_vlan_filtering (

Returns

-

the “vlan-filtering” property of the setting

+

the “vlan-filtering” property of the setting

Since: 1.18

@@ -753,7 +740,7 @@ nm_setting_bridge_get_vlan_default_pvid

Returns

-

the “vlan-default-pvid” property of the setting

+

the “vlan-default-pvid” property of the setting

Since: 1.18

@@ -1398,6 +1385,166 @@ discipline to a

Since: 1.18

+
+
+

nm_setting_bridge_get_group_address ()

+
const char *
+nm_setting_bridge_get_group_address (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “group-address” property of the setting

+

Since 1.24

+
+
+
+
+

nm_setting_bridge_get_vlan_protocol ()

+
const char *
+nm_setting_bridge_get_vlan_protocol (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “vlan-protocol” property of the setting

+

Since 1.24

+
+
+
+
+

nm_setting_bridge_get_vlan_stats_enabled ()

+
gboolean
+nm_setting_bridge_get_vlan_stats_enabled
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “vlan-stats-enabled” property of the setting

+

Since 1.24

+
+
+
+
+

nm_setting_bridge_get_multicast_router ()

+
const char *
+nm_setting_bridge_get_multicast_router
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-router” property of the setting

+

Since 1.24

+
+
+
+
+

nm_setting_bridge_get_multicast_query_use_ifaddr ()

+
gboolean
+nm_setting_bridge_get_multicast_query_use_ifaddr
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-query-use-ifaddr” property of the setting

+

Since 1.24

+
+
+
+
+

nm_setting_bridge_get_multicast_querier ()

+
gboolean
+nm_setting_bridge_get_multicast_querier
+                               (const NMSettingBridge *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingBridge

 
+
+
+

Returns

+

the “multicast-querier” property of the setting

+

Since 1.24

+
+

Types and Values

@@ -1409,234 +1556,126 @@ discipline to a

NM_SETTING_BRIDGE_MAC_ADDRESS

-
#define NM_SETTING_BRIDGE_MAC_ADDRESS    "mac-address"
+
#define NM_SETTING_BRIDGE_MAC_ADDRESS                     "mac-address"
 

NM_SETTING_BRIDGE_STP

-
#define NM_SETTING_BRIDGE_STP            "stp"
+
#define NM_SETTING_BRIDGE_STP                             "stp"
 

NM_SETTING_BRIDGE_PRIORITY

-
#define NM_SETTING_BRIDGE_PRIORITY       "priority"
+
#define NM_SETTING_BRIDGE_PRIORITY                        "priority"
 

NM_SETTING_BRIDGE_FORWARD_DELAY

-
#define NM_SETTING_BRIDGE_FORWARD_DELAY  "forward-delay"
+
#define NM_SETTING_BRIDGE_FORWARD_DELAY                   "forward-delay"
 

NM_SETTING_BRIDGE_HELLO_TIME

-
#define NM_SETTING_BRIDGE_HELLO_TIME     "hello-time"
+
#define NM_SETTING_BRIDGE_HELLO_TIME                      "hello-time"
 

NM_SETTING_BRIDGE_MAX_AGE

-
#define NM_SETTING_BRIDGE_MAX_AGE        "max-age"
+
#define NM_SETTING_BRIDGE_MAX_AGE                         "max-age"
 

NM_SETTING_BRIDGE_AGEING_TIME

-
#define NM_SETTING_BRIDGE_AGEING_TIME    "ageing-time"
+
#define NM_SETTING_BRIDGE_AGEING_TIME                     "ageing-time"
 

NM_SETTING_BRIDGE_GROUP_FORWARD_MASK

-
#define NM_SETTING_BRIDGE_GROUP_FORWARD_MASK "group-forward-mask"
+
#define NM_SETTING_BRIDGE_GROUP_FORWARD_MASK              "group-forward-mask"
 

NM_SETTING_BRIDGE_MULTICAST_SNOOPING

-
#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING "multicast-snooping"
+
#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING              "multicast-snooping"
 

-

NM_SETTING_BRIDGE_VLAN_FILTERING

-
#define NM_SETTING_BRIDGE_VLAN_FILTERING     "vlan-filtering"
+

NM_SETTING_BRIDGE_MULTICAST_ROUTER

+
#define NM_SETTING_BRIDGE_MULTICAST_ROUTER                "multicast-router"
 

-

NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID

-
#define NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID  "vlan-default-pvid"
+

NM_SETTING_BRIDGE_MULTICAST_QUERIER

+
#define NM_SETTING_BRIDGE_MULTICAST_QUERIER               "multicast-querier"
 

-

NM_SETTING_BRIDGE_VLANS

-
#define NM_SETTING_BRIDGE_VLANS              "vlans"
+

NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR

+
#define NM_SETTING_BRIDGE_MULTICAST_QUERY_USE_IFADDR      "multicast-query-use-ifaddr"
 

-

NM_BRIDGE_VLAN_VID_MIN

-
#define NM_BRIDGE_VLAN_VID_MIN            1
+

NM_SETTING_BRIDGE_VLAN_FILTERING

+
#define NM_SETTING_BRIDGE_VLAN_FILTERING                  "vlan-filtering"
 

-

NM_BRIDGE_VLAN_VID_MAX

-
#define NM_BRIDGE_VLAN_VID_MAX            4094
+

NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID

+
#define NM_SETTING_BRIDGE_VLAN_DEFAULT_PVID               "vlan-default-pvid"
 

-

NMSettingBridge

-
typedef struct _NMSettingBridge NMSettingBridge;
-

Bridging Settings

-
-
-
-

Property Details

-
-

The “ageing-time” property

-
  “ageing-time”              guint
-

The Ethernet MAC address aging time, in seconds.

-

Flags: Read / Write / Construct

-

Allowed values: <= 1000000

-

Default value: 300

-
-
-
-

The “forward-delay” property

-
  “forward-delay”            guint
-

The Spanning Tree Protocol (STP) forwarding delay, in seconds.

-

Flags: Read / Write / Construct

-

Allowed values: <= 30

-

Default value: 15

-
-
-
-

The “group-forward-mask” property

-
  “group-forward-mask”       guint
-

A mask of group addresses to forward. Usually, group addresses in -the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F are not -forwarded according to standards. This property is a mask of 16 bits, -each corresponding to a group address in that range that must be -forwarded. The mask can't have bits 0, 1 or 2 set because they are -used for STP, MAC pause frames and LACP.

-

Flags: Read / Write / Construct

-

Allowed values: <= 65535

-

Default value: 0

-

Since: 1.10

-
-
-
-

The “hello-time” property

-
  “hello-time”               guint
-

The Spanning Tree Protocol (STP) hello time, in seconds.

-

Flags: Read / Write / Construct

-

Allowed values: <= 10

-

Default value: 2

-
-
-
-

The “mac-address” property

-
  “mac-address”              gchar *
-

If specified, the MAC address of bridge. When creating a new bridge, this -MAC address will be set.

-

If this field is left unspecified, the "ethernet.cloned-mac-address" is -referred instead to generate the initial MAC address. Note that setting -"ethernet.cloned-mac-address" anyway overwrites the MAC address of -the bridge later while activating the bridge. Hence, this property -is deprecated.

-
-

NMSettingBridge:mac-address has been deprecated since version 1.12 and should not be used in newly-written code.

-

Use the ethernet.cloned-mac-address property instead.

-
-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “max-age” property

-
  “max-age”                  guint
-

The Spanning Tree Protocol (STP) maximum message age, in seconds.

-

Flags: Read / Write / Construct

-

Allowed values: <= 40

-

Default value: 20

-
-
-
-

The “multicast-snooping” property

-
  “multicast-snooping”       gboolean
-

Controls whether IGMP snooping is enabled for this bridge. -Note that if snooping was automatically disabled due to hash collisions, -the system may refuse to enable the feature until the collisions are -resolved.

-

Flags: Read / Write / Construct

-

Default value: TRUE

-

Since: 1.2

+

NM_SETTING_BRIDGE_VLANS

+
#define NM_SETTING_BRIDGE_VLANS                           "vlans"
+

-

The “priority” property

-
  “priority”                 guint
-

Sets the Spanning Tree Protocol (STP) priority for this bridge. Lower -values are "better"; the lowest priority bridge will be elected the root -bridge.

-

Flags: Read / Write / Construct

-

Allowed values: <= 65535

-

Default value: 32768

+

NM_SETTING_BRIDGE_GROUP_ADDRESS

+
#define NM_SETTING_BRIDGE_GROUP_ADDRESS                   "group-address"
+

-

The “stp” property

-
  “stp”                      gboolean
-

Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.

-

Flags: Read / Write / Construct

-

Default value: TRUE

+

NM_SETTING_BRIDGE_VLAN_PROTOCOL

+
#define NM_SETTING_BRIDGE_VLAN_PROTOCOL                   "vlan-protocol"
+

-

The “vlan-default-pvid” property

-
  “vlan-default-pvid”        guint
-

The default PVID for the ports of the bridge, that is the VLAN id -assigned to incoming untagged frames.

-

Flags: Read / Write / Construct

-

Allowed values: <= 4094

-

Default value: 1

-

Since: 1.18

+

NM_SETTING_BRIDGE_VLAN_STATS_ENABLED

+
#define NM_SETTING_BRIDGE_VLAN_STATS_ENABLED              "vlan-stats-enabled"
+

-

The “vlan-filtering” property

-
  “vlan-filtering”           gboolean
-

Control whether VLAN filtering is enabled on the bridge.

-

Flags: Read / Write / Construct

-

Default value: FALSE

-

Since: 1.18

+

NM_BRIDGE_VLAN_VID_MIN

+
#define NM_BRIDGE_VLAN_VID_MIN            1
+

-

The “vlans” property

-
  “vlans”                    GPtrArray *
-

Array of bridge VLAN objects. In addition to the VLANs -specified here, the bridge will also have the default-pvid -VLAN configured by the bridge.vlan-default-pvid property.

-

In nmcli the VLAN list can be specified with the following -syntax:

-

$vid pvid [, $vid pvid]...

-

where $vid is either a single id between 1 and 4094 or a -range, represented as a couple of ids separated by a dash.

-

[type GPtrArray(NMBridgeVlan)]

-

Flags: Read / Write

-

Since: 1.18

+

NM_BRIDGE_VLAN_VID_MAX

+
#define NM_BRIDGE_VLAN_VID_MAX            4094
+
+
Generated by GTK-Doc V1.32.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From d460892bbfece74fb6d3cd846bf6ef548290be41 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 May 2020 21:40:53 +0200 Subject: New upstream version 1.24.0 --- docs/libnm/html/NMSettingBridge.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/libnm/html/NMSettingBridge.html') diff --git a/docs/libnm/html/NMSettingBridge.html b/docs/libnm/html/NMSettingBridge.html index 53ec4b46..1fc07813 100644 --- a/docs/libnm/html/NMSettingBridge.html +++ b/docs/libnm/html/NMSettingBridge.html @@ -8,7 +8,7 @@ - + @@ -484,7 +484,7 @@ nm_setting_bridge_get_mac_address (

Returns

-

the “mac-address” property of the setting

+

the “mac-address” property of the setting


@@ -509,7 +509,7 @@ nm_setting_bridge_get_stp (

Returns

-

the “stp” property of the setting

+

the “stp” property of the setting


@@ -534,7 +534,7 @@ nm_setting_bridge_get_priority (

Returns

-

the “priority” property of the setting

+

the “priority” property of the setting


@@ -559,7 +559,7 @@ nm_setting_bridge_get_forward_delay (

Returns

-

the “forward-delay” property of the setting

+

the “forward-delay” property of the setting


@@ -584,7 +584,7 @@ nm_setting_bridge_get_hello_time (

Returns

-

the “hello-time” property of the setting

+

the “hello-time” property of the setting


@@ -609,7 +609,7 @@ nm_setting_bridge_get_max_age (

Returns

-

the “max-age” property of the setting

+

the “max-age” property of the setting


@@ -634,7 +634,7 @@ nm_setting_bridge_get_ageing_time (

Returns

-

the “ageing-time” property of the setting

+

the “ageing-time” property of the setting


@@ -660,7 +660,7 @@ nm_setting_bridge_get_group_forward_mask

Returns

-

the “group-forward-mask” property of the setting

+

the “group-forward-mask” property of the setting

Since: 1.10

@@ -687,7 +687,7 @@ nm_setting_bridge_get_multicast_snooping

Returns

-

the “multicast-snooping” property of the setting

+

the “multicast-snooping” property of the setting

Since: 1.2

@@ -713,7 +713,7 @@ nm_setting_bridge_get_vlan_filtering (

Returns

-

the “vlan-filtering” property of the setting

+

the “vlan-filtering” property of the setting

Since: 1.18

@@ -740,7 +740,7 @@ nm_setting_bridge_get_vlan_default_pvid

Returns

-

the “vlan-default-pvid” property of the setting

+

the “vlan-default-pvid” property of the setting

Since: 1.18

@@ -1676,6 +1676,6 @@ nm_setting_bridge_get_multicast_querier +
Generated by GTK-Doc V1.32 \ No newline at end of file -- cgit 1.3.0-6-gf8a5