From ee44b32ff4dbea6a34ac330d5aa02e660c316f62 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 6 Dec 2021 17:59:35 +0900 Subject: [PATCH] man: netdev: merge and reword Egress/IngressQOSMAps= --- man/systemd.netdev.xml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 8f102b16cf6..0aec58fc81a 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -456,24 +456,14 @@ EgressQOSMaps= - - Defines a mapping of Linux internal packet priority (SO_PRIORITY) to VLAN header - PCP field for outgoing frames. Takes a whitespace-separated list of unsigned integer pairs in the format - from-to, e.g., 21-7 45-5 ranges 1…4294967294. - Note that from must be greater than or equal to to. When unset, - the kernel's default will be used. - - - - IngressQOSMaps= - Defines a mapping of Linux internal packet priority (SO_PRIORITY) to VLAN header - PCP field for incoming frames. Takes a whitespace-separated list of unsigned integer pairs in the format - from-to, e.g., 21-7 45-5 ranges 1…4294967294. - Note that from must be greater than or equal to to. When unset, - the kernel's default will be used. - + Defines a mapping of Linux internal packet priority (SO_PRIORITY) + to VLAN header PCP field for outgoing and incoming frames, respectively. Takes a + whitespace-separated list of integer pairs, where each integer must be in the range + 1…4294967294, in the format from-to, e.g., + 21-7 45-5. Note that from must be greater than or equal + to to. When unset, the kernel's default will be used.