Re: svn commit: r227499 - head/share/man/man4

2011-11-14 Thread Garrett Cooper
On Mon, Nov 14, 2011 at 7:10 AM, Andre Oppermann an...@freebsd.org wrote:
 Author: andre
 Date: Mon Nov 14 15:10:42 2011
 New Revision: 227499
 URL: http://svn.freebsd.org/changeset/base/227499

 Log:
  Note the ip_len bug fixed in r226105 in the BUGS section.

 Modified:
  head/share/man/man4/ip.4

 Modified: head/share/man/man4/ip.4
 ==
 --- head/share/man/man4/ip.4    Mon Nov 14 15:10:01 2011        (r227498)
 +++ head/share/man/man4/ip.4    Mon Nov 14 15:10:42 2011        (r227499)
 @@ -32,7 +32,7 @@
  .\     @(#)ip.4       8.2 (Berkeley) 11/30/93
  .\ $FreeBSD$
  .\
 -.Dd June 1, 2009
 +.Dd November 14, 2011
  .Dt IP 4
  .Os
  .Sh NAME
 @@ -847,3 +847,9 @@ The
  .Vt ip_mreqn
  structure appeared in
  .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
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r227499 - head/share/man/man4

2011-11-14 Thread Andre Oppermann

On 14.11.2011 16:38, Garrett Cooper wrote:

On Mon, Nov 14, 2011 at 7:10 AM, Andre Oppermannan...@freebsd.org  wrote:

Author: andre
Date: Mon Nov 14 15:10:42 2011
New Revision: 227499
URL: http://svn.freebsd.org/changeset/base/227499

Log:
  Note the ip_len bug fixed in r226105 in the BUGS section.

Modified:
  head/share/man/man4/ip.4

Modified: head/share/man/man4/ip.4
==
--- head/share/man/man4/ip.4Mon Nov 14 15:10:01 2011(r227498)
+++ head/share/man/man4/ip.4Mon Nov 14 15:10:42 2011(r227499)
@@ -32,7 +32,7 @@
  .\ @(#)ip.4   8.2 (Berkeley) 11/30/93
  .\ $FreeBSD$
  .\
-.Dd June 1, 2009
+.Dd November 14, 2011
  .Dt IP 4
  .Os
  .Sh NAME
@@ -847,3 +847,9 @@ The
  .Vt ip_mreqn
  structure appeared in
  .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?


It was. However there are some ports depending on this bug and due
to the late stage we are in the release cycle we decided to back out
the MFC.

--
Andre
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org