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/NMSettingBridge.html | 78 +++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 37 deletions(-) (limited to 'docs/libnm/html/NMSettingBridge.html') diff --git a/docs/libnm/html/NMSettingBridge.html b/docs/libnm/html/NMSettingBridge.html index 5644cae1..0338e313 100644 --- a/docs/libnm/html/NMSettingBridge.html +++ b/docs/libnm/html/NMSettingBridge.html @@ -8,7 +8,7 @@ - + @@ -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,7 @@ -guint16 +guint16 nm_setting_bridge_get_group_forward_mask () @@ -114,7 +114,7 @@ -gboolean +gboolean nm_setting_bridge_get_multicast_snooping () @@ -133,48 +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 +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 @@ -238,7 +238,7 @@

Object Hierarchy

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

nm_setting_bridge_get_stp ()

-
gboolean
+
gboolean
 nm_setting_bridge_get_stp (NMSettingBridge *setting);

Parameters

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

nm_setting_bridge_get_priority ()

-
guint16
+
guint16
 nm_setting_bridge_get_priority (NMSettingBridge *setting);

Parameters

@@ -339,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

@@ -364,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

@@ -389,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

@@ -414,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

@@ -439,7 +439,7 @@ nm_setting_bridge_get_ageing_time (

nm_setting_bridge_get_group_forward_mask ()

-
guint16
+
guint16
 nm_setting_bridge_get_group_forward_mask
                                (NMSettingBridge *setting);
@@ -466,7 +466,7 @@ nm_setting_bridge_get_group_forward_mask

nm_setting_bridge_get_multicast_snooping ()

-
gboolean
+
gboolean
 nm_setting_bridge_get_multicast_snooping
                                (NMSettingBridge *setting);
@@ -563,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

@@ -572,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

@@ -581,7 +581,7 @@ nm_setting_bridge_get_multicast_snooping

The “group-forward-mask” property

-
  “group-forward-mask”       guint
+
  “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, @@ -596,7 +596,7 @@ used for STP, MAC pause frames and LACP.


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

@@ -605,7 +605,7 @@ used for STP, MAC pause frames and LACP.


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.

If this field is left unspecified, the "ethernet.cloned-mac-address" is @@ -613,13 +613,17 @@ 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
+
  “max-age”                  guint

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

Flags: Read / Write / Construct

Allowed values: <= 40

@@ -628,7 +632,7 @@ is deprecated.


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 @@ -640,7 +644,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.

@@ -651,7 +655,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

@@ -659,6 +663,6 @@ bridge.

+
Generated by GTK-Doc V1.28
\ No newline at end of file -- cgit 1.3.0-6-gf8a5