Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 16:54:10 +0200
From:      Daniel Hartmeier <daniel@benzedrine.cx>
To:        Eugene Mitrofanov <eugene@imedia.ru>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: incoming traffic
Message-ID:  <20050519145410.GC20705@insomnia.benzedrine.cx>
In-Reply-To: <200505191206.14685.eugene@imedia.ru>
References:  <200505191206.14685.eugene@imedia.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 19, 2005 at 12:06:14PM +0400, Eugene Mitrofanov wrote:

> I have a little question. As I can understand ALTQ queueing works for 
> outgoing packets and it was confirmed by my experiments with pf but in the 
> '/usr/share/examples/pf/' files there are a log of lines like
> 
> pass in on dc0 from $boss to any queue boss_int
> 
> Is ALTQ filetring works for ingress?

No, it doesn't, can't and couldn't possibly ;)

That rule was probably meant to have a 'keep state' option.

On 'pass in keep state' rules, the 'queue' option is valid and affects
how outgoing replies related to those connections are queued on the same
interface (or how incoming packets are queued going out on another
interface, when forwarded).

Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050519145410.GC20705>