Squashed commit of the following:
commit
6b3ca22e8a2b259e07236b5c548452757144671b
Author: Ron Dempster (rdempste) <rdempste@cisco.com>
Date: Wed Aug 18 19:38:24 2021 -0400
flow: set the client initiated flag before publishing the flow state setup event
// process expected flows
check_expected_flow(flow, p);
+ flow->set_client_initiate(p);
DataBus::publish(FLOW_STATE_SETUP_EVENT, p);
if ( flow->flow_state == Flow::FlowState::SETUP ||
++news;
flow->flowstats.start_time = p->pkth->ts;
- flow->set_client_initiate(p);
}
// This requires the packet direction to be set