diff options
author | Daniel McGregor <daniel.mcgregor@vecima.com> | 2020-06-15 16:01:42 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-17 11:10:28 +0100 |
commit | fbd5b12001ddfd3f31d000b984ec2a0eb5b7481c (patch) | |
tree | 353a1bb4f020fb3206825deb70e978b33cd6f793 /meta/recipes-core/systemd | |
parent | 02fc9cf7a032370871d932fa94810858e6bba40a (diff) | |
download | poky-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/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd-conf/wired.network | 1 |
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 | |||
6 | DHCP=yes | 6 | DHCP=yes |
7 | 7 | ||
8 | [DHCP] | 8 | [DHCP] |
9 | UseMTU=yes | ||
9 | RouteMetric=10 | 10 | RouteMetric=10 |
10 | ClientIdentifier=mac | 11 | ClientIdentifier=mac |