Linux Netfilter discussions
 help / color / mirror / Atom feed
* table traversal
@ 2003-02-28 13:09 William Olbrys
  2003-02-28 14:04 ` Maciej Soltysiak
  2003-02-28 14:22 ` Cedric Blancher
  0 siblings, 2 replies; 3+ messages in thread
From: William Olbrys @ 2003-02-28 13:09 UTC (permalink / raw)
  To: netfilter

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.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-28 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-28 13:09 table traversal William Olbrys
2003-02-28 14:04 ` Maciej Soltysiak
2003-02-28 14:22 ` Cedric Blancher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox