From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752526AbbHEJCS (ORCPT ); Wed, 5 Aug 2015 05:02:18 -0400 Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:40906 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751834AbbHEJBy (ORCPT ); Wed, 5 Aug 2015 05:01:54 -0400 Date: Wed, 5 Aug 2015 11:01:51 +0200 From: Florian Westphal To: Joe Stringer Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, pablo@netfilter.org, kaber@trash.net, jpettit@nicira.com, pshelar@nicira.com, azhou@nicira.com, jesse@nicira.com, hannes@redhat.com, tgraf@noironetworks.com Subject: Re: [PATCHv2 net-next 4/9] netfilter: connlabels: Export setting connlabel length Message-ID: <20150805090151.GF20471@breakpoint.cc> References: <1438750199-9061-1-git-send-email-joestringer@nicira.com> <1438750199-9061-5-git-send-email-joestringer@nicira.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438750199-9061-5-git-send-email-joestringer@nicira.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Looks good, thanks Joe. Acked-by: Florian Westphal