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/html/NMSettingVlan.html | 50 +++++++++++++++----------------------- 1 file changed, 20 insertions(+), 30 deletions(-) (limited to 'docs/libnm/html/NMSettingVlan.html') diff --git a/docs/libnm/html/NMSettingVlan.html b/docs/libnm/html/NMSettingVlan.html index a82533dc..d205fd32 100644 --- a/docs/libnm/html/NMSettingVlan.html +++ b/docs/libnm/html/NMSettingVlan.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMSettingVlan +NMSettingVlan: libnm Reference Manual - + @@ -272,7 +272,6 @@ nm_setting_vlan_get_parent (

Returns

the “parent” property of the setting

-


@@ -298,7 +297,6 @@ nm_setting_vlan_get_id (

Returns

the “id” property of the setting

-


@@ -324,7 +322,6 @@ nm_setting_vlan_get_flags (

Returns

the “flags” property of the setting

-


@@ -361,7 +358,6 @@ properties of this setting.

Returns

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

-


@@ -415,7 +411,6 @@ or

Returns

TRUE if a priority map was returned, FALSE if error

-


@@ -480,7 +475,6 @@ to

Returns

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

-


@@ -574,7 +568,6 @@ to

Returns

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

-


@@ -620,7 +613,6 @@ properties.

Returns

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

-


@@ -695,7 +687,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

-

@@ -705,48 +696,36 @@ overwrote the old value, FALSE if error

NM_SETTING_VLAN_SETTING_NAME

#define NM_SETTING_VLAN_SETTING_NAME "vlan"
 
-

-


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"
 
-

-


@@ -828,21 +807,28 @@ to 802.1p priorities used in VLANs.

The “egress-priority-map” property

  “egress-priority-map”      GStrv
-

+

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”                    NMVlanFlags
-

+

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


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

@@ -851,21 +837,25 @@ to 802.1p priorities used in VLANs.

The “ingress-priority-map” property

  “ingress-priority-map”     GStrv
-

+

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 “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