Date: Wed, 29 Aug 2007 19:34:28 +0000 (UTC) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200708291934.l7TJYSOa005706@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2007-08-29 19:34:28 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: Repair ALTQ-tagging rules in IPFW which got broken in the last PF import. The PF mbuf-tagging support routines changed to link the allocated tags into the provided mbuf themselves, so the left-over m_tag_prepend() was trying to add a bogus (usually NULL) tag. Reviewed by: mlaier Approved by: re Revision Changes Path 1.173 +0 -1 src/sys/netinet/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708291934.l7TJYSOa005706>