aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
authormattprost <matt.prost@ni.com>2021-06-09 15:00:35 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-10 10:59:59 -0500
commit0ee7e7106a10f40358e30cf1b8716524e3fbd116 (patch)
treeada60ad7b90d2592242ea0a07933039063e88f36 /mpm
parent471de61e4d9e53a038942f21f61d4b481b5f9853 (diff)
downloaduhd-0ee7e7106a10f40358e30cf1b8716524e3fbd116.tar.gz
uhd-0ee7e7106a10f40358e30cf1b8716524e3fbd116.tar.bz2
uhd-0ee7e7106a10f40358e30cf1b8716524e3fbd116.zip
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 <matt.prost@ni.com>
Diffstat (limited to 'mpm')
-rw-r--r--mpm/systemd/network/int0.network2
1 files changed, 1 insertions, 1 deletions
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