From owner-cvs-all Sat Feb 9 2:48:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DDA837B402; Sat, 9 Feb 2002 02:48:24 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g19AmOg03966; Sat, 9 Feb 2002 02:48:24 -0800 (PST) (envelope-from cjc) Message-Id: <200202091048.g19AmOg03966@freefall.freebsd.org> From: "Crist J. Clark" Date: Sat, 9 Feb 2002 02:48:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2002/02/09 02:48:24 PST Modified files: (Branch: RELENG_4) sys/netinet ip_input.c Log: MFC 1.190: 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 Revision Changes Path 1.130.2.32 +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