From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Jan 2016 16:26:51 +0100 Subject: Imported Upstream version 1.1.90 --- docs/libnm-util/html/NMSettingVlan.html | 70 +++++++++++++++++++++------------ 1 file changed, 44 insertions(+), 26 deletions(-) (limited to 'docs/libnm-util/html/NMSettingVlan.html') diff --git a/docs/libnm-util/html/NMSettingVlan.html b/docs/libnm-util/html/NMSettingVlan.html index 87465814..df603abd 100644 --- a/docs/libnm-util/html/NMSettingVlan.html +++ b/docs/libnm-util/html/NMSettingVlan.html @@ -50,6 +50,10 @@ +#define +NM_VLAN_FLAGS_ALL + + NMSetting * @@ -257,7 +261,7 @@

Object Hierarchy

-
    GEnum
+
    GEnum
     ├── NMSettingVlanError
     ├── NMVlanFlags
     ╰── NMVlanPriorityMap
@@ -290,12 +294,17 @@ nm_setting_vlan_error_quark (void
 

+

NM_VLAN_FLAGS_ALL

+
#define             NM_VLAN_FLAGS_ALL
+
+
+

nm_setting_vlan_new ()

NMSetting *
 nm_setting_vlan_new (void);

Creates a new NMSettingVlan object with default values.

-

Returns

+

Returns

the new empty NMSettingVlan object.

[transfer full]

@@ -306,7 +315,7 @@ nm_setting_vlan_new (void<
const char *
 nm_setting_vlan_get_interface_name (NMSettingVlan *setting);
-

Parameters

+

Parameters

@@ -321,7 +330,7 @@ nm_setting_vlan_get_interface_name (
-

Returns

+

Returns

the “interface_name” property of the setting

@@ -331,7 +340,7 @@ nm_setting_vlan_get_interface_name (const char * nm_setting_vlan_get_parent (NMSettingVlan *setting);
-

Parameters

+

Parameters

@@ -346,7 +355,7 @@ nm_setting_vlan_get_parent ( -

Returns

+

Returns

the “parent” property of the setting

@@ -356,7 +365,7 @@ nm_setting_vlan_get_parent (guint32 nm_setting_vlan_get_id (NMSettingVlan *setting);
-

Parameters

+

Parameters

@@ -371,7 +380,7 @@ nm_setting_vlan_get_id ( -

Returns

+

Returns

the “id” property of the setting

@@ -381,7 +390,7 @@ nm_setting_vlan_get_id (guint32 nm_setting_vlan_get_flags (NMSettingVlan *setting);
-

Parameters

+

Parameters

@@ -396,7 +405,7 @@ nm_setting_vlan_get_flags ( -

Returns

+

Returns

the “flags” property of the setting

@@ -410,7 +419,7 @@ nm_setting_vlan_get_num_priorities (“ingress_priority_map” or “egress_priority_map” properties of this setting.

-

Parameters

+

Parameters

@@ -432,7 +441,7 @@ properties of this setting.

-

Returns

+

Returns

return the number of ingress/egress priority entries, -1 if error

@@ -448,7 +457,7 @@ nm_setting_vlan_get_priority (“ingress_priority_map” or “egress_priority_map” properties of this setting.

-

Parameters

+

Parameters

@@ -485,7 +494,7 @@ or
-

Returns

+

Returns

TRUE if a priority map was returned, FALSE if error

@@ -514,7 +523,7 @@ Priority Code Point (PCP) value, and toto is the outgoing 802.1q VLAN Priority Code Point (PCP) value.

-

Parameters

+

Parameters

@@ -548,7 +557,7 @@ to

-

Returns

+

Returns

TRUE if the new priority mapping was successfully added to the list, FALSE if error

@@ -565,7 +574,7 @@ nm_setting_vlan_remove_priority (“ingress_priority_map” or “egress_priority_map” properties.

-

Parameters

+

Parameters

@@ -608,7 +617,7 @@ or
-

Parameters

+

Parameters

@@ -642,7 +651,7 @@ to

-

Returns

+

Returns

TRUE if the priority mapping was found and removed; FALSE if it was not.

Since: 0.9.10

@@ -661,7 +670,7 @@ or
-

Parameters

+

Parameters

@@ -688,7 +697,7 @@ properties.

-

Returns

+

Returns

TRUE if the priority mapping was found and removed; FALSE if it was not.

Since: 0.9.10

@@ -702,7 +711,7 @@ nm_setting_vlan_clear_priorities (Clear all the entires from “ingress_priority_map” or “egress_priority_map” properties.

-

Parameters

+

Parameters

@@ -735,7 +744,7 @@ nm_setting_vlan_add_priority_str (“egress_priority_map” properties. The priority map maps the Linux SKB priorities to 802.1p priorities.

-

Parameters

+

Parameters

@@ -762,7 +771,7 @@ the Linux SKB priorities to 802.1p priorities.

-

Returns

+

Returns

TRUE if the entry was successfully added to the list, or it overwrote the old value, FALSE if error

@@ -933,6 +942,14 @@ to 802.1p priorities used in VLANs.

  + +

NM_VLAN_FLAG_MVRP

+ +

indicates that this interface should use MVRP to register + itself with it's switch

+ +  + @@ -956,9 +973,10 @@ both "from" and "to" are unsigned integers, ie "7:3".

interface. Flags include NM_VLAN_FLAG_REORDER_HEADERS (reordering of output packet headers), NM_VLAN_FLAG_GVRP (use of the GVRP protocol), and NM_VLAN_FLAG_LOOSE_BINDING (loose binding of the interface to its -master device's operating state).

+master device's operating state), NM_VLAN_FLAG_MVRP (use of the MVRP +protocol).

Flags: Read / Write / Construct

-

Default value: 1

+

Default value: 0


-- cgit 1.3.0-6-gf8a5