diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-07-15 19:18:28 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-07-15 19:18:39 +0200 |
commit | c48280d6c1f054f89863c1e367ba3e5a2a001527 (patch) | |
tree | a843b5aa97415470d4aa59e9e256f5e1218f1287 /docs/routing | |
parent | 872be543365cf685a89db37ffd96ec1c9754febf (diff) | |
download | vyos-documentation-c48280d6c1f054f89863c1e367ba3e5a2a001527.tar.gz vyos-documentation-c48280d6c1f054f89863c1e367ba3e5a2a001527.zip |
PPPoE: move MSS to routing
Diffstat (limited to 'docs/routing')
-rw-r--r-- | docs/routing/mss-clamp.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/routing/mss-clamp.rst b/docs/routing/mss-clamp.rst index f61aa956..9409690a 100644 --- a/docs/routing/mss-clamp.rst +++ b/docs/routing/mss-clamp.rst @@ -37,3 +37,5 @@ To achieve the same for IPv6 please use: set firewall options interface pppoe0 adjust-mss6 '1280' set firewall options interface wg02 adjust-mss6 '1280' +.. note:: MSS value = MTU - 20 (IP header) - 20 (TCP header), resulting in 1452 + bytes on a 1492 byte MTU. |