From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf-next 3/3] netfilter: nft_limit: add stateful object type Date: Mon, 4 Sep 2017 13:16:06 +0200 Message-ID: <20170904111606.GC29836@salvia> References: <20170823204125.31427-1-pablombg@gmail.com> <20170823204125.31427-3-pablombg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: "Pablo M. Bermudo Garay" Return-path: Received: from ganesha.gnumonks.org ([213.95.27.120]:45800 "EHLO ganesha.gnumonks.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753485AbdIDLQc (ORCPT ); Mon, 4 Sep 2017 07:16:32 -0400 Content-Disposition: inline In-Reply-To: <20170823204125.31427-3-pablombg@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Aug 23, 2017 at 10:41:25PM +0200, Pablo M. Bermudo Garay wrote: > Register a new limit stateful object type into the stateful object > infrastructure. Applied, thanks!