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:25:11 +0000 (11:25 -0700)
commit6b14de585a60163cbd9f917f8b189d1302bdb462
treec67b5e3663f3619795ec27455b49144d1a1b320b
parent6f7b24e3240178fa6916ef534f127fd252ffdd9b
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