From: Patrick McHardy <kaber@trash.net>
To: Andre Luiz da Silva <andrack@gmail.com>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: Re: iptables command and target ULOG problem
Date: Mon, 02 May 2005 22:31:08 +0200 [thread overview]
Message-ID: <42768E0C.2080406@trash.net> (raw)
In-Reply-To: <79a98d9f05050112304848c6ce@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
Andre Luiz da Silva wrote:
> Hello friends...
>
> I'm using the iptables version 1.2.11 and I have the follow problem with
> ULOG iptables target:
>
> For example....
>
> When I insert the rule and the parameter '-j ULOG' are before icmp protocol
> options, I received the error "Bad argument":
Fixed in svn by this patch.
Regards
Patrick
[-- Attachment #2: x --]
[-- Type: text/plain, Size: 307 bytes --]
Index: extensions/libipt_ULOG.c
===================================================================
--- extensions/libipt_ULOG.c (Revision 3889)
+++ extensions/libipt_ULOG.c (Arbeitskopie)
@@ -144,6 +144,8 @@
#endif
*flags |= IPT_LOG_OPT_QTHRESHOLD;
break;
+ default:
+ return 0;
}
return 1;
}
prev parent reply other threads:[~2005-05-02 20:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-01 19:30 iptables command and target ULOG problem Andre Luiz da Silva
2005-05-01 20:06 ` Jonas Berlin
2005-05-02 20:31 ` Patrick McHardy [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=42768E0C.2080406@trash.net \
--to=kaber@trash.net \
--cc=andrack@gmail.com \
--cc=netfilter-devel@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.