ltm rule command IVS ENTRY resultΒΆ

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



IVS_ENTRY::result
       Sends a result code to the IVS client.

SYNOPSIS
       IVS_ENTRY::result (noop | modified | response)

DESCRIPTION
       Send a result code to the IVS (Internal Virtual Server) client (usually
       ADAPT). The intent is to allow an IVS to be used in a user-defined way
       without a specific IVS profile like "icap". If an "icap" profile is
       present, IVS_ENTRY::result should not be used as it would cause a
       second result to be sent to the IVS client (usually ADAPT), with
       undefined effect.

       Syntax

       IVS_ENTRY::result [noop | modified | response]

	   * Sends a result code to the IVS client

RETURN VALUE
VALID DURING
       IVS_ENTRY_REQUEST, IVS_ENTRY_RESPONSE, ICAP_REQUEST, ICAP_RESPONSE

EXAMPLES
	when IVS_ENTRY_REQUEST {
	    # Tell primary virtual the IVS will not handle this request
	    IVS_ENTRY::result noop
	}

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



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