From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the “interface_name” property of the setting the “parent” property of the setting the “id” property of the setting the “flags” property of the settingvoid
@@ -324,7 +323,6 @@ nm_setting_vlan_get_interface_name (
Returns
@@ -350,7 +348,6 @@ nm_setting_vlan_get_parent (
Returns
@@ -376,7 +373,6 @@ nm_setting_vlan_get_id (
Returns
@@ -402,7 +398,6 @@ nm_setting_vlan_get_flags (
Returns
@@ -439,7 +434,6 @@ properties of this setting.
TRUE if a priority map was returned, FALSE if error
TRUE if the new priority mapping was successfully added to the
list, FALSE if error
Since 0.9.10
+Since: 0.9.10
Since 0.9.10
+Since: 0.9.10
TRUE if the entry was successfully added to the list, or it
overwrote the old value, FALSE if error
FALSE if error
#define NM_SETTING_VLAN_SETTING_NAME "vlan"-
-
FALSE if error
#define NM_SETTING_VLAN_ERROR nm_setting_vlan_error_quark ()-
-
#define NM_SETTING_VLAN_INGRESS_PRIORITY_MAP "ingress-priority-map"-
-
#define NM_SETTING_VLAN_EGRESS_PRIORITY_MAP "egress-priority-map"-
-
“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
“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
“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.“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
“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
“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