> > Maybe we should put in the release notes, that:
> >
> > "PFIL_HOOKS is required for IPFILTER"
>
> The right thing is to force the dependency in the code (I don't think
> there's a way to express it to config).  The ipfilter code should probably
> have something like
>
> #ifndef PFIL_HOOKS
> #error "You must specify PFIL_HOOKS when using ipfilter"
> #endif
>
> Unfortunately there's no way that I know to express this if ipfilter is
> loaded as a module.

Duh, there'll probably be unresolved symbols if you try to load ipl.ko w/o
PFIL_HOOKS defined in the kernel.

    Sam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to