From owner-cvs-src@FreeBSD.ORG Thu Sep 16 17:57:04 2004 Return-Path: <owner-cvs-src@FreeBSD.ORG> Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E422816A4CE; Thu, 16 Sep 2004 17:57:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59EC43D1F; Thu, 16 Sep 2004 17:57:04 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8GHv40g043675; Thu, 16 Sep 2004 17:57:04 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8GHv47G043674; Thu, 16 Sep 2004 17:57:04 GMT (envelope-from andre) Message-Id: <200409161757.i8GHv47G043674@repoman.freebsd.org> From: Andre Oppermann <andre@FreeBSD.org> Date: Thu, 16 Sep 2004 17:57:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-src> List-Post: <mailto:cvs-src@freebsd.org> List-Help: <mailto:cvs-src-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 16 Sep 2004 17:57:05 -0000 andre 2004-09-16 17:57:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_fastfwd.c Log: MFC 1.20: Fix ip_input() fallback for the destination modified cases. Approved by: re (scottl) Revision Changes Path 1.17.2.1 +4 -6 src/sys/netinet/ip_fastfwd.c