From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sumit Pandya" Subject: Delition of rule after altering data in check/match entry Date: Mon, 14 Jul 2003 21:01:22 +0530 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <02b201c34a1c$faef6ac0$010f430a@elitecore7> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: To: Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi All, In a netfilter match or check extension at the time of rule-insertion, If I update any data passed along 1> void *matchinfo (argument to matchentry) or 2> void *targinfo (argument to checkentry) Then I'm not able to delete same inserted rule. Is there something regarding caching of the data? Does It require to notify iptables somewhere about this change? Thanks, -- Sumit