From mboxrd@z Thu Jan 1 00:00:00 1970 From: Silimite Subject: Checking add/remove rules Date: Mon, 22 Aug 2005 10:01:27 -0400 Message-ID: <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 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 Is there any reliable way to tell when a rule is added or removed from within an iptables module? 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. Thanks for any information!