From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vincent" Subject: Need a method to reset the ip_conntrack_count Date: Thu, 13 Oct 2005 17:32:05 +0800 Message-ID: <007d01c5cfd8$fa089840$aa0ba8c0@l7.com.tw> References: <002601c5b390$1d641d10$fefefe0a@jesseh7ht76e8n> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <002601c5b390$1d641d10$fefefe0a@jesseh7ht76e8n> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hello folks, I have encountered one question. Does it have a way to flush the conntrack table beside reloading the ip_conntrack module (because I use the method of building into kernel. As far as I know, the current conntrack number was recorded in the /proc/sys/net/ipv4/netfilter/ip_conntrack_count So I want to know whether it exists a method or not to reset the current counter of conntrack. My Enviroment: Kenel: 2.6.10 Iptables: 1.2.9 Any hint are appreciated. Vincent