From owner-freebsd-net@FreeBSD.ORG Tue Feb 28 05:24:30 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02575106566B for ; Tue, 28 Feb 2012 05:24:30 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id BAA4F8FC12 for ; Tue, 28 Feb 2012 05:24:29 +0000 (UTC) Received: by pbcwy7 with SMTP id wy7so694833pbc.13 for ; Mon, 27 Feb 2012 21:24:29 -0800 (PST) Received-SPF: pass (google.com: domain of pyunyh@gmail.com designates 10.68.216.4 as permitted sender) client-ip=10.68.216.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pyunyh@gmail.com designates 10.68.216.4 as permitted sender) smtp.mail=pyunyh@gmail.com; dkim=pass header.i=pyunyh@gmail.com Received: from mr.google.com ([10.68.216.4]) by 10.68.216.4 with SMTP id om4mr49368525pbc.19.1330406669506 (num_hops = 1); Mon, 27 Feb 2012 21:24:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=pFDXEMy4aZqdaHMjVfPvveiZL8SACT9PoxwLyHdYkyE=; b=el3FeQD0+SpKOvKEs1s9UxJv2PXuJ0N3VsXep6LWWxrkKVwn6wBPxmN+dEuOSTL1IE rVCiWzI/6ghjfJ5wXdpcV7YB6Z9lt/nYvF+SlBoaflShCg5wZGO2P4C5NQXeoFINoj4j rNlIpCU9v0ugCZrzgwEI0z/AhqCAYQjmKfO1c= Received: by 10.68.216.4 with SMTP id om4mr41611162pbc.19.1330406669474; Mon, 27 Feb 2012 21:24:29 -0800 (PST) Received: from pyunyh@gmail.com ([114.111.62.249]) by mx.google.com with ESMTPS id 3sm14668569pbx.66.2012.02.27.21.24.27 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Feb 2012 21:24:28 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 28 Feb 2012 14:24:19 -0800 From: YongHyeon PYUN Date: Tue, 28 Feb 2012 14:24:19 -0800 To: Nugroho Atmotaruno Message-ID: <20120228222419.GB5170@michelle.cdnetworks.com> References: <20120224044000.GF13815@michelle.cdnetworks.com> <20120225222126.GB3718@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: re(4) intermittent up/down X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 05:24:30 -0000 On Tue, Feb 28, 2012 at 12:34:57AM +0700, Nugroho Atmotaruno wrote: > On Sun, Feb 26, 2012 at 5:21 AM, YongHyeon PYUN wrote: > > > > Oops, back out previous patch and try this one. > > After running my machine for more than 30 hours, i don't see another > symptom, thank you. > Thanks for testing! Committed(r232246).