|
456 | 456 | </varlistentry> |
457 | 457 | <varlistentry> |
458 | 458 | <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> |
469 | 459 | <term><varname>IngressQOSMaps=</varname></term> |
470 | 460 | <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> |
477 | 467 | </listitem> |
478 | 468 | </varlistentry> |
479 | 469 | </variablelist> |
|
0 commit comments