Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2004 03:13:41 -0800 (PST)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_output.c
Message-ID:  <200401081113.i08BDfZK066155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2004/01/08 03:13:41 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_output.c 
  Log:
  Do not set the ip_id to zero when DF is set on packet and
  restore the general pre-randomid behaviour.
  
  Setting the ip_id to zero causes several problems with
  packet reassembly when a device along the path removes
  the DF bit for some reason.
  
  Other BSD and Linux have found and fixed the same issues.
  
  PR:             kern/60889
  Tested by:      Richard Wendland <richard@wendland.org.uk>
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.204     +6 -12     src/sys/netinet/ip_output.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401081113.i08BDfZK066155>