cvs commit: src/sys/netinet ip_dummynet.c ip_fw2.c
Sam Leffler
sam at FreeBSD.org
Sun Nov 23 10:13:43 PST 2003
sam 2003/11/23 10:13:41 PST
FreeBSD src repository
Modified files:
sys/netinet ip_dummynet.c ip_fw2.c
Log:
Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routines
potentially transmit packets that may enter KAME IPsec w/o Giant if the
callouts are marked MPSAFE.
Reviewed by: ume
Approved by: re (rwatson)
Revision Changes Path
1.74 +1 -1 src/sys/netinet/ip_dummynet.c
1.48 +1 -1 src/sys/netinet/ip_fw2.c
More information about the cvs-src
mailing list