From owner-cvs-all Wed Dec 1 15:14:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F75514E1C; Wed, 1 Dec 1999 15:14:50 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA50432; Wed, 1 Dec 1999 15:12:01 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <199912012312.PAA50432@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 1 Dec 1999 15:12:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_tee.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/12/01 15:12:01 PST Modified files: sys/netgraph ng_tee.c Log: Use m_dup() instead of m_copypacket() to duplicate the mbuf chain. This fixes a bug where if the original packet was modified downstream of the tee node, then the copy could get modified too. Revision Changes Path 1.6 +2 -2 src/sys/netgraph/ng_tee.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message