ovn: Fix ct_state bit mappings in OVN symtab.
authorRussell Bryant <russell@ovn.org>
Tue, 8 Dec 2015 22:32:47 +0000 (17:32 -0500)
committerRussell Bryant <russell@ovn.org>
Wed, 9 Dec 2015 16:17:11 +0000 (11:17 -0500)
commit042852d14cabb1d91fefc9f6ce713796d8459086
tree0aa0673a2c76fd31c97d506d23cb91d0d29b72b6
parentc883b4e804ee8cbb89a47e425bef76bd2bf6107b
ovn: Fix ct_state bit mappings in OVN symtab.

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 <russell@ovn.org>
Fixes: 63bc9fb1c69f ("packets: Reorder CS_* flags to remove gap.")
Acked-by: Joe Stringer <joe@ovn.org>
ovn/controller/lflow.c