ltm rule command BIGTCP release flowΒΆ

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



BIGTCP::release_flow
       Releases a flow from BIGTCP's control.

SYNOPSIS
       BIGTCP::release_flow

DESCRIPTION
       This command releases a flow from BIGTCP's control. After calling this
       method, the flow will be in passthrough mode.  In this mode, no more
       data will be processed by any filters or iRules.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    BIGTCP::release_flow;
	}

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



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