cvs commit: src/sys/netinet ip_fw_pfil.c
Bjoern A. Zeeb
bzeeb-lists at lists.zabbadoz.net
Sun Apr 20 12:00:08 UTC 2008
On Mon, 3 Mar 2008, Paolo Pisati wrote:
> piso 2008-03-03 10:12:46 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/netinet ip_fw_pfil.c
> Log:
> Raise a bit ipfw kld priority.
>
> Discussed on: net-, ipfw-.
>
> Revision Changes Path
> 1.27 +1 -1 src/sys/netinet/ip_fw_pfil.c
This needs to be MFCed. We hit the initialization problem (lock not
yet initialized because of ipfw_nat was intiialized before ipfw).
I was about to commit a change discussed with jhb like
-DECLARE_MODULE(ipfw, ipfwmod, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY);
+DECLARE_MODULE(ipfw, ipfwmod, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_FIRST);
when I noticed that HEAD had SI_ORDER_ANY - 256.
/bz
--
Bjoern A. Zeeb Stop bit received. Insert coin for new game.
More information about the cvs-src
mailing list