RULE_FLOW
assert((to->type & RULE_FLOW) && (from->type & RULE_FLOW));
if (r->type & RULE_FLOW)
rule->type |= RULE_FLOW;
r->type |= RULE_FLOW;
if (r->type == RULE_FLOW &&
if (r->type == RULE_FLOW && r->peer == NULL) {
reverse->type |= RULE_FLOW;
if (r->type == RULE_FLOW) {