mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Comment that raw output filter code for IPX should run in a netisr so as
to avoid recursing the socket code, as this input path can run in the call stack of an output path. MFC after: 1 month
This commit is contained in:
parent
c8cd6b70e2
commit
6252bd331d
1 changed files with 4 additions and 0 deletions
|
|
@ -427,6 +427,10 @@ register struct route *ro;
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* XXXRW: This code should be run in its own netisr dispatch to avoid a call
|
||||
* back into the socket code from the IPX output path.
|
||||
*/
|
||||
void
|
||||
ipx_watch_output(m, ifp)
|
||||
struct mbuf *m;
|
||||
|
|
|
|||
Loading…
Reference in a new issue