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
This commit is contained in:
Brian Feldman 2007-08-29 19:34:28 +00:00
parent cc479dda4a
commit 598fa04675
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172006

View File

@ -3077,7 +3077,6 @@ do { \
else
at->af = AF_LINK;
at->hdr = ip;
m_tag_prepend(m, mtag);
break;
}