From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl
indicates that this interface should use GVRP to register - itself with its switch
+ itself with it's switchindicates that this interface should use MVRP to register - itself with its switch
+ itself with it's switch
nm_setting_vlan_get_id ()
-guint32
+guint32
nm_setting_vlan_get_id (NMSettingVlan *setting);
Parameters
@@ -310,7 +310,7 @@ nm_setting_vlan_get_id (
nm_setting_vlan_get_flags ()
-guint32
+guint32
nm_setting_vlan_get_flags (NMSettingVlan *setting);
Parameters
@@ -335,7 +335,7 @@ nm_setting_vlan_get_flags (
nm_setting_vlan_get_num_priorities ()
-gint32
+gint32
nm_setting_vlan_get_num_priorities (NMSettingVlan *setting,
NMVlanPriorityMap map);
Returns the number of entries in the
@@ -371,12 +371,12 @@ properties of this setting.
nm_setting_vlan_get_priority ()
-gboolean
+gboolean
nm_setting_vlan_get_priority (NMSettingVlan *setting,
NMVlanPriorityMap map,
- guint32 idx,
- guint32 *out_from,
- guint32 *out_to);
+ guint32 idx,
+ guint32 *out_from,
+ guint32 *out_to);
Retrieve one of the entries of the “ingress_priority_map”
or “egress_priority_map” properties of this setting.
nm_setting_vlan_add_priority ()
-gboolean
+gboolean
nm_setting_vlan_add_priority (NMSettingVlan *setting,
NMVlanPriorityMap map,
- guint32 from,
- guint32 to);
+ guint32 from,
+ guint32 to);
Adds a priority mapping to the “ingress_priority_map” or
“egress_priority_map” properties of the setting. If from
is
@@ -481,8 +481,8 @@ to
@@ -491,7 +491,7 @@ list, void
nm_setting_vlan_remove_priority (NMSettingVlan *setting,
NMVlanPriorityMap map,
- guint32 idx);
+ guint32 idx);
Removes the priority map at index idx
from the
“ingress_priority_map” or “egress_priority_map”
@@ -527,12 +527,12 @@ properties.
nm_setting_vlan_remove_priority_by_value ()
-gboolean
+gboolean
nm_setting_vlan_remove_priority_by_value
(NMSettingVlan *setting,
NMVlanPriorityMap map,
- guint32 from,
- guint32 to);
+ guint32 from,
+ guint32 to);
Removes the priority map form
:to
from the “ingress_priority_map”
@@ -575,13 +575,13 @@ to
nm_setting_vlan_remove_priority_str_by_value ()
-gboolean
+gboolean
nm_setting_vlan_remove_priority_str_by_value
(NMSettingVlan *setting,
NMVlanPriorityMap map,
@@ -620,7 +620,7 @@ properties.
@@ -657,7 +657,7 @@ nm_setting_vlan_clear_priorities (
nm_setting_vlan_add_priority_str ()
-gboolean
+gboolean
nm_setting_vlan_add_priority_str (NMSettingVlan *setting,
NMVlanPriorityMap map,
const char *str);
@@ -693,8 +693,8 @@ 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
+ TRUE if the entry was successfully added to the list, or it
+overwrote the old value, FALSE if error
@@ -798,7 +798,7 @@ to 802.1p priorities used in VLANs.
indicates that this interface should use GVRP to register
- itself with it's switch
+ itself with its switch
@@ -815,7 +815,7 @@ to 802.1p priorities used in VLANs.
indicates that this interface should use MVRP to register
- itself with it's switch
+ itself with its switch
@@ -833,7 +833,7 @@ to 802.1p priorities used in VLANs.
Property Details
The “egress-priority-map” property
- “egress-priority-map” GStrv
+ “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".
@@ -859,7 +859,7 @@ is still considered as 0.
The “id” property
- “id” guint
+ “id” guint
The VLAN identifier that the interface created by this connection should
be assigned. The valid range is from 0 to 4094, without the reserved id 4095.
Flags: Read / Write / Construct
@@ -869,7 +869,7 @@ be assigned. The valid range is from 0 to 4094, without the reserved id 4095.
The “ingress-priority-map” property
- “ingress-priority-map” GStrv
+ “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".
@@ -878,7 +878,7 @@ SKB priorities. The mapping is given in the format "from:to" where both
The “parent” property
- “parent” gchar *
+ “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
@@ -889,6 +889,6 @@ with a
+
Generated by GTK-Doc V1.28