diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-10-13 10:41:13 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-10-13 10:41:13 +0000 |
commit | 89ae60e4c98a474979f98c97badc79c4a4bb0230 (patch) | |
tree | 5cc8c5dfd15c745ddf7e7ae685f071152bb94862 /share | |
parent | 728bebe5cfbcacfe290ca38c4777c371e5d0560e (diff) |
Set the default MTU to full 1500 bytes. We do not want to encourage
running vxlan(4) with a lowered MTU of just 1450 bytes instead of
bumping the MTU of the transport interfaces to at least 1550 or
preferrably 1600 bytes.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/vxlan.4 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4 index 308b7af91ad..a624a512bef 100644 --- a/share/man/man4/vxlan.4 +++ b/share/man/man4/vxlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vxlan.4,v 1.1 2013/10/13 10:10:01 reyk Exp $ +.\" $OpenBSD: vxlan.4,v 1.2 2013/10/13 10:41:12 reyk Exp $ .\" .\" Copyright (c) 2013 Reyk Floeter <reyk@openbsd.org> .\" @@ -155,11 +155,12 @@ The .Nm interface requires at least 50 bytes for the IP, UDP and VXLAN protocol overhead and optionally 4 bytes for the encapsulated VLAN tag. -The default MTU is set to 1450 bytes but can be adjusted if the -transport interfaces carrying the tunnel traffic support larger MTUs. -It is recommended to set the MTU of the transport interfaces to at -least 1550 bytes and to bump the MTU of the -.Nm -interfaces to 1500 bytes accordingly. +The default MTU is set to 1500 bytes but can be adjusted if the +transport interfaces carrying the tunnel traffic do not support larger +MTUs, the tunnel traffic is leaving the local network, or if +interoperability with another implementation requires to run a +decreased MTU of 1450 bytes. +In any other case, it is commonly recommended to set the MTU of the +transport interfaces to at least 1600 bytes. .Pp The implementation does not support IPv6 tunnel endpoints at present. |