All of lore.kernel.org
 help / color / mirror / Atom feed
From: <tbsky@greenware.com.tw>
To: netfilter@lists.samba.org
Subject: how to leave mangle table?
Date: Thu, 13 Jun 2002 19:44:42 +0800 (CST)	[thread overview]
Message-ID: <1618.172.16.10.1.1023968682.squirrel@mail> (raw)

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




                 reply	other threads:[~2002-06-13 11:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1618.172.16.10.1.1023968682.squirrel@mail \
    --to=tbsky@greenware.com.tw \
    --cc=netfilter@lists.samba.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.