Fix typo in adjust-mss description

This commit is contained in:
Markus Bukowski 2022-01-15 13:06:32 +01:00
parent cb5d20103c
commit 60bb01311c
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
.. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in .. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in
1452 bytes on a 1492 byte MTU. 1452 bytes on a 1492 byte MTU.
Instead of a numberical MSS value `clamp-mss-to-pmtu` can be used to Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to
automatically set the proper value. automatically set the proper value.
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}

View File

@ -190,8 +190,8 @@ PPPoE options
.. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in .. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in
1452 bytes on a 1492 byte MTU. 1452 bytes on a 1492 byte MTU.
Instead of a numberical MSS value `clamp-mss-to-pmtu` can be used to Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to
automatically set the proper value. automatically set the proper value.
.. cfgcmd:: set interfaces pppoe <interface> ip disable-forwarding .. cfgcmd:: set interfaces pppoe <interface> ip disable-forwarding
@ -235,9 +235,9 @@ IPv6
.. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in .. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in
1452 bytes on a 1492 byte MTU. 1452 bytes on a 1492 byte MTU.
Instead of a numberical MSS value `clamp-mss-to-pmtu` can be used to Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to
automatically set the proper value. automatically set the proper value.
.. cfgcmd:: set interfaces pppoe <interface> ipv6 disable-forwarding .. cfgcmd:: set interfaces pppoe <interface> ipv6 disable-forwarding