ofproto-dpif: Make fin_timeout work when governor kicks in.
authorBen Pfaff <blp@nicira.com>
Sun, 12 May 2013 21:53:51 +0000 (14:53 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 13 May 2013 18:40:34 +0000 (11:40 -0700)
commit4d698e25870723fcb7365b5c1ea4cd9a7bf38933
tree2bd8d5524635a4a91d17dcaa0bd4f43e959d31e0
parent89609947c28cbeee87cac5c4b476dc7e5786bcb9
ofproto-dpif: Make fin_timeout work when governor kicks in.

The xlate_actions() call in handle_flow_miss_without_facet() didn't
implement fin_timeout properly because tcp_flags wasn't getting set.

I have not tested that this fixes the problem, but it seems "obviously
correct".

Bug #16506.
Reported-by: Ying Chen <yingchen@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
AUTHORS
ofproto/ofproto-dpif.c