All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aleksandar Milivojevic <amilivojevic@pbl.ca>
To: condor_rl@libero.it
Cc: netfilter@lists.netfilter.org
Subject: Re: Connection states information tables
Date: Tue, 21 Sep 2004 14:10:29 -0500	[thread overview]
Message-ID: <41507CA5.7000709@pbl.ca> (raw)
In-Reply-To: <20040921185500.GB16833@tranquillitatis.dns2go.com>

Lorenzo Rossi wrote:
> My question is:
> How many state tables are used? one table for each main chain?
> One for INPUT and one for OUTPUT?

Only one table is used, regardless of how many tables and/or chains you 
have.  Everything goes into that one table.  Having separate tables, one 
for each chain, wouldn't be of much use (than you couldn't match 
incoming and outgoing packets of single connection, unless you traverse 
all those tables which is just the same as having one table).

-- 
Aleksandar Milivojevic <amilivojevic@pbl.ca>    Pollard Banknote Limited
Systems Administrator                           1499 Buffalo Place
Tel: (204) 474-2323 ext 276                     Winnipeg, MB  R3T 1L7


  reply	other threads:[~2004-09-21 19:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-21 18:55 Connection states information tables Lorenzo Rossi
2004-09-21 19:10 ` Aleksandar Milivojevic [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-09-21 19:00 Daniel Chemko

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=41507CA5.7000709@pbl.ca \
    --to=amilivojevic@pbl.ca \
    --cc=condor_rl@libero.it \
    --cc=netfilter@lists.netfilter.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.