From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arturo Borrero Gonzalez Subject: Re: Accounting objects support in nft Date: Mon, 12 Jan 2015 12:48:35 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Netfilter Development Mailing list To: ana@soleta.eu Return-path: Received: from mail-la0-f43.google.com ([209.85.215.43]:45832 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751864AbbALLs4 convert rfc822-to-8bit (ORCPT ); Mon, 12 Jan 2015 06:48:56 -0500 Received: by mail-la0-f43.google.com with SMTP id s18so23552028lam.2 for ; Mon, 12 Jan 2015 03:48:55 -0800 (PST) In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 12 January 2015 at 11:55, wrote: > > table ip filter { > acct http-traffic { pkts 779 bytes 99495} > acct https-traffic { pkts 189 bytes 37824} > > chain output { > type filter hook output priority 0; > tcp dport http acct http-traffic > tcp dport https acct https-traffic > } > } > Interesting, Ana! I understand that acct objects are bounded to a table/family. Why not make them globals? So we could increment same counters from different families/tables. best regards. --=20 Arturo Borrero Gonz=C3=A1lez -- To unsubscribe from this list: send the line "unsubscribe netfilter-dev= el" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html