ru          2006-02-14 06:36:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_dummynet.c ip_dummynet.h ip_fw.h 
  Log:
  When sending a packet from dummynet, indicate that we're forwarding
  it so that ip_id etc. don't get overwritten.  This fixes forwarding
  of fragmented IP packets through a dummynet pipe -- fragments came
  out with modified and different(!) ip_id's, making it impossible to
  reassemble a datagram at the receiver side.
  
  Submitted by:   Alexander Karptsov (reworked by me)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.99      +2 -5      src/sys/netinet/ip_dummynet.c
  1.39      +0 -1      src/sys/netinet/ip_dummynet.h
  1.104     +0 -2      src/sys/netinet/ip_fw.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to