cvs commit: src/sys/netinet ip_output.c

Andre Oppermann andre at freebsd.org
Mon Aug 9 09:21:50 PDT 2004


Andre Oppermann wrote:
> 
> andre       2004-08-09 16:16:11 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/netinet          ip_output.c
>   Log:
>   Make a comment that "ipfw forward" is not SMP and PREEMPTION safe.
> 
>   Revision  Changes    Path
>   1.222     +1 -0      src/sys/netinet/ip_output.c

Please note that the conversion of ipfw to PFIL_HOOKS fixes this and
I am working on getting it in before the code freeze.

Switching ipfw over to PFIL_HOOKS is fairly low risk (it only changes
how ipfw is invoked per packet and in no way how ipfw itself works).

-- 
Andre


More information about the cvs-src mailing list