artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a5711
)
Assign the queue ID to the correct packet header when sending ICMP messages.
author
mpi
<mpi@openbsd.org>
Tue, 20 May 2014 11:03:13 +0000
(11:03 +0000)
committer
mpi
<mpi@openbsd.org>
Tue, 20 May 2014 11:03:13 +0000
(11:03 +0000)
ok henning@
sys/net/pf.c
patch
|
blob
|
history
diff --git
a/sys/net/pf.c
b/sys/net/pf.c
index
50bd84e
..
45be073
100644
(file)
--- a/
sys/net/pf.c
+++ b/
sys/net/pf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pf.c,v 1.87
7 2014/04/24 11:55:12 henning
Exp $ */
+/* $OpenBSD: pf.c,v 1.87
8 2014/05/20 11:03:13 mpi
Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@
-2464,7
+2464,7
@@
pf_send_icmp(struct mbuf *m, u_int8_t type, u_int8_t code, sa_family_t af,
if (r && (r->scrub_flags & PFSTATE_SETPRIO))
m0->m_pkthdr.pf.prio = r->set_prio[0];
if (r && r->qid)
- m->m_pkthdr.pf.qid = r->qid;
+ m
0
->m_pkthdr.pf.qid = r->qid;
switch (af) {
#ifdef INET