From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v2] src: datatype: Modify symbol table for icmpv6 packet types Date: Wed, 20 Jan 2016 14:55:12 +0100 Message-ID: <20160120135512.GA14408@salvia> References: <20160105122023.GA2815@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Shivani Bhardwaj Return-path: Received: from mail.us.es ([193.147.175.20]:32954 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933132AbcATNzR (ORCPT ); Wed, 20 Jan 2016 08:55:17 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id C9582303D1A for ; Wed, 20 Jan 2016 14:55:15 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id BAF8CDA80B for ; Wed, 20 Jan 2016 14:55:15 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 025D9DA80B for ; Wed, 20 Jan 2016 14:55:14 +0100 (CET) Content-Disposition: inline In-Reply-To: <20160105122023.GA2815@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jan 05, 2016 at 05:50:23PM +0530, Shivani Bhardwaj wrote: > Add the missing symbols and correct the macros corresponding to the > existing symbols. Also applied, thanks.