From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] psd option parsing Date: Sat, 18 Sep 2004 19:46:16 +0200 Sender: netfilter-devel-bounces@lists.netfilter.org Message-ID: <414C7468.2090000@trash.net> References: <20040917234902.GA1131@linuxace.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Phil Oester In-Reply-To: <20040917234902.GA1131@linuxace.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Phil Oester wrote: >psd match is too greedy with options, and doesn't play well with >other matches. For example: > > # iptables -A INPUT -m psd -m recent --set -j DROP > iptables v1.2.11: missing optarg > Try `iptables -h' or 'iptables --help' for more information. > >Below patch makes it less greedy. > >This fixes bugzilla #18 > > Applied, thanks. >Phil >