Make a comment that "ipfw forward" is not SMP and PREEMPTION safe.

This commit is contained in:
andre 2004-08-09 16:16:10 +00:00
parent 98b937e22a
commit 1b887d9d08

View File

@ -829,6 +829,7 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro,
* This could have surprisingly bad results in
* practice, because its content is overwritten
* by subsequent packets.
* XXX: Breaks on SMP and possibly preemption!
*/
/* There must be a better way to do this next line... */
static struct route sro_fwd;