From: "William Olbrys" <william_olbrys@student.uml.edu>
To: netfilter@lists.netfilter.org
Subject: table traversal
Date: Fri, 28 Feb 2003 08:09:19 -0500 [thread overview]
Message-ID: <168d4128a3.128a3168d4@student.uml.edu> (raw)
I have a question about table traversal.
Suppose I have two chains, in this order in a table.
iptables -A FORWARD -s 10.1.2.3 -j ACCEPT
iptables -A FORWARD -s 10.1.2.0/255.255.255.0 -j DROP
Under this scenario a packet from 10.1.2.3 would fall under both rules.
But would the packets be dropped or allowed to go through? Once it has
found a match for a packet will it traverse the rest of the table or
simply pass to the next one?
Will
E2-O: The presence of this footer indicates the message has been scanned for viruses by the WebShield e500.
next reply other threads:[~2003-02-28 13:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-28 13:09 William Olbrys [this message]
2003-02-28 14:04 ` table traversal Maciej Soltysiak
2003-02-28 14:22 ` Cedric Blancher
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=168d4128a3.128a3168d4@student.uml.edu \
--to=william_olbrys@student.uml.edu \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox