Re: [ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-15 Thread Russell Bryant
On 12/15/2015 02:36 PM, Joe Stringer wrote: > On 14 December 2015 at 09:54, Russell Bryant wrote: >> A previous commit fixed this code to match changes to the conntrack >> state bit assignments. This patch further updates the code to use >> the defined constants to ensure this code adapts automat

Re: [ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-15 Thread Joe Stringer
On 14 December 2015 at 09:54, Russell Bryant wrote: > A previous commit fixed this code to match changes to the conntrack > state bit assignments. This patch further updates the code to use > the defined constants to ensure this code adapts automatically to any > possible future changes. > > Sign

Re: [ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-14 Thread Russell Bryant
On 12/14/2015 12:54 PM, Russell Bryant wrote: > A previous commit fixed this code to match changes to the conntrack > state bit assignments. This patch further updates the code to use > the defined constants to ensure this code adapts automatically to any > possible future changes. > > Signed-off

[ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-14 Thread Russell Bryant
A previous commit fixed this code to match changes to the conntrack state bit assignments. This patch further updates the code to use the defined constants to ensure this code adapts automatically to any possible future changes. Signed-off-by: Russell Bryant Requested-by: Joe Stringer --- lib/

Re: [ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-14 Thread Russell Bryant
On 12/11/2015 04:29 PM, Joe Stringer wrote: > On 10 December 2015 at 09:12, Russell Bryant wrote: >> A previous commit fixed this code to match changes to the conntrack >> state bit assignments. This patch further updates the code to use >> the defined constants to ensure this code adapts automat

Re: [ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-11 Thread Joe Stringer
On 10 December 2015 at 09:12, Russell Bryant wrote: > A previous commit fixed this code to match changes to the conntrack > state bit assignments. This patch further updates the code to use > the defined constants to ensure this code adapts automatically to any > possible future changes. > > Sign

[ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-10 Thread Russell Bryant
A previous commit fixed this code to match changes to the conntrack state bit assignments. This patch further updates the code to use the defined constants to ensure this code adapts automatically to any possible future changes. Signed-off-by: Russell Bryant Requested-by: Joe Stringer --- lib/