From owner-svn-src-head@FreeBSD.ORG Tue Oct 23 03:31:47 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E8B9909; Tue, 23 Oct 2012 03:31:47 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id CCEC48FC08; Tue, 23 Oct 2012 03:31:46 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 7496373027; Tue, 23 Oct 2012 05:52:24 +0200 (CEST) Date: Tue, 23 Oct 2012 05:52:24 +0200 From: Luigi Rizzo To: Gleb Smirnoff Subject: Re: svn commit: r241913 - in head: . sys/net sys/netgraph sys/netinet sys/netinet6 sys/netipsec sys/netpfil/ipfw sys/netpfil/pf sys/sys Message-ID: <20121023035224.GA95299@onelab2.iet.unipi.it> References: <201210222109.q9ML94e7007834@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201210222109.q9ML94e7007834@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i 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.14 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: Tue, 23 Oct 2012 03:31:47 -0000 On Mon, Oct 22, 2012 at 09:09:04PM +0000, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Oct 22 21:09:03 2012 > New Revision: 241913 > URL: http://svn.freebsd.org/changeset/base/241913 > > Log: > Switch the entire IPv4 stack to keep the IP packet header > in network byte order. Any host byte order processing is well done! cheers luigi