Skip to content

Commit c94b439

Browse files
author
Ted Avery
committed
OSDOCS-13187:Manually setting the MTU value
1 parent 41cee05 commit c94b439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/microshift-nw-topology.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ OVN-Kubernetes provides an overlay-based networking implementation. This overlay
99

1010
To configure the MTU, you must set an equal-to or less-than value than the MTU of the physical interface on the host. A less-than value for the MTU makes room for the required information that is added to the tunnel header before it is transmitted.
1111

12+
[IMPORTANT]
13+
====
14+
The MTU value of the OVN overlay networking in {microshift-short} must be 100 bytes smaller than the MTU value of the base network. If no MTU value is configured, {microshift-short} autoconfigures the value using the MTU value of the default gateway (Internet Protocol version 4 (IPv4) or Internet Protocol version 6 (IPv6)) of the host. If the auto-configuration does not work correctly, the MTU value can be configured manually. For example, if the MTU value of the network is `9000`, the OVN MTU size must be set to `8900`.
15+
====
16+
1217
OVS runs as a systemd service on the {microshift-short} node. The OVS RPM package is installed as a dependency to the `microshift-networking` RPM package. OVS is started immediately when the `microshift-networking` RPM is installed.
1318

1419
.{product-title} network topology

0 commit comments

Comments
 (0)