From 0d9b8913e256cbcf1b9f2015bed52db5256900f1 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Tue, 12 Jan 2021 14:30:56 +0100 Subject: network: Allow to configure VLan egress qos maps --- man/systemd.netdev.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man/systemd.netdev.xml') diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 7a5d5cc48d..7add69ca8d 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -491,6 +491,17 @@ like physical interfaces. When unset, the kernel's default will be used. + + 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. + + + -- cgit v1.2.1