Re: [ovs-dev] [PATCH] ovn: Fix ct_state bit mappings in OVN symtab.

2015-12-09 Thread Joe Stringer
On 9 December 2015 at 08:19, Russell Bryant wrote: > On 12/08/2015 06:20 PM, Joe Stringer wrote: >> On 8 December 2015 at 14:34, Russell Bryant wrote: >>> The OVN symbol table contained outdated mappings between connection >>> states and the corresponding bit in the ct_state field. This patch >>

Re: [ovs-dev] [PATCH] ovn: Fix ct_state bit mappings in OVN symtab.

2015-12-09 Thread Russell Bryant
On 12/08/2015 06:20 PM, Joe Stringer wrote: > On 8 December 2015 at 14:34, Russell Bryant wrote: >> The OVN symbol table contained outdated mappings between connection >> states and the corresponding bit in the ct_state field. This patch >> updates the symbol table with the proper values as defin

Re: [ovs-dev] [PATCH] ovn: Fix ct_state bit mappings in OVN symtab.

2015-12-08 Thread Joe Stringer
On 8 December 2015 at 14:34, Russell Bryant wrote: > The OVN symbol table contained outdated mappings between connection > states and the corresponding bit in the ct_state field. This patch > updates the symbol table with the proper values as defined in > lib/packets.h. > > Signed-off-by: Russell

[ovs-dev] [PATCH] ovn: Fix ct_state bit mappings in OVN symtab.

2015-12-08 Thread Russell Bryant
The OVN symbol table contained outdated mappings between connection states and the corresponding bit in the ct_state field. This patch updates the symbol table with the proper values as defined in lib/packets.h. Signed-off-by: Russell Bryant --- ovn/controller/lflow.c | 8 1 file chang