ltm rule event MR INGRESSΒΆ

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



MR_INGRESS
       Raised when a message is received by the message proxy and before a
       route lookup occurs.

DESCRIPTION
       This event is raised when a message is received by the message proxy
       and before a route lookup occurs. Setting the route for a message will
       bypass route lookup.

Examples
	when MR_INGRESS {
	    set client_addr "[IP::remote_addr]:[TCP::remote_port]"
	    MR::store client_addr
	}
	when MR_EGRESS {
	    MR::restore client_addr
	}

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



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