From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-2?Q?G=E1sp=E1r_Lajos?= Subject: STRING module : Invalid argument Date: Wed, 04 Oct 2006 10:03:37 +0200 Message-ID: <45236AD9.4090300@freemail.hu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Netfilter IPtableMailinglist Hi, Is there a bug in 2.6.18 kernel? I am using it with iptables v1.2.11 and the following command gives me error: fw1:~# iptables -A INPUT -j DROP -p tcp -m string --string "test" iptables: Invalid argument fw1:~# iptables -v -A INPUT -j DROP -p tcp -m string --string "test" DROP tcp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0 STRING match "test" iptables: Invalid argument fw1:~# uname -a Linux fw1 2.6.18.06.275.16 #1 SMP Mon Oct 2 16:29:40 CEST 2006 i686 GNU/Linux fw1:~# iptables -V iptables v1.2.11 Any comments?