From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Oester Subject: Re: [PATCH 13/18] Netfilter: Multiport revision with port ranges (replaces "mport") Date: Tue, 4 Jan 2005 20:30:27 -0800 Message-ID: <20050105043027.GA23546@linuxace.com> References: <1104896159.20582.79.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Harald Welte , Netfilter development mailing list Return-path: To: Rusty Russell Content-Disposition: inline In-Reply-To: <1104896159.20582.79.camel@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org On Wed, Jan 05, 2005 at 02:35:59PM +1100, Rusty Russell wrote: > The multiport match doesn't support ranges of ports, so a new match > called "mport" was written. Now we have versioning of matches and > targets, we can simply put this extension in multiport revision 1. While I agree the above is a useful change, why not also add inversion to multiport in the process -- as long as you're making a new revision? Or should that be done in revision 2? Phil