SA_PICKED

Description

An iRule event triggered after source translation is complete but the server side flow is not setup yet. This event executes in client side context.

Examples

Example 1: When the virtual-server has TCP profile.

when SA_PICKED {
    log local0. "[XLAT::src_config] [IP::local_addr] [TCP::local_port] -> [XLAT::src_addr] [XLAT::src_port]"
}

Example 2: When the virtual-server has UDP profile.
when SA_PICKED {
    log local0. "[XLAT::src_config] [IP::local_addr] [UDP::local_port] -> [XLAT::src_addr] [XLAT::src_port]"
}