From owner-cvs-src@FreeBSD.ORG Mon Sep 13 19:20:26 2004 Return-Path: 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 2486116A4D0; Mon, 13 Sep 2004 19:20:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B2443D67; Mon, 13 Sep 2004 19:20:14 +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 i8DJKEkm084306; Mon, 13 Sep 2004 19:20:14 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8DJKE1Y084305; Mon, 13 Sep 2004 19:20:14 GMT (envelope-from andre) Message-Id: <200409131920.i8DJKE1Y084305@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 13 Sep 2004 19:20:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw_pfil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 19:20:26 -0000 andre 2004-09-13 19:20:14 UTC FreeBSD src repository Modified files: sys/netinet ip_fw_pfil.c Log: If we have to 'ipfw fwd'-tag a packet the second time in ipfw_pfil_out() don't prepend an already existing tag again. Instead unlink it and prepend it again to have it as the first tag in the chain. PR: kern/71380 Revision Changes Path 1.9 +5 -3 src/sys/netinet/ip_fw_pfil.c