Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 11:59:48 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Paolo Pisati <piso@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet ip_fw_pfil.c
Message-ID:  <20080420115452.U66744@maildrop.int.zabbadoz.net>
In-Reply-To: <200803031012.m23ACldZ014651@repoman.freebsd.org>
References:  <200803031012.m23ACldZ014651@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



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