From owner-freebsd-stable@FreeBSD.ORG Wed Jul 10 06:47:25 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2C937C3B for ; Wed, 10 Jul 2013 06:47:25 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id 095C817AE for ; Wed, 10 Jul 2013 06:47:25 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id 10so5993608pdi.39 for ; Tue, 09 Jul 2013 23:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=qhfZ4eaOpYUpUO0gp5emxLoXJx04Cc5gYGmSH59fIJM=; b=tF+YsxegvMqTzTZfaJ8eb4VEa6TXAkCfz305i/YBKvYPGYAMCZIYRAXYiIByEYRc/N 6/T0Z32APCKaTQeAZa5uOY9LlzlZJ3M2HF84Y9lLOkbmeu67E10C8qOg6BoZX34srKHE Siy/rUASdFD0Cqb7QZKYQKwaryS6DEAwGnSZzj4DI3Sukbkf80yf7tZWB3qb2SmxqXOE AgfhuzzcaylSkrZbooU22nVY7IVOJ7Cj0dlxf/pnmbXgBSHQJ69KGFIhb8WvJyUgWywJ 9WAQfJhmBrmLELQtpsBO4xZClKbXBUsriACGF5VizFRKyC6I/fpkdNlekO1vqzi0UlXq aydA== X-Received: by 10.66.37.77 with SMTP id w13mr32060008paj.73.1373438844895; Tue, 09 Jul 2013 23:47:24 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id sz6sm34426349pab.5.2013.07.09.23.47.22 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 09 Jul 2013 23:47:24 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 10 Jul 2013 15:47:17 +0900 From: Yonghyeon PYUN Date: Wed, 10 Jul 2013 15:47:17 +0900 To: dcx dcy Subject: Re: hme0 interface going up/down (dhclient ?) Message-ID: <20130710064717.GC2753@michelle.cdnetworks.com> References: <20130710014436.GA2753@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-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 06:47:25 -0000 On Wed, Jul 10, 2013 at 02:40:09AM +0000, dcx dcy wrote: > Hello, > the patch corrected this issue. > > Thank you very much for your help and time, it is appreciated! > > Best Regards, > > Dominic. > Thanks for testing. Committed in r253134.