From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH iptables] extensions: libxt_rateest: fix bps options for iptables-save Date: Thu, 15 Jul 2010 18:10:37 +0200 Message-ID: <4C3F32FD.6050706@trash.net> References: <1279209884-7172-1-git-send-email-luciano.coelho@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: "netfilter-devel@vger.kernel.org" To: Luciano Coelho Return-path: Received: from stinky.trash.net ([213.144.137.162]:47728 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933330Ab0GOQKl (ORCPT ); Thu, 15 Jul 2010 12:10:41 -0400 In-Reply-To: <1279209884-7172-1-git-send-email-luciano.coelho@nokia.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Am 15.07.2010 18:04, schrieb Luciano Coelho: > The output generated by the libxt_rateest extension for bps matches > was wrong and could not be restored properly. This patch fixes this > problem by using the correct options in the right order when saving > the table. Applied, thanks.