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:37:24 +0000 (11:37 -0700)
commitaf6c3da2b15d958f8757c9b5110370bc4e16a78c
tree09df1f833425a0bc8775238b62c23173cc518f02
parentcda2457fa33533fabc882fbea64ea0427346aa96
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