> 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.
Sam
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message