|
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> |
|
1230 | 1220 | value of zero means that a packet carrying that option may not enter |
1231 | 1221 | another tunnel before exiting the current tunnel. |
1232 | 1222 | (see <ulink url="https://tools.ietf.org/html/rfc2473#section-4.1.1"> RFC 2473</ulink>). |
1233 | | - The valid range is 0–255 and <literal>none</literal>. Defaults to 4. |
| 1223 | + The valid range is 0…255 and <literal>none</literal>. Defaults to 4. |
1234 | 1224 | </para> |
1235 | 1225 | </listitem> |
1236 | 1226 | </varlistentry> |
|
1769 | 1759 | <listitem> |
1770 | 1760 | <para>Specifies the delay before a link is enabled after a |
1771 | 1761 | link up status has been detected. This value is rounded down |
1772 | | - to a multiple of MIIMonitorSec. The default value is |
| 1762 | + to a multiple of <varname>MIIMonitorSec=</varname>. The default value is |
1773 | 1763 | 0.</para> |
1774 | 1764 | </listitem> |
1775 | 1765 | </varlistentry> |
|
1779 | 1769 | <listitem> |
1780 | 1770 | <para>Specifies the delay before a link is disabled after a |
1781 | 1771 | link down status has been detected. This value is rounded |
1782 | | - down to a multiple of MIIMonitorSec. The default value is |
| 1772 | + down to a multiple of <varname>MIIMonitorSec=</varname>. The default value is |
1783 | 1773 | 0.</para> |
1784 | 1774 | </listitem> |
1785 | 1775 | </varlistentry> |
|
1789 | 1779 | <listitem> |
1790 | 1780 | <para>Specifies the number of seconds between instances where the bonding |
1791 | 1781 | driver sends learning packets to each slave peer switch. |
1792 | | - The valid range is 1–0x7fffffff; the default value is 1. This option |
| 1782 | + The valid range is 1…0x7fffffff; the default value is 1. This option |
1793 | 1783 | has an effect only for the balance-tlb and balance-alb modes.</para> |
1794 | 1784 | </listitem> |
1795 | 1785 | </varlistentry> |
|
1870 | 1860 | <term><varname>ARPIPTargets=</varname></term> |
1871 | 1861 | <listitem> |
1872 | 1862 | <para>Specifies the IP addresses to use as ARP monitoring peers when |
1873 | | - ARPIntervalSec is greater than 0. These are the targets of the ARP request |
1874 | | - sent to determine the health of the link to the targets. |
| 1863 | + <varname>ARPIntervalSec=</varname> is greater than 0. These are the targets of the ARP |
| 1864 | + request sent to determine the health of the link to the targets. |
1875 | 1865 | Specify these values in IPv4 dotted decimal format. At least one IP |
1876 | 1866 | address must be given for ARP monitoring to function. The |
1877 | 1867 | maximum number of targets that can be specified is 16. The |
|
1883 | 1873 | <varlistentry> |
1884 | 1874 | <term><varname>ARPAllTargets=</varname></term> |
1885 | 1875 | <listitem> |
1886 | | - <para>Specifies the quantity of ARPIPTargets that must be reachable |
| 1876 | + <para>Specifies the quantity of <varname>ARPIPTargets=</varname> that must be reachable |
1887 | 1877 | in order for the ARP monitor to consider a slave as being up. |
1888 | 1878 | This option affects only active-backup mode for slaves with |
1889 | 1879 | ARPValidate enabled. Possible values are |
|
1914 | 1904 | <para>Specifies the number of IGMP membership reports to be issued after |
1915 | 1905 | a failover event. One membership report is issued immediately after |
1916 | 1906 | the failover, subsequent packets are sent in each 200ms interval. |
1917 | | - The valid range is 0–255. Defaults to 1. A value of 0 |
| 1907 | + The valid range is 0…255. Defaults to 1. A value of 0 |
1918 | 1908 | prevents the IGMP membership report from being issued in response |
1919 | 1909 | to the failover event. |
1920 | 1910 | </para> |
|
1926 | 1916 | <listitem> |
1927 | 1917 | <para>Specify the number of packets to transmit through a slave before |
1928 | 1918 | moving to the next one. When set to 0, then a slave is chosen at |
1929 | | - random. The valid range is 0–65535. Defaults to 1. This option |
| 1919 | + random. The valid range is 0…65535. Defaults to 1. This option |
1930 | 1920 | only has effect when in balance-rr mode. |
1931 | 1921 | </para> |
1932 | 1922 | </listitem> |
|
1941 | 1931 | a peer notification is sent on the bonding device and each |
1942 | 1932 | VLAN sub-device. This is repeated at each link monitor interval |
1943 | 1933 | (ARPIntervalSec or MIIMonitorSec, whichever is active) if the number is |
1944 | | - greater than 1. The valid range is 0–255. The default value is 1. |
| 1934 | + greater than 1. The valid range is 0…255. The default value is 1. |
1945 | 1935 | These options affect only the active-backup mode. |
1946 | 1936 | </para> |
1947 | 1937 | </listitem> |
|
0 commit comments