summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDaniel McGregor <daniel.mcgregor@vecima.com>2020-06-15 16:01:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-17 11:10:28 +0100
commitfbd5b12001ddfd3f31d000b984ec2a0eb5b7481c (patch)
tree353a1bb4f020fb3206825deb70e978b33cd6f793 /meta
parent02fc9cf7a032370871d932fa94810858e6bba40a (diff)
downloadpoky-fbd5b12001ddfd3f31d000b984ec2a0eb5b7481c.tar.gz
systemd-conf: Accept MTU from DHCP
Many local cloud deployments use MTUs other than 1500. To support them, accept MTU from DHCP by default. (From OE-Core rev: 60ff220548125bbdc6812669af711fb3650d87aa) Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd-conf/wired.network1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-conf/wired.network b/meta/recipes-core/systemd/systemd-conf/wired.network
index ff807ba31f..dcf3534596 100644
--- a/meta/recipes-core/systemd/systemd-conf/wired.network
+++ b/meta/recipes-core/systemd/systemd-conf/wired.network
@@ -6,5 +6,6 @@ KernelCommandLine=!nfsroot
6DHCP=yes 6DHCP=yes
7 7
8[DHCP] 8[DHCP]
9UseMTU=yes
9RouteMetric=10 10RouteMetric=10
10ClientIdentifier=mac 11ClientIdentifier=mac