All of lore.kernel.org
 help / color / mirror / Atom feed
From: Henrik Nordstrom <hno@marasystems.com>
To: Jonas Berlin <xkr47@outerspace.dyndns.org>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: The big Picture of all the tables ...
Date: Sun, 5 Jun 2005 23:48:44 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.61.0506052344250.11204@filer.marasystems.com> (raw)
In-Reply-To: <42A22703.5090000@outerspace.dyndns.org>

On Sat, 4 Jun 2005, Jonas Berlin wrote:

> I mean
>
>  iptables ... -j QUEUE
>
> I don't know where in the chain it should/can go..

NF_QUEUE (aka -j QUEUE in iptables) can be returned by any netfilter 
hook handler, and terminates that handler/table.

When the packet returns from the queue it continues at the next 
handler/table in the same hook or leaves the hook as usual if there is no 
more to process in this hook.

Note: this is not limited to iptables. The above applies to any netfilter 
modules as QUEUE is a core netfilter function, not an iptables function.

Regards
Henrik

  parent reply	other threads:[~2005-06-05 21:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-04 18:10 The big Picture of all the tables Robert de Bath
2005-06-04 20:50 ` Jonas Berlin
2005-06-04 21:30   ` Matthew Strait
2005-06-06 21:08   ` Andy Furniss
2005-06-04 21:10 ` Jonas Berlin
2005-06-04 21:47   ` Alexander Samad
2005-06-04 21:49   ` Robert de Bath
2005-06-04 22:11     ` Jonas Berlin
2005-06-05 10:08       ` Jørn Andre
2005-06-05 21:48       ` Henrik Nordstrom [this message]
2005-06-06  8:00 ` Cedric de Launois

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.61.0506052344250.11204@filer.marasystems.com \
    --to=hno@marasystems.com \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=xkr47@outerspace.dyndns.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.