Date: Wed, 1 Dec 1999 15:12:01 -0800 (PST) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_tee.c Message-ID: <199912012312.PAA50432@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912012312.PAA50432>