From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH v2 2/2] doc: Describe ICMP(v6) expression and types Date: Fri, 17 Mar 2017 12:45:29 +0100 Message-ID: <20170317114529.GA4753@salvia> References: <20170315214757.GA1289@salvia> <20170316124321.23399-1-phil@nwl.cc> <20170316124321.23399-2-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]:58222 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbdCQLxn (ORCPT ); Fri, 17 Mar 2017 07:53:43 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 93A69B6C79 for ; Fri, 17 Mar 2017 12:45:39 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 85199FB43F for ; Fri, 17 Mar 2017 12:45:39 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 835CFFAB56 for ; Fri, 17 Mar 2017 12:45:37 +0100 (CET) Content-Disposition: inline In-Reply-To: <20170316124321.23399-2-phil@nwl.cc> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Mar 16, 2017 at 01:43:21PM +0100, Phil Sutter wrote: > This adds a description of the icmp and icmpv6 expressions (to match > various ICMP header fields) as well as the icmp and icmpv6 type types > (yay) which are used for ICMP(v6) type field. Also applied. Thanks.