Re: ipfilter and ipfw order.

2005-06-24 Thread Vlad GALU
On 6/24/05, ming fu <[EMAIL PROTECTED]> wrote: > Hi, > > In the 4.x kernel, ipfilter was hardcoded before ipfw in the ip_input(). > However, in the 5.x kernel, they register themselve to the pfil hook. As > there isn't a priority number during the hook up, looks like who ever > register first get

ipfilter and ipfw order.

2005-06-24 Thread ming fu
Hi, In the 4.x kernel, ipfilter was hardcoded before ipfw in the ip_input(). However, in the 5.x kernel, they register themselve to the pfil hook. As there isn't a priority number during the hook up, looks like who ever register first get to filter the packet first. In case I want to preserv