1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Make a comment that IP source routing is not SMP and PREEMPTION safe.

This commit is contained in:
Andre Oppermann 2004-08-09 16:17:37 +00:00
parent a5053398d4
commit bb7c5b3055
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133390

View File

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