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:
Robert Watson 2006-03-24 00:00:23 +00:00
parent c8cd6b70e2
commit 6252bd331d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157065

View file

@ -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;