From: Bartek Krajnik <bartek@bicom.pl>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] flush marker howto
Date: Sat, 15 Feb 2003 18:05:34 +0000 [thread overview]
Message-ID: <marc-lartc-104533239332409@msgid-missing> (raw)
In-Reply-To: <marc-lartc-104524077619951@msgid-missing>
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
On 14-02-2003 at 08:38:26AM -0800, emo terziev wrote:
et> Hi,
et> How i can clear marker from memory
et> after using
et>
et> iptables .... -j MARK --set-mark XX
et>
et> Can i flush all markers without restart ?
et> I try with "iptables -F" and "-t nat -F" but this
et> doesn't work.
MARK is only valid in the mangle table.
iptables -t mangle -D ...
First try "iptables -t nat -L", later "iptables -t mangle -L".
Rgds,
Bartek.
--
GPG-Key:
http://www.bartek.bicom.pl/public_key.txt
pub 1024D/948DE45D 2002-12-12 Bartek Krajnik <bartek@bicom.pl>
Primary key fingerprint: 95E9 8E2D 1801 7864 2244 6EAA 03E5 764D 948D E45D
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-02-15 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-14 16:38 [LARTC] flush marker howto emo terziev
2003-02-15 18:05 ` Bartek Krajnik [this message]
2003-02-17 8:33 ` emo terziev
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=marc-lartc-104533239332409@msgid-missing \
--to=bartek@bicom.pl \
--cc=lartc@vger.kernel.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.