From: "R. Sterenborg" <rsterenborg@xs4all.nl>
To: netfilter@lists.netfilter.org
Subject: RE: How to check user-defined chains
Date: Mon, 28 Oct 2002 17:43:27 +0100 [thread overview]
Message-ID: <000801c27ea1$242b09f0$0401000a@robbysan.org> (raw)
In-Reply-To: <200210281605.SAA33419@mover.WUCB.Lviv.net>
> Are there any ways to know all user-defined chains for iptables
(like
> /proc/net/ip_tables_names for tables)?
> I try to builded my ipfw script using many own chains, but
> it's hard to
> delete all of them -- I must remember all of previous
iptables -X
iptables -t nat -X
iptables -t mangle -X
man iptables, specifically the last line :
-X, --delete-chain
Delete the specified user-defined chain. There must be no
references to the chain. If there are, you must delete
or replace the referring rules before the chain can be deleted. If
no argument is given, it will attempt to delete every non-builtin
chain in the table.
Rob
prev parent reply other threads:[~2002-10-28 16:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-28 16:04 How to check user-defined chains Oleksandr Darchuk
2002-10-28 15:40 ` Bart
2002-10-28 18:39 ` Robert P. J. Day
2002-10-28 16:43 ` R. Sterenborg [this message]
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='000801c27ea1$242b09f0$0401000a@robbysan.org' \
--to=rsterenborg@xs4all.nl \
--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 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.