DIAMETER::is_retransmission

Description

This iRule command returns true if the current message is a retransmitted request. Otherwise, it returns false.

Syntax

DIAMETER::is_retransmission

Examples

when MR_INGRESS {
    if { [DIAMETER::is_retransmission] } {
        DIAMETER::persist reset
        MR::message route pool /Common/alt_pool
    }
}