diff options
author | Susant Sahani <ssahani@vmware.com> | 2021-01-12 11:02:12 +0100 |
---|---|---|
committer | Susant Sahani <ssahani@vmware.com> | 2021-01-12 14:31:03 +0100 |
commit | ea0708628593846dfb8301349fb1ddc42f55e0c4 (patch) | |
tree | 5970b000661a261f7fc81617fb1578fa460a1195 /man | |
parent | 0d9b8913e256cbcf1b9f2015bed52db5256900f1 (diff) | |
download | systemd-ea0708628593846dfb8301349fb1ddc42f55e0c4.tar.gz |
network: Allow to configure VLan egress qos maps
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 7add69ca8d..9bb7491a6e 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -502,6 +502,17 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><varname>IngressQOSMaps=</varname></term> + <listitem> + <para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>) to VLAN header + PCP field for incoming frames. Takes a whitespace-separated list of unsigned integer pairs in the format + <literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 1–4294967294. + Note that <literal>from</literal> must be greater than or equal to <literal>to</literal>. When unset, + the kernel's default will be used. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> |