Skip to content

Commit ee44b32

Browse files
committed
man: netdev: merge and reword Egress/IngressQOSMAps=
1 parent 9b65490 commit ee44b32

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

man/systemd.netdev.xml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -456,24 +456,14 @@
456456
</varlistentry>
457457
<varlistentry>
458458
<term><varname>EgressQOSMaps=</varname></term>
459-
<listitem>
460-
<para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>) to VLAN header
461-
PCP field for outgoing frames. Takes a whitespace-separated list of unsigned integer pairs in the format
462-
<literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 1…4294967294.
463-
Note that <literal>from</literal> must be greater than or equal to <literal>to</literal>. When unset,
464-
the kernel's default will be used.
465-
</para>
466-
</listitem>
467-
</varlistentry>
468-
<varlistentry>
469459
<term><varname>IngressQOSMaps=</varname></term>
470460
<listitem>
471-
<para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>) to VLAN header
472-
PCP field for incoming frames. Takes a whitespace-separated list of unsigned integer pairs in the format
473-
<literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 1…4294967294.
474-
Note that <literal>from</literal> must be greater than or equal to <literal>to</literal>. When unset,
475-
the kernel's default will be used.
476-
</para>
461+
<para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>)
462+
to VLAN header PCP field for outgoing and incoming frames, respectively. Takes a
463+
whitespace-separated list of integer pairs, where each integer must be in the range
464+
1…4294967294, in the format <literal>from</literal>-<literal>to</literal>, e.g.,
465+
<literal>21-7 45-5</literal>. Note that <literal>from</literal> must be greater than or equal
466+
to <literal>to</literal>. When unset, the kernel's default will be used.</para>
477467
</listitem>
478468
</varlistentry>
479469
</variablelist>

0 commit comments

Comments
 (0)