Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2002 02:14:08 -0800 (PST)
From:      "Crist J. Clark" <cjc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_input.c
Message-ID:  <200201261014.g0QAE8a73811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cjc         2002/01/26 02:14:08 PST

  Modified files:
    sys/netinet          ip_input.c 
  Log:
  The ipfw(8) 'tee' action simply hasn't worked on incoming packets for
  some time. _All_ packets, regardless of destination, were accepted by
  the machine as if addressed to it.
  
  Jump back to 'pass' processing for a teed packet instead of falling
  through as if it was ours.
  
  PR:             kern/31130
  Reviewed by:    -net, luigi
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.190     +3 -0      src/sys/netinet/ip_input.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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