Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755856AbbHYUeo (ORCPT ); Tue, 25 Aug 2015 16:34:44 -0400 Received: from mail-ig0-f176.google.com ([209.85.213.176]:35169 "EHLO mail-ig0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755458AbbHYUe1 (ORCPT ); Tue, 25 Aug 2015 16:34:27 -0400 MIME-Version: 1.0 In-Reply-To: <1440462740-23358-7-git-send-email-joestringer@nicira.com> References: <1440462740-23358-1-git-send-email-joestringer@nicira.com> <1440462740-23358-7-git-send-email-joestringer@nicira.com> Date: Tue, 25 Aug 2015 13:34:26 -0700 Message-ID: Subject: Re: [PATCHv5 net-next 06/10] openvswitch: Allow matching on conntrack mark From: Pravin Shelar To: Joe Stringer Cc: netdev , LKML , pablo , Florian Westphal , Hannes Sowa , Thomas Graf , Justin Pettit , Jesse Gross , netfilter-devel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 18 On Mon, Aug 24, 2015 at 5:32 PM, Joe Stringer wrote: > Allow matching and setting the ct_mark field. As with ct_state and > ct_zone, these fields are populated when the CT action is executed. To > write to this field, a value and mask can be specified as a nested > attribute under the CT action. This data is stored with the conntrack > entry, and is executed after the lookup occurs for the CT action. The > conntrack entry itself must be committed using the COMMIT flag in the CT > action flags for this change to persist. > > Signed-off-by: Justin Pettit > Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/