[ipv6] Network manager incorrectly lowers MTU when IPv6 is enabled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NetworkManager |
Fix Released
|
Medium
|
|||
network-manager (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Wily |
Fix Released
|
High
|
Mathieu Trudel-Lapierre |
Bug Description
[Impact]
Users with IPv6-supporting networks will see the messages below in the bug description appear repeatedly as NM mistakes a 0 value for MTU in internal NM code with 0-size packets instead of meaning "use default MTU".
[Test case]
- Run network-manager on a network supporting IPv6.
- Check /var/log/syslog for <warn> messages from NetworkManager.
[Regression Potential]
This changes behavior for handling the MTU value for IPv6, which should be no higher than the device MTU. Since 0 is an invalid value for MTU anyway, this should not otherwise affect MTU handling for devices.
Possible regressions from the change might include invalid (too high) set MTU for a device due to the failure to recognize cases where the MTU needs to be adjusted, leading to packet loss on IPv6.
--
Network manager is sending out a lot of warnings about changing the MTU:
Sep 25 14:13:03 desktop NetworkManager[
Sep 25 14:13:21 desktop NetworkManager[
Sep 25 14:13:21 desktop NetworkManager[
Sep 25 14:13:21 desktop NetworkManager[
Sep 25 14:13:29 desktop NetworkManager[
Lowering IPv6 MTU (1480) to match device MTU (1280) repeats about 16 times between the other messages (about 2 mins round).
This doesn't appear to be Ubuntu specific - https:/
ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: network-manager 1.0.4-0ubuntu3
ProcVersionSign
Uname: Linux 4.2.0-11-generic x86_64
NonfreeKernelMo
ApportVersion: 2.19-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Sep 25 14:09:20 2015
IfupdownConfig:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
InstallationDate: Installed on 2015-01-08 (259 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20150108)
NetworkManager.
[main]
NetworkingEnab
WirelessEnable
WWANEnabled=true
WimaxEnabled=true
RfKill:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
UpgradeStatus: Upgraded to wily on 2015-08-12 (43 days ago)
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: Error: Object 'nm' is unknown, try 'nmcli help'.
Related branches
Changed in network-manager: | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |
Changed in network-manager (Ubuntu): | |
importance: | Undecided → High |
summary: |
- [ipv6] Network manager spews logs of Lowering IPv6 MTU (1480) to match - device MTU (1280) + [ipv6] Network manager incorrectly lowers MTU when IPv6 is enabled |
tags: |
added: verification-done removed: verification-needed |
Status changed to 'Confirmed' because the bug affects multiple users.