FLOW_ACT_IGNORE_FLOW_LEVEL
flow_act->flags |= FLOW_ACT_IGNORE_FLOW_LEVEL;
act.flags |= FLOW_ACT_IGNORE_FLOW_LEVEL;
!!(fte->action.flags & FLOW_ACT_IGNORE_FLOW_LEVEL));
bool ignore_level = flow_act->flags & FLOW_ACT_IGNORE_FLOW_LEVEL;