Laurent,
I checked the code of PFil 2.1.11, 2.1.11 added
#if SOLARIS2 >= 10
if (qif == NULL)
ill_refrele(il);
#endif
Because ill_refrele( ) is introduced in Solaris 10, So you are right,
Solaris 8 and 9 should use Pfil 2.1.11.
Andrew
On Mon, 2006-06-12 at 21:27 +0200, Laurent Blume wrote:
> Andrew Wenlang Zhu wrote:
> > I tried to use Pfil 2.1.10 on Solaris 8, but failed with the following
> > message during installation:
> [snip]
> > Is there a equivalent function in Solaris 8 as ill_refrele( )? or what
> > is the implication of not calling ill_refrele( )?
>
> There is a 2.1.11 that crept sneakily on IP Filter's website. I built
> and loaded it successfully this afternoon on a Solaris 9 box (right
> after seeing posts similar as yours -- I was going to postpone an
> upgrade to 2.1.10).
>
> Didn't fix my troubles, though, a small percentage of inbound and
> outbound packets are blocked for no apparent reason... Quite annoying
> for the users.
>
> Laurent