ltm rule command UDP dropΒΆ

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

UDP::drop
       Drops the current UDP packet without removing the flow from the connection table.

SYNOPSIS
       UDP::drop

DESCRIPTION
       Drops the current UDP packet without removing the flow from the connection table

       Syntax

       UDP::drop

	    * Drops the current UDP packet without removing the flow from the
	      connection table

RETURN VALUE
VALID DURING
       CLIENT_ACCEPTED, CLIENT_CLOSED, CLIENT_DATA, SERVER_CLOSED, SERVER_CONNECTED, SERVER_DATA, STREAM_MATCHED

EXAMPLES
	when SERVER_DATA {
	    if { [UDP::payload contains "badstring"] }{
		UDP::drop
	    }
	}

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

BIG-IP						      2020-06-23					     iRule(1)