Date: Thu, 25 Sep 2008 12:35:01 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_stf.c Message-ID: <200809251235.m8PCZ56q093143@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2008-09-25 12:35:01 UTC FreeBSD src repository Modified files: sys/net if_stf.c Log: SVN rev 183351 on 2008-09-25 12:35:01Z by dwmalone Some people's 6to4 routers seem to have been blowing up because of the unlocked route caching in if_stf. Add a mutex that protects access to cached route. This seemed to fix problems for Pekka Savola. Nick Sayer had similar problems, and in his case completly disabling the route cache seemed to help. Add a sysctl net.link.stf.route_cache that can be used to turn off route caching in if_stf. PR: 122283 MFC after: 2 weeks Tested by: Pekka Savola, Nick Sayer. Revision Changes Path 1.64 +30 -6 src/sys/net/if_stf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809251235.m8PCZ56q093143>