diff options
author | Markus Bukowski <me@mrbuk.de> | 2022-01-15 13:06:32 +0100 |
---|---|---|
committer | Markus Bukowski <me@mrbuk.de> | 2022-01-15 13:06:32 +0100 |
commit | 60bb01311c86fc689f13ce21a8a431ff068e3737 (patch) | |
tree | b6dfbfbb3d69eb166dafeef7a2a42c4c3279ba1a /docs/_include | |
parent | cb5d20103cca9889f63787425a0fc14e45df7cb3 (diff) | |
download | vyos-documentation-60bb01311c86fc689f13ce21a8a431ff068e3737.tar.gz vyos-documentation-60bb01311c86fc689f13ce21a8a431ff068e3737.zip |
Fix typo in adjust-mss description
Diffstat (limited to 'docs/_include')
-rw-r--r-- | docs/_include/interface-ip.txt | 2 |
1 files changed, 1 insertions, 1 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 }} |