Re: [PATCHv3] openvswitch: Rename LABEL->LABELS

2015-10-05 Thread David Miller
From: Joe Stringer Date: Thu, 1 Oct 2015 15:00:37 -0700 > Conntrack LABELS (plural) are exposed by conntrack; rename the OVS name > for these to be consistent with conntrack. > > Fixes: c2ac667 "openvswitch: Allow matching on conntrack label" > Signed-off-by: Joe Stringer > --- > v3: Fix build

Re: [PATCHv3] openvswitch: Rename LABEL->LABELS

2015-10-01 Thread Pravin Shelar
On Thu, Oct 1, 2015 at 3:00 PM, Joe Stringer wrote: > Conntrack LABELS (plural) are exposed by conntrack; rename the OVS name > for these to be consistent with conntrack. > > Fixes: c2ac667 "openvswitch: Allow matching on conntrack label" > Signed-off-by: Joe Stringer > --- > v3: Fix build with !

[PATCHv3] openvswitch: Rename LABEL->LABELS

2015-10-01 Thread Joe Stringer
Conntrack LABELS (plural) are exposed by conntrack; rename the OVS name for these to be consistent with conntrack. Fixes: c2ac667 "openvswitch: Allow matching on conntrack label" Signed-off-by: Joe Stringer --- v3: Fix build with !CONFIG_NF_CONNTRACK v2: Change ct_label struct names as well as co