|
459 | 459 | <listitem> |
460 | 460 | <para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>) to VLAN header |
461 | 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. |
| 462 | + <literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 1…4294967294. |
463 | 463 | Note that <literal>from</literal> must be greater than or equal to <literal>to</literal>. When unset, |
464 | 464 | the kernel's default will be used. |
465 | 465 | </para> |
|
470 | 470 | <listitem> |
471 | 471 | <para>Defines a mapping of Linux internal packet priority (<constant>SO_PRIORITY</constant>) to VLAN header |
472 | 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. |
| 473 | + <literal>from</literal>-<literal>to</literal>, e.g., <literal>21-7 45-5</literal> ranges 1…4294967294. |
474 | 474 | Note that <literal>from</literal> must be greater than or equal to <literal>to</literal>. When unset, |
475 | 475 | the kernel's default will be used. |
476 | 476 | </para> |
|
1230 | 1230 | value of zero means that a packet carrying that option may not enter |
1231 | 1231 | another tunnel before exiting the current tunnel. |
1232 | 1232 | (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. |
| 1233 | + The valid range is 0…255 and <literal>none</literal>. Defaults to 4. |
1234 | 1234 | </para> |
1235 | 1235 | </listitem> |
1236 | 1236 | </varlistentry> |
|
1789 | 1789 | <listitem> |
1790 | 1790 | <para>Specifies the number of seconds between instances where the bonding |
1791 | 1791 | driver sends learning packets to each slave peer switch. |
1792 | | - The valid range is 1–0x7fffffff; the default value is 1. This option |
| 1792 | + The valid range is 1…0x7fffffff; the default value is 1. This option |
1793 | 1793 | has an effect only for the balance-tlb and balance-alb modes.</para> |
1794 | 1794 | </listitem> |
1795 | 1795 | </varlistentry> |
|
1914 | 1914 | <para>Specifies the number of IGMP membership reports to be issued after |
1915 | 1915 | a failover event. One membership report is issued immediately after |
1916 | 1916 | the failover, subsequent packets are sent in each 200ms interval. |
1917 | | - The valid range is 0–255. Defaults to 1. A value of 0 |
| 1917 | + The valid range is 0…255. Defaults to 1. A value of 0 |
1918 | 1918 | prevents the IGMP membership report from being issued in response |
1919 | 1919 | to the failover event. |
1920 | 1920 | </para> |
|
1926 | 1926 | <listitem> |
1927 | 1927 | <para>Specify the number of packets to transmit through a slave before |
1928 | 1928 | 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 |
| 1929 | + random. The valid range is 0…65535. Defaults to 1. This option |
1930 | 1930 | only has effect when in balance-rr mode. |
1931 | 1931 | </para> |
1932 | 1932 | </listitem> |
|
1941 | 1941 | a peer notification is sent on the bonding device and each |
1942 | 1942 | VLAN sub-device. This is repeated at each link monitor interval |
1943 | 1943 | (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. |
| 1944 | + greater than 1. The valid range is 0…255. The default value is 1. |
1945 | 1945 | These options affect only the active-backup mode. |
1946 | 1946 | </para> |
1947 | 1947 | </listitem> |
|
0 commit comments