From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm-util/html/NMSettingBridge.html | 94 +++++++++++-------------------- 1 file changed, 34 insertions(+), 60 deletions(-) (limited to 'docs/libnm-util/html/NMSettingBridge.html') diff --git a/docs/libnm-util/html/NMSettingBridge.html b/docs/libnm-util/html/NMSettingBridge.html index a3292475..71cdd58f 100644 --- a/docs/libnm-util/html/NMSettingBridge.html +++ b/docs/libnm-util/html/NMSettingBridge.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingBridge +NMSettingBridge: libnm-util Reference Manual - + @@ -260,9 +260,8 @@ nm_setting_bridge_error_quark (vo

Returns

the error quark used for NMSettingBridge errors.

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -275,7 +274,7 @@ nm_setting_bridge_new (void the new empty NMSettingBridge object.

[transfer full]

-

Since 0.9.8

+

Since: 0.9.8


@@ -300,9 +299,8 @@ nm_setting_bridge_get_interface_name (

Returns

the “interface-name” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -327,9 +325,8 @@ nm_setting_bridge_get_mac_address (

Returns

the “mac-address” property of the setting

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -354,9 +351,8 @@ nm_setting_bridge_get_stp (

Returns

the “stp” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -381,9 +377,8 @@ nm_setting_bridge_get_priority (

Returns

the “priority” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -408,9 +403,8 @@ nm_setting_bridge_get_forward_delay (

Returns

the “forward-delay” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -435,9 +429,8 @@ nm_setting_bridge_get_hello_time (

Returns

the “hello-time” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -462,9 +455,8 @@ nm_setting_bridge_get_max_age (

Returns

the “max-age” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8


@@ -489,9 +481,8 @@ nm_setting_bridge_get_ageing_time (

Returns

the “ageing-time” property of the setting

-

-

Since 0.9.8

+

Since: 0.9.8

@@ -500,8 +491,6 @@ nm_setting_bridge_get_ageing_time (

NM_SETTING_BRIDGE_SETTING_NAME

#define NM_SETTING_BRIDGE_SETTING_NAME "bridge"
 
-

-


@@ -540,79 +529,61 @@ required

-

Since 0.9.8

+

Since: 0.9.8


NM_SETTING_BRIDGE_ERROR

#define NM_SETTING_BRIDGE_ERROR nm_setting_bridge_error_quark ()
 
-

-


NM_SETTING_BRIDGE_INTERFACE_NAME

#define NM_SETTING_BRIDGE_INTERFACE_NAME "interface-name"
 
-

-


NM_SETTING_BRIDGE_MAC_ADDRESS

#define NM_SETTING_BRIDGE_MAC_ADDRESS    "mac-address"
 
-

-


NM_SETTING_BRIDGE_STP

#define NM_SETTING_BRIDGE_STP            "stp"
 
-

-


NM_SETTING_BRIDGE_PRIORITY

#define NM_SETTING_BRIDGE_PRIORITY       "priority"
 
-

-


NM_SETTING_BRIDGE_FORWARD_DELAY

#define NM_SETTING_BRIDGE_FORWARD_DELAY  "forward-delay"
 
-

-


NM_SETTING_BRIDGE_HELLO_TIME

#define NM_SETTING_BRIDGE_HELLO_TIME     "hello-time"
 
-

-


NM_SETTING_BRIDGE_MAX_AGE

#define NM_SETTING_BRIDGE_MAX_AGE        "max-age"
 
-

-


NM_SETTING_BRIDGE_AGEING_TIME

#define NM_SETTING_BRIDGE_AGEING_TIME    "ageing-time"
 
-

-

@@ -620,82 +591,85 @@ required

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

-

Since 0.9.8

+

Since: 0.9.8


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

-

Since 0.9.8

+

Since: 0.9.8


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

-

Since 0.9.8

+

Since: 0.9.8


The “interface-name” property

  “interface-name”           gchar *
-

+

The name of the virtual in-kernel bridging network interface

Flags: Read / Write

Default value: NULL

-

Since 0.9.8

+

Since: 0.9.8


The “mac-address” property

  “mac-address”              GArray_guchar_ *
-

+

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.

Flags: Read / Write

-

Since 0.9.10

+

Since: 0.9.10


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

-

Since 0.9.8

+

Since: 0.9.8


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

-

Since 0.9.8

+

Since: 0.9.8


The “stp” property

  “stp”                      gboolean
-

+

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

Flags: Read / Write / Construct

Default value: TRUE

-

Since 0.9.8

+

Since: 0.9.8

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