summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-08-09 16:17:37 +0000
committerandre <andre@FreeBSD.org>2004-08-09 16:17:37 +0000
commite7784143d45f09ab6b6843d02d8d6473c4714d98 (patch)
tree3c069f73a6c2d5b3aa181a8194c6a5b2b51f8873 /sys/netinet/ip_input.c
parent1b887d9d0883e2be04f040bf7ede9b798f2e88a0 (diff)
downloadFreeBSD-src-e7784143d45f09ab6b6843d02d8d6473c4714d98.zip
FreeBSD-src-e7784143d45f09ab6b6843d02d8d6473c4714d98.tar.gz
Make a comment that IP source routing is not SMP and PREEMPTION safe.
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index da67941..3bb8277 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -225,6 +225,7 @@ ip_dn_io_t *ip_dn_io_ptr;
* using IP source routing. This allows connection establishment and
* maintenance when the remote end is on a network that is not known
* to us.
+ * XXX: Broken on SMP and possibly preemption!
*/
static int ip_nhops = 0;
static struct ip_srcrt {
OpenPOWER on IntegriCloud