Date: Thu, 4 May 2006 18:41:09 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 frag6.c ip6_forward.c Message-ID: <200605041841.k44If9nN025943@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2006-05-04 18:41:09 UTC FreeBSD src repository Modified files: sys/netinet6 frag6.c ip6_forward.c Log: Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED to functions not yet asserting it but working on global ip6_forward_rt route cache which is not locked and perhaps should go away in the future though cache hit/miss ration wasn't bad. It's #if 0ed in frag6 because the code working on ip6_forward_rt is. Revision Changes Path 1.28 +4 -0 src/sys/netinet6/frag6.c 1.32 +2 -0 src/sys/netinet6/ip6_forward.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605041841.k44If9nN025943>