Re: ng_ip_input ?

2006-08-19 Thread Julian Elischer
Ruslan Ermilov wrote: On Sat, Aug 19, 2006 at 07:58:03PM +0530, Rajkumar S wrote: On 8/19/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: On Sat, Aug 19, 2006 at 07:05:49PM +0530, Rajkumar S wrote: Any points to docs to read about a packet's traversal in FreeBSD ip stack? (especi

Re: ng_ip_input ?

2006-08-19 Thread Ruslan Ermilov
On Sat, Aug 19, 2006 at 07:58:03PM +0530, Rajkumar S wrote: > On 8/19/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > >On Sat, Aug 19, 2006 at 07:05:49PM +0530, Rajkumar S wrote: > >> Any points to docs to read about a packet's traversal in FreeBSD ip > >> stack? (especially wrt pf) > >> > >What le

Re: ng_ip_input ?

2006-08-19 Thread Rajkumar S
On 8/19/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: On Sat, Aug 19, 2006 at 07:05:49PM +0530, Rajkumar S wrote: > Any points to docs to read about a packet's traversal in FreeBSD ip > stack? (especially wrt pf) > What level of detalization do you need? Filters, such as pf(4), are embedded into

Re: ng_ip_input ?

2006-08-19 Thread Ruslan Ermilov
On Sat, Aug 19, 2006 at 07:05:49PM +0530, Rajkumar S wrote: > On 8/19/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > >On Sat, Aug 19, 2006 at 05:44:39PM +0530, Rajkumar S wrote: > >> The man page states > >> > >> DESCRIPTION > >> The ip_input node type takes all received packets and queues the

Re: ng_ip_input ?

2006-08-19 Thread Rajkumar S
On 8/19/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: On Sat, Aug 19, 2006 at 05:44:39PM +0530, Rajkumar S wrote: > The man page states > > DESCRIPTION > The ip_input node type takes all received packets and queues them into > the IP in input processing subsystem. It does this simple t

Re: ng_ip_input ?

2006-08-19 Thread Ruslan Ermilov
On Sat, Aug 19, 2006 at 05:44:39PM +0530, Rajkumar S wrote: > The man page states > > DESCRIPTION > The ip_input node type takes all received packets and queues them into > the IP in input processing subsystem. > > Can some one elaborate where does this come in ip stack and what does > th

Re: Re : ipv6 in ipv6 tunnel with FreeBSD 4.11

2006-08-19 Thread gnn
At Sat, 19 Aug 2006 11:45:13 + (GMT), Julien Abeillé wrote: > > Hi George, > > thanks for your answer. A few precisions then: I do two setups in > fact, one on IMUNES network emulator (this is why I use FreeBSD > 4.11), one with 4 real machines. The one with four real machines has > no tunne

ng_ip_input ?

2006-08-19 Thread Rajkumar S
Hi, The man page states DESCRIPTION The ip_input node type takes all received packets and queues them into the IP in input processing subsystem. Can some one elaborate where does this come in ip stack and what does this node do? I am not able to understand this just by reading the man p