From 90e8691111889a7b5f3c812f5a41f15a8a058913 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Nov 2017 00:14:39 +0100 Subject: New upstream version 1.9.90 --- docs/libnm/html/NMSettingBridge.html | 135 ++++++++++++++++++++++++++--------- 1 file changed, 102 insertions(+), 33 deletions(-) (limited to 'docs/libnm/html/NMSettingBridge.html') diff --git a/docs/libnm/html/NMSettingBridge.html b/docs/libnm/html/NMSettingBridge.html index cff76051..ce6d30e5 100644 --- a/docs/libnm/html/NMSettingBridge.html +++ b/docs/libnm/html/NMSettingBridge.html @@ -58,7 +58,7 @@ -gboolean +gboolean nm_setting_bridge_get_stp () @@ -66,7 +66,7 @@ -guint16 +guint16 nm_setting_bridge_get_priority () @@ -74,7 +74,7 @@ -guint16 +guint16 nm_setting_bridge_get_forward_delay () @@ -82,7 +82,7 @@ -guint16 +guint16 nm_setting_bridge_get_hello_time () @@ -90,7 +90,7 @@ -guint16 +guint16 nm_setting_bridge_get_max_age () @@ -98,7 +98,7 @@ -guint32 +guint32 nm_setting_bridge_get_ageing_time () @@ -106,7 +106,15 @@ -gboolean +guint16 + + +nm_setting_bridge_get_group_forward_mask () + + + + +gboolean nm_setting_bridge_get_multicast_snooping () @@ -125,43 +133,48 @@ -guint +guint ageing-time Read / Write / Construct -guint +guint forward-delay Read / Write / Construct -guint +guint +group-forward-mask +Read / Write / Construct + + +guint hello-time Read / Write / Construct -gchar * +gchar * mac-address Read / Write -guint +guint max-age Read / Write / Construct -gboolean +gboolean multicast-snooping Read / Write / Construct -guint +guint priority Read / Write / Construct -gboolean +gboolean stp Read / Write / Construct @@ -210,6 +223,10 @@ #define +NM_SETTING_BRIDGE_GROUP_FORWARD_MASK + + +#define NM_SETTING_BRIDGE_MULTICAST_SNOOPING @@ -221,7 +238,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSetting
         ╰── NMSettingBridge
 
@@ -272,7 +289,7 @@ nm_setting_bridge_get_mac_address (

nm_setting_bridge_get_stp ()

-
gboolean
+
gboolean
 nm_setting_bridge_get_stp (NMSettingBridge *setting);

Parameters

@@ -297,7 +314,7 @@ nm_setting_bridge_get_stp (

nm_setting_bridge_get_priority ()

-
guint16
+
guint16
 nm_setting_bridge_get_priority (NMSettingBridge *setting);

Parameters

@@ -322,7 +339,7 @@ nm_setting_bridge_get_priority (

nm_setting_bridge_get_forward_delay ()

-
guint16
+
guint16
 nm_setting_bridge_get_forward_delay (NMSettingBridge *setting);

Parameters

@@ -347,7 +364,7 @@ nm_setting_bridge_get_forward_delay (

nm_setting_bridge_get_hello_time ()

-
guint16
+
guint16
 nm_setting_bridge_get_hello_time (NMSettingBridge *setting);

Parameters

@@ -372,7 +389,7 @@ nm_setting_bridge_get_hello_time (

nm_setting_bridge_get_max_age ()

-
guint16
+
guint16
 nm_setting_bridge_get_max_age (NMSettingBridge *setting);

Parameters

@@ -397,7 +414,7 @@ nm_setting_bridge_get_max_age (

nm_setting_bridge_get_ageing_time ()

-
guint32
+
guint32
 nm_setting_bridge_get_ageing_time (NMSettingBridge *setting);

Parameters

@@ -421,8 +438,35 @@ nm_setting_bridge_get_ageing_time (
+

nm_setting_bridge_get_group_forward_mask ()

+
guint16
+nm_setting_bridge_get_group_forward_mask
+                               (NMSettingBridge *setting);
+
+

Parameters

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

setting

the NMSettingBridge

 
+
+
+

Returns

+

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

+
+

Since: 1.10

+
+
+

nm_setting_bridge_get_multicast_snooping ()

-
gboolean
+
gboolean
 nm_setting_bridge_get_multicast_snooping
                                (NMSettingBridge *setting);
@@ -498,6 +542,12 @@ nm_setting_bridge_get_multicast_snooping

+

NM_SETTING_BRIDGE_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"
 
@@ -513,7 +563,7 @@ nm_setting_bridge_get_multicast_snooping

Property Details

The “ageing-time” property

-
  “ageing-time”              guint
+
  “ageing-time”              guint

The Ethernet MAC address aging time, in seconds.

Flags: Read / Write / Construct

Allowed values: <= 1000000

@@ -522,7 +572,7 @@ nm_setting_bridge_get_multicast_snooping

The “forward-delay” property

-
  “forward-delay”            guint
+
  “forward-delay”            guint

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

Flags: Read / Write / Construct

Allowed values: <= 30

@@ -530,8 +580,23 @@ nm_setting_bridge_get_multicast_snooping

+

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
+
  “hello-time”               guint

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

Flags: Read / Write / Construct

Allowed values: <= 10

@@ -540,17 +605,21 @@ nm_setting_bridge_get_multicast_snooping

The “mac-address” property

-
  “mac-address”              gchar *
+
  “mac-address”              gchar *

If specified, the MAC address of bridge. When creating a new bridge, this -MAC address will be set. When matching an existing (outside -NetworkManager created) bridge, this MAC address must match.

+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.

Flags: Read / Write

Default value: NULL


The “max-age” property

-
  “max-age”                  guint
+
  “max-age”                  guint

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

Flags: Read / Write / Construct

Allowed values: <= 40

@@ -559,7 +628,7 @@ NetworkManager created) bridge, this MAC address must match.


The “multicast-snooping” property

-
  “multicast-snooping”       gboolean
+
  “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 @@ -571,7 +640,7 @@ resolved.


The “priority” property

-
  “priority”                 guint
+
  “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.

@@ -582,7 +651,7 @@ bridge.


The “stp” property

-
  “stp”                      gboolean
+
  “stp”                      gboolean

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

Flags: Read / Write / Construct

Default value: TRUE

-- cgit 1.3.0-6-gf8a5