From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001
From: Michael Biebl the “parent” property of the setting the “id” property of the setting the “flags” property of the setting
Returns
@@ -298,7 +297,6 @@ nm_setting_vlan_get_id (
Returns
@@ -324,7 +322,6 @@ nm_setting_vlan_get_flags (
Returns
@@ -361,7 +358,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
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"-
-
#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” 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
“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
“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.“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
“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