From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0496CC282CB for ; Wed, 6 Feb 2019 00:09:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDB95217F9 for ; Wed, 6 Feb 2019 00:09:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726718AbfBFAJZ (ORCPT ); Tue, 5 Feb 2019 19:09:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50410 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726484AbfBFAJZ (ORCPT ); Tue, 5 Feb 2019 19:09:25 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1827359447; Wed, 6 Feb 2019 00:09:25 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-14.gru2.redhat.com [10.97.116.14]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E0DAE60BF7; Wed, 6 Feb 2019 00:09:19 +0000 (UTC) Received: by localhost.localdomain (Postfix, from userid 1000) id A333E180AB1; Tue, 5 Feb 2019 22:09:17 -0200 (-02) Date: Tue, 5 Feb 2019 22:09:17 -0200 From: Marcelo Ricardo Leitner To: Stephen Hemminger Cc: Guy Shattah , Aaron Conole , John Hurley , Simon Horman , Justin Pettit , Gregory Rose , Eelco Chaudron , Flavio Leitner , Florian Westphal , Jiri Pirko , Rashid Khan , Sushil Kulkarni , Andy Gospodarek , Roi Dayan , Yossi Kuperman , Or Gerlitz , Rony Efraim , "davem@davemloft.net" , netdev@vger.kernel.org Subject: Re: [RFC PATCH iproute2 2/5] act_ct: first import Message-ID: <20190206000917.GG10660@localhost.localdomain> References: <20190205145613.49996454@hermes.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190205145613.49996454@hermes.lan> User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 06 Feb 2019 00:09:25 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Feb 05, 2019 at 02:56:13PM -0800, Stephen Hemminger wrote: > On Fri, 25 Jan 2019 00:33:30 -0200 > Marcelo Ricardo Leitner wrote: > > > +/* > > + * m_ct.c Connection Tracking target module > > + * > > + * This program is free software; you can distribute it and/or > > + * modify it under the terms of the GNU General Public License > > + * as published by the Free Software Foundation; either version > > + * 2 of the License, or (at your option) any later version. > > Please just use SPDX for license info not GPL boilerplate. > Will do. Marcelo