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/NMSettingVlan.html | 66 ++++++++++++++------------------- 1 file changed, 27 insertions(+), 39 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 be791417..35e0e7a9 100644 --- a/docs/libnm-util/html/NMSettingVlan.html +++ b/docs/libnm-util/html/NMSettingVlan.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingVlan +NMSettingVlan: libnm-util Reference Manual - + @@ -286,7 +286,6 @@ nm_setting_vlan_error_quark (void

Returns

the error quark used for NMSettingVlan errors.

-


@@ -324,7 +323,6 @@ nm_setting_vlan_get_interface_name (

Returns

the “interface_name” property of the setting

-


@@ -350,7 +348,6 @@ nm_setting_vlan_get_parent (

Returns

the “parent” property of the setting

-


@@ -376,7 +373,6 @@ nm_setting_vlan_get_id (

Returns

the “id” property of the setting

-


@@ -402,7 +398,6 @@ nm_setting_vlan_get_flags (

Returns

the “flags” property of the setting

-


@@ -439,7 +434,6 @@ properties of this setting.

Returns

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

-


@@ -493,7 +487,6 @@ or

Returns

TRUE if a priority map was returned, FALSE if error

-


@@ -558,7 +551,6 @@ to

Returns

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

-


@@ -652,9 +644,8 @@ to

Returns

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

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -699,9 +690,8 @@ properties.

Returns

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

-

-

Since 0.9.10

+

Since: 0.9.10


@@ -775,7 +765,6 @@ the Linux SKB priorities to 802.1p priorities.

Returns

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

-

@@ -785,8 +774,6 @@ overwrote the old value, FALSE if error

NM_SETTING_VLAN_SETTING_NAME

#define NM_SETTING_VLAN_SETTING_NAME "vlan"
 
-

-


@@ -839,56 +826,42 @@ overwrote the old value, FALSE if error

NM_SETTING_VLAN_ERROR

#define NM_SETTING_VLAN_ERROR nm_setting_vlan_error_quark ()
 
-

-


NM_SETTING_VLAN_INTERFACE_NAME

#define NM_SETTING_VLAN_INTERFACE_NAME       "interface-name"
 
-

-


NM_SETTING_VLAN_PARENT

#define NM_SETTING_VLAN_PARENT               "parent"
 
-

-


NM_SETTING_VLAN_ID

#define NM_SETTING_VLAN_ID                   "id"
 
-

-


NM_SETTING_VLAN_FLAGS

#define NM_SETTING_VLAN_FLAGS                "flags"
 
-

-


NM_SETTING_VLAN_INGRESS_PRIORITY_MAP

#define NM_SETTING_VLAN_INGRESS_PRIORITY_MAP "ingress-priority-map"
 
-

-


NM_SETTING_VLAN_EGRESS_PRIORITY_MAP

#define NM_SETTING_VLAN_EGRESS_PRIORITY_MAP  "egress-priority-map"
 
-

-


@@ -970,14 +943,20 @@ to 802.1p priorities used in VLANs.

The “egress-priority-map” property

  “egress-priority-map”      GSList_gchararray_ *
-

+

For outgoing packets, a list of mappings from Linux SKB priorities to +802.1p priorities. The mapping is given in the format "from:to" where +both "from" and "to" are unsigned integers, ie "7:3".

Flags: Read / Write


The “flags” property

  “flags”                    guint
-

+

One or more flags which control the behavior and features of the VLAN +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).

Flags: Read / Write / Construct

Default value: 0

@@ -985,7 +964,8 @@ to 802.1p priorities used in VLANs.

The “id” property

  “id”                       guint
-

+

The VLAN identifier that the interface created by this connection should +be assigned.

Flags: Read / Write / Construct

Allowed values: <= 4095

Default value: 0

@@ -994,14 +974,20 @@ to 802.1p priorities used in VLANs.

The “ingress-priority-map” property

  “ingress-priority-map”     GSList_gchararray_ *
-

+

For incoming packets, a list of mappings from 802.1p priorities to Linux +SKB priorities. The mapping is given in the format "from:to" where both +"from" and "to" are unsigned integers, ie "7:3".

Flags: Read / Write


The “interface-name” property

  “interface-name”           gchar *
-

+

If given, specifies the kernel name of the VLAN interface. If not given, +a default name will be constructed from the interface described by the +parent interface and the “id” property, eg "eth2.1". The +parent interface may be given by the “parent” property or by +the “mac-address” property of an NMSettingWired setting.

Flags: Read / Write / Construct

Default value: NULL

@@ -1009,14 +995,16 @@ to 802.1p priorities used in VLANs.

The “parent” property

  “parent”                   gchar *
-

+

If given, specifies the parent interface name or parent connection UUID +from which this VLAN interface should be created. If this property is +not specified, the connection must contain an NMSettingWired setting +with a “mac-address” property.

Flags: Read / Write / Construct

Default value: NULL

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