diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 67e23b8f96..0ece4f9465 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -14802,6 +14802,7 @@ nm_device_cleanup (NMDevice *self, NMDeviceStateReason reason, CleanupType clean } priv->mtu_source = NM_DEVICE_MTU_SOURCE_NONE; + priv->ip6_mtu = 0; if (priv->mtu_initial || priv->ip6_mtu_initial) { ifindex = nm_device_get_ip_ifindex (self);