summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-08-09 16:16:10 +0000
committerandre <andre@FreeBSD.org>2004-08-09 16:16:10 +0000
commit1b887d9d0883e2be04f040bf7ede9b798f2e88a0 (patch)
tree51743c4fb56c8bd6179955e603773375506cc45d /sys/netinet/ip_output.c
parent98b937e22a023bf2bef40267006693a68dae8d1d (diff)
downloadFreeBSD-src-1b887d9d0883e2be04f040bf7ede9b798f2e88a0.zip
FreeBSD-src-1b887d9d0883e2be04f040bf7ede9b798f2e88a0.tar.gz
Make a comment that "ipfw forward" is not SMP and PREEMPTION safe.
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r--sys/netinet/ip_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index cf1132b..6705f7d 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -829,6 +829,7 @@ spd_done:
* 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;
OpenPOWER on IntegriCloud