From owner-svn-src-head@FreeBSD.ORG Mon Nov 14 15:39:00 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCE6C106566B; Mon, 14 Nov 2011 15:39:00 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 63A628FC0A; Mon, 14 Nov 2011 15:39:00 +0000 (UTC) Received: by yenl11 with SMTP id l11so1593008yen.13 for ; Mon, 14 Nov 2011 07:38:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=7nhyNTuwcWzOwzXch/uxk47MQa92EzPM0OHqD84C5i8=; b=k8nekzyWLHP7lUwSNOyOl26ve7UFJf0ycCilTjN50C/SNEk9HG70hae8qNLzTPZcNy g5Y5L3DXlfY2F6pWXMREDos48ppugjEoBuKM+V3eGcy+kSSNpgV4OwyzUxWH2dmtiHRg nA8ZHzn2nR+2DA6rTqiKj7bs3U81aDXq9k+FU= MIME-Version: 1.0 Received: by 10.182.59.49 with SMTP id w17mr5082615obq.37.1321285139753; Mon, 14 Nov 2011 07:38:59 -0800 (PST) Received: by 10.182.7.34 with HTTP; Mon, 14 Nov 2011 07:38:59 -0800 (PST) In-Reply-To: <201111141510.pAEFAg7E054480@svn.freebsd.org> References: <201111141510.pAEFAg7E054480@svn.freebsd.org> Date: Mon, 14 Nov 2011 07:38:59 -0800 Message-ID: From: Garrett Cooper To: Andre Oppermann Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227499 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 14 Nov 2011 15:39:01 -0000 On Mon, Nov 14, 2011 at 7:10 AM, Andre Oppermann wrote: > Author: andre > Date: Mon Nov 14 15:10:42 2011 > New Revision: 227499 > URL: http://svn.freebsd.org/changeset/base/227499 > > Log: > =A0Note the ip_len bug fixed in r226105 in the BUGS section. > > Modified: > =A0head/share/man/man4/ip.4 > > Modified: head/share/man/man4/ip.4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/share/man/man4/ip.4 =A0 =A0Mon Nov 14 15:10:01 2011 =A0 =A0 =A0 = =A0(r227498) > +++ head/share/man/man4/ip.4 =A0 =A0Mon Nov 14 15:10:42 2011 =A0 =A0 =A0 = =A0(r227499) > @@ -32,7 +32,7 @@ > =A0.\" =A0 =A0 @(#)ip.4 =A0 =A0 =A0 8.2 (Berkeley) 11/30/93 > =A0.\" $FreeBSD$ > =A0.\" > -.Dd June 1, 2009 > +.Dd November 14, 2011 > =A0.Dt IP 4 > =A0.Os > =A0.Sh NAME > @@ -847,3 +847,9 @@ The > =A0.Vt ip_mreqn > =A0structure appeared in > =A0.Tn Linux 2.4 . > +.Sh BUGS > +Before > +.Fx 10.0 packets received on raw IP sockets had the > +.Va ip_hl > +subtracted from the > +.Va ip_len field. Isn't the fix going to be MFCed? -Garrett