diff options
-rw-r--r-- | docs/_include/interface-ip.txt | 2 | ||||
-rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/_include/interface-ip.txt b/docs/_include/interface-ip.txt index 6045a7a8..75441040 100644 --- a/docs/_include/interface-ip.txt +++ b/docs/_include/interface-ip.txt @@ -12,7 +12,7 @@ .. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in 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. .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index a1537e80..4a31efc5 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -190,8 +190,8 @@ PPPoE options .. hint:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in 1452 bytes on a 1492 byte MTU. -Instead of a numberical MSS value `clamp-mss-to-pmtu` can be used to -automatically set the proper value. + Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to + automatically set the proper value. .. 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 1452 bytes on a 1492 byte MTU. - -Instead of a numberical MSS value `clamp-mss-to-pmtu` can be used to -automatically set the proper value. + + Instead of a numerical MSS value `clamp-mss-to-pmtu` can be used to + automatically set the proper value. .. cfgcmd:: set interfaces pppoe <interface> ipv6 disable-forwarding |