From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752657AbbHTQXf (ORCPT ); Thu, 20 Aug 2015 12:23:35 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:38792 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463AbbHTQXd (ORCPT ); Thu, 20 Aug 2015 12:23:33 -0400 Date: Thu, 20 Aug 2015 18:23:31 +0200 From: Thomas Graf To: Joe Stringer Cc: netdev@vger.kernel.org, pshelar@nicira.com, linux-kernel@vger.kernel.org, pablo@netfilter.org, fwestpha@redhat.com, hannes@redhat.com, jpettit@nicira.com, jesse@nicira.com Subject: Re: [PATCHv4 net-next 08/10] netfilter: connlabels: Export setting connlabel length Message-ID: <20150820162331.GC5599@pox.localdomain> References: <1439941188-19293-1-git-send-email-joestringer@nicira.com> <1439941188-19293-9-git-send-email-joestringer@nicira.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439941188-19293-9-git-send-email-joestringer@nicira.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/18/15 at 04:39pm, Joe Stringer wrote: > Add functions to change connlabel length into nf_conntrack_labels.c so > they may be reused by other modules like OVS and nftables without > needing to jump through xt_match_check() hoops. > > Suggested-by: Florian Westphal > Signed-off-by: Joe Stringer > Acked-by: Florian Westphal Acked-by: Thomas Graf