Re: ipfilter (was: RE: Introduction)

1999-06-21 Thread Luigi Rizzo
> > this might ease life to those who want to replace ipfw with ipfilter > > for dummynet or similar things, if nothing else. > > Thank you, Luigi. Could you please help me with some basics? ... what i do in dummynet is to queue the packet (wheter it comes from ip_input() or ip_output() makes no

RE: ipfilter (was: RE: Introduction)

1999-06-20 Thread Constantine Shkolny
On Sunday, June 20, 1999 7:22 AM, Luigi Rizzo [SMTP:lu...@labinfo.iet.unipi.it] wrote: > > This means that IP filters need to grab some of IP packets, process > > them on a specialized prosessor and then re-inject them into the IP > > packet stream. That is, the filter may decide to convert the pa

Re: ipfilter (was: RE: Introduction)

1999-06-20 Thread Luigi Rizzo
> This means that IP filters need to grab some of IP packets, process > them on a specialized prosessor and then re-inject them into the IP > packet stream. That is, the filter may decide to convert the packet, > but it doesn't have it ready-to-go when it has to return. However, > it may have it re