ltm rule command FLOW priorityΒΆ

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



FLOW::priority
       Used to overwrite the flow's internal packet priority.

SYNOPSIS
       FLOW::priority FLOW_PRIORITY

       FLOW::priority (clientside | serverside) (FLOW_PRIORITY)?

DESCRIPTION
       This command is used to overwrite the flow's internal packet priority.
       Valid priority is any integer value from 0 to 7.

RETURN VALUE
VALID DURING
       FLOW_INIT, CLIENT_ACCEPTED, SERVER_CONNECTED

EXAMPLES
	when CLIENT_ACCEPTED {
	  FLOW::priority clientside 2
	}
	when SERVER_CONNECTED {
	  FLOW::priority serverside 4
	}

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



BIG-IP				  2017-01-31			      iRule(1)