ltm rule command PEM flowΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

PEM::flow
       PEM iRule command for flow features, including transacitonal and eval.

SYNOPSIS
       PEM::flow transactional disable

       PEM::flow eval

DESCRIPTION
       The transciontal disable command disables the transactional feature in PEM for a flow.  The eval command trigers the policy
       evaluation for the flow immediately.

RETURN VALUE
VALID DURING
EXAMPLES
	when HTTP_REQUEST {
	    PEM::flow transactional disable;
	    PEM::flow eval;
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0 --First introduced the command.

BIG-IP							    2022-04-12							  iRule(1)