From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH v2 0/3] Follow-up to boolean type and existence checks Date: Mon, 13 Mar 2017 12:15:31 +0100 Message-ID: <20170313111531.GC5024@salvia> References: <20170311133141.8748-1-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Phil Sutter Return-path: Received: from mail.us.es ([193.147.175.20]:52186 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbdCMLPm (ORCPT ); Mon, 13 Mar 2017 07:15:42 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id C519A12A68D for ; Mon, 13 Mar 2017 12:15:39 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id B4459DA807 for ; Mon, 13 Mar 2017 12:15:39 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 7A587DA808 for ; Mon, 13 Mar 2017 12:15:35 +0100 (CET) Content-Disposition: inline In-Reply-To: <20170311133141.8748-1-phil@nwl.cc> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Mar 11, 2017 at 02:31:38PM +0100, Phil Sutter wrote: > This series is a follow-up to the partially applied v1 which takes into > account the previously submitted changes to libnftnl debug output format > for fib and exthdr ops. Series applied, thanks!