ltm rule event PROTOCOL INSPECTION MATCHΒΆ

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

PROTOCOL_INSPECTION_MATCH
       Triggered when protocol inspection is matched for this flow.

DESCRIPTION
       Triggered when protocol inspection is matched for this flow.

Examples
	In the example, the PROTOCOL_INSPECTION::id array is logged.

	when PROTOCOL_INSPECTION_MATCH {
	    set id [PROTOCOL_INSPECTION::id]
	    log local0.debug "inspection id: $id"
	}

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

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