From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Taylor Subject: Re: Check for rule existence Date: Mon, 14 Jun 2010 13:25:23 -0500 Message-ID: <4C167413.2060003@riverviewtech.net> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Mail List - Netfilter On 06/14/10 12:23, Curby wrote: > Hopefully others will have more to add. =) You might want to look in to the "comment" match extension. You could add a comment to rules that you are entering, and then look for said comment as a flag when looking for the rule. That way you wouldn't have to process nearly as much, because you can look for your own flag. Grant. . . .