Linux Netfilter discussions
 help / color / mirror / Atom feed
* how to leave mangle table?
@ 2002-06-13 11:44 tbsky
  0 siblings, 0 replies; only message in thread
From: tbsky @ 2002-06-13 11:44 UTC (permalink / raw)
  To: netfilter

hi:
  i try to set some rules at mangle table.
  if rule 1 match, rule2 seems still be checked.
  can i leave mangle table if rule 1 match?
  eg: if rule 1 match, then rest of rules are not checked,
      just like filter table..
  do i need to create a new chain to do this?

example:
rule1: iptables -t mangle -A PREROUTING -s 10.1.1.2 -j MARK --set-mark 1
rule2: iptables -t mangle -A PREROUTING -s 10.1.1.0/24 -j MARK --set-mark 2

Regards,
tbsky




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-13 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-13 11:44 how to leave mangle table? tbsky

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