Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 12:01:03 -0600
From:      Scott Long <scottl@samsco.org>
To:        Andre Oppermann <andre@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet ip_fw2.c ip_fw_pfil.c
Message-ID:  <4124EADF.2070007@samsco.org>
In-Reply-To: <200408191759.i7JHxQnC042637@repoman.freebsd.org>
References:  <200408191759.i7JHxQnC042637@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Andre Oppermann wrote:
> andre       2004-08-19 17:59:26 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/netinet          ip_fw2.c ip_fw_pfil.c 
>   Log:
>   Do not unconditionally ignore IPDIVERT and IPFIREWALL_FORWARD when building
>   the ipfw KLD.
>   
>    For IPFIREWALL_FORWARD this does not have any side effects.  If the module
>    has it but not the kernel it just doesn't do anything.
>   
>    For IPDIVERT the KLD will be unloadable if the kernel doesn't have IPDIVERT
>    compiled in too.  However this is the least disturbing behaviour.  The user
>    can just recompile either module or the kernel to match the other one.  The
>    access to the machine is not denied if ipfw refuses to load.
>   
>   Revision  Changes    Path
>   1.72      +0 -2      src/sys/netinet/ip_fw2.c
>   1.3       +0 -2      src/sys/netinet/ip_fw_pfil.c

Thanks a lot.  I'll ask that everyone who was having problems what this 
and the prvious commit addresses to please update and test as soon an
possible so we can determine whether to put this into BETA1.

Thanks,

Scott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4124EADF.2070007>