From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v3 2/2] netfilter: nf_tables: add requirements for connsecmark support Date: Fri, 28 Sep 2018 11:01:19 +0200 Message-ID: <20180928090119.mc5rys63kto5jmic@salvia> References: <20180923182616.11398-1-cgzones@googlemail.com> <20180923182616.11398-2-cgzones@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: kadlec@blackhole.kfki.hu, fw@strlen.de, davem@davemloft.net, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, paul@paul-moore.com, sds@tycho.nsa.gov, eparis@parisplace.org, jmorris@namei.org, serge@hallyn.com, selinux@tycho.nsa.gov, linux-security-module@vger.kernel.org To: Christian =?iso-8859-1?Q?G=F6ttsche?= Return-path: Received: from mail.us.es ([193.147.175.20]:53556 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728275AbeI1PYJ (ORCPT ); Fri, 28 Sep 2018 11:24:09 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 2006E47C48 for ; Fri, 28 Sep 2018 11:01:22 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 1033FDA863 for ; Fri, 28 Sep 2018 11:01:22 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180923182616.11398-2-cgzones@googlemail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, Sep 23, 2018 at 08:26:16PM +0200, Christian Göttsche wrote: > Add ability to set the connection tracking secmark value. > > Add ability to set the meta secmark value. Also applied, thanks.