mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
dummynet: why not fix pie too
Inspired by: https://cgit.freebsd.org/src/commit/?id=26b9e1f07fa
This commit is contained in:
parent
e81800f6a8
commit
c27794fa75
1 changed files with 3 additions and 0 deletions
|
|
@ -744,6 +744,9 @@ pie_enqueue(struct fq_pie_flow *q, struct mbuf* m, struct fq_pie_si *si)
|
|||
}
|
||||
|
||||
if (t != DROP) {
|
||||
if (m->m_pkthdr.rcvif != NULL)
|
||||
m_rcvif_serialize(m);
|
||||
|
||||
mq_append(&q->mq, m);
|
||||
fq_update_stats(q, si, len, 0);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue