From 0ee7e7106a10f40358e30cf1b8716524e3fbd116 Mon Sep 17 00:00:00 2001 From: mattprost Date: Wed, 9 Jun 2021 15:00:35 -0500 Subject: transport: Set mtu to 9000 for all 10GbE use cases An default MTU value of 9000 gives the devices the most flexibility using 10GbE. Many interfaces and docs have already been updated. This is bringing all devices into alignment with this paradigm. Signed-off-by: mattprost --- mpm/systemd/network/int0.network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm') diff --git a/mpm/systemd/network/int0.network b/mpm/systemd/network/int0.network index 1b939a2f9..67a04c322 100644 --- a/mpm/systemd/network/int0.network +++ b/mpm/systemd/network/int0.network @@ -6,4 +6,4 @@ Address=169.254.0.1/24 IPForward=ipv4 [Link] -MTUBytes=8000 +MTUBytes=9000 -- cgit v1.2.3