From mboxrd@z Thu Jan 1 00:00:00 1970 From: Silimite Subject: Re: Checking add/remove rules Date: Wed, 24 Aug 2005 23:12:38 -0400 Message-ID: <5ad977d1050824201244abc978@mail.gmail.com> References: <5ad977d1050822070113bd1e6b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: To: netfilter-devel In-Reply-To: <5ad977d1050822070113bd1e6b@mail.gmail.com> Content-Disposition: inline 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 Should I take this silence as meaning this is not possible? Or maybe no one knows? Even a "that's not possible" answer would be nice. Thanks S On 8/22/05, Silimite wrote: > Is there any reliable way to tell when a rule is added or removed from > within an iptables module? >=20 > I know you can see when they are added and removed in the check() and > destroy() functions but it seems those are called multiple times and > there does not appear to be a way to determine exactly when a rule is > being added or removed. >=20 > Thanks for any information! >