summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 8211977..609f40b 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -2551,6 +2551,9 @@ check_body:
ipfw_insn_altq *altq = (ipfw_insn_altq *)cmd;
match = 1;
+ mtag = m_tag_find(m, PACKET_TAG_PF_QID, NULL);
+ if (mtag != NULL)
+ break;
mtag = m_tag_get(PACKET_TAG_PF_QID,
sizeof(struct altq_tag),
M_NOWAIT);
OpenPOWER on IntegriCloud