mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 11:20:12 +01:00
doc: fix the names of [in|e]gress-priority-map properties in ifcfg-rh man page
(cherry picked from commit 5e3582c6b1)
This commit is contained in:
parent
8a22a98157
commit
71104eefdc
1 changed files with 2 additions and 2 deletions
|
|
@ -763,7 +763,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
|
|||
* "from" and "to" are unsigned integers, ie "7:3".
|
||||
**/
|
||||
/* ---ifcfg-rh---
|
||||
* property: ingress-property-map
|
||||
* property: ingress-priority-map
|
||||
* variable: VLAN_INGRESS_PRIORITY_MAP
|
||||
* description: Ingress priority mapping.
|
||||
* example: VLAN_INGRESS_PRIORITY_MAP=4:2,3:5
|
||||
|
|
@ -785,7 +785,7 @@ nm_setting_vlan_class_init (NMSettingVlanClass *setting_class)
|
|||
* both "from" and "to" are unsigned integers, ie "7:3".
|
||||
**/
|
||||
/* ---ifcfg-rh---
|
||||
* property: egress-property-map
|
||||
* property: egress-priority-map
|
||||
* variable: VLAN_EGRESS_PRIORITY_MAP
|
||||
* description: Egress priority mapping.
|
||||
* example: VLAN_EGRESS_PRIORITY_MAP=5:4,4:1,3:7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue