All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with extended-match deletion
@ 2003-08-18 15:34 Massimiliano Cuzzoli
  0 siblings, 0 replies; 3+ messages in thread
From: Massimiliano Cuzzoli @ 2003-08-18 15:34 UTC (permalink / raw)
  To: netfilter-devel

Hi all,
I've wrote a new match for iptables 1.2.7a.
All features, that I've implemented in it, run very well but
there is a problem when I try to remove the rule with my match.
I execute iptables command with "-D" option and the same parameters of 
rule insertion.

EXAMPLE:

Insert:
$> iptables -I PREROUTING -t mangle -m my_match --my_option -j DROP

Delete:
$> iptables -D PREROUTING -t mangle -m my_match --my_option -j DROP

Then I've received the following message:

"iptables: Bad rule (does a matching rule exist in that chain?)"

There isn't any problem if I remove the rule with a FLUSH operation "-F".

Can Anybody help me???

Regards,

	Mike-Ro-Chanel

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <20030819102424.16725.44717.Mailman@kashyyyk>]

end of thread, other threads:[~2003-08-19 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-18 15:34 Problem with extended-match deletion Massimiliano Cuzzoli
     [not found] <20030819102424.16725.44717.Mailman@kashyyyk>
     [not found] ` <012a01c36651$0889f970$010f430a@elite.co.in>
2003-08-19 13:37   ` Massimiliano Cuzzoli
     [not found]     ` <018401c36659$e505a220$010f430a@elite.co.in>
2003-08-19 14:14       ` Massimiliano Cuzzoli

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.