#!/bin/sh
#	firewall-resetcounters-ipchains 0.01
#
#	Copyright (C) 2000:	Manel Marin <manel3@apdo.com>
#	Licence:		GNU GPL version >= 2
#
#

PATH=/sbin:/usr/sbin:/usr/lib/firewall-easy:/bin:/usr/bin

echo "-> Resetting packets counters (firewall-resetcounters-ipchains)"

# PONER A CERO CONTADORES DE TODAS LAS CADENAS
echorun ipchains -Z
