Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964946AbWLTJRL (ORCPT ); Wed, 20 Dec 2006 04:17:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964951AbWLTJRK (ORCPT ); Wed, 20 Dec 2006 04:17:10 -0500 Received: from stinky.trash.net ([213.144.137.162]:38193 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964946AbWLTJRJ (ORCPT ); Wed, 20 Dec 2006 04:17:09 -0500 Message-ID: <4588FF92.9050607@trash.net> Date: Wed, 20 Dec 2006 10:17:06 +0100 From: Patrick McHardy User-Agent: Debian Thunderbird 1.0.7 (X11/20051019) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jan Engelhardt CC: Netfilter Developer Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH] xt_request_find_match References: <4587D227.1000003@trash.net> <4587E91A.2020903@trash.net> <4588F175.8060109@trash.net> In-Reply-To: X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 793 Lines: 22 Jan Engelhardt wrote: >>Make sure the user specifies the match on the command line before >>your match. Look at the TCPMSS or REJECT targets for examples for >>this. > > > That would mean I'd have to > > -p tcp -m multiport --dport 1,2,3,4 -m time --time sundays -m > lotsofothers -j TARGET > -p udp -m multiport --dport 1,2,3,4 -m time --time sundays -m > lotsofothers -j TARGET I don't see any match that would depend on an other match in your example. How about your start explaining what you would like to do, ideally with some code. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/