From owner-svn-src-head@FreeBSD.ORG Fri Aug 8 15:40:28 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7A4EDB3; Fri, 8 Aug 2014 15:40:28 +0000 (UTC) Received: from felyko.com (felyko.com [65.49.80.26]) by mx1.freebsd.org (Postfix) with ESMTP id 8FFDD23E6; Fri, 8 Aug 2014 15:40:28 +0000 (UTC) Received: from [IPv6:2601:9:8280:5fd:d52d:c118:dd20:86fd] (unknown [IPv6:2601:9:8280:5fd:d52d:c118:dd20:86fd]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 7E64334AAC4; Fri, 8 Aug 2014 08:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1407512422; bh=9x99lDcNkOo4TeSh/ibcgsQr3ES43ClJbR4AKRMtxzw=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=dETxBd46BD9KzCF8Mb4XRjVvMLrl/yvA9qruu+nLc1GQbfmVKuJrseDYUJNPJ49Wt 2/7N7xTFZq4Nm6xNJZiirPH/MeynV2jQnLNWmCtn7DtXiWm0fdsIDpjW33inJXnLr0 MIy0m9cjML+ZEXYhLgtYybIzdk0vpSQsF9ogv8O0= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r269699 - in head/sys: net netinet netinet6 netipsec netpfil/pf sys From: Rui Paulo In-Reply-To: <53e42e7c.2d2c.122bcb35@svn.freebsd.org> Date: Fri, 8 Aug 2014 08:40:20 -0700 Content-Transfer-Encoding: 7bit Message-Id: <2C45FBCF-77E8-4ECC-A88E-47645D837362@felyko.com> References: <53e42e7c.2d2c.122bcb35@svn.freebsd.org> To: Kevin Lo X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2014 15:40:28 -0000 On Aug 7, 2014, at 18:57, Kevin Lo wrote: > Author: kevlo > Date: Fri Aug 8 01:57:15 2014 > New Revision: 269699 > URL: http://svnweb.freebsd.org/changeset/base/269699 > > Log: > Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have > only one protocol switch structure that is shared between ipv4 and ipv6. That's a nice cleanup. Thanks. -- Rui Paulo