Page MenuHomeFreeBSD

D37318.diff
No OneTemporary

D37318.diff

diff --git a/sys/netpfil/ipfw/dn_sched_fq_codel.c b/sys/netpfil/ipfw/dn_sched_fq_codel.c
--- a/sys/netpfil/ipfw/dn_sched_fq_codel.c
+++ b/sys/netpfil/ipfw/dn_sched_fq_codel.c
@@ -194,6 +194,9 @@
*(aqm_time_t *)(mtag + 1) = AQM_UNOW;
m_tag_prepend(m, mtag);
+ if (m->m_pkthdr.rcvif != NULL)
+ m_rcvif_serialize(m);
+
mq_append(&q->mq, m);
fq_update_stats(q, si, len, 0);
return 0;

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 8, 3:17 PM (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15723571
Default Alt Text
D37318.diff (394 B)

Event Timeline