SERVER_INIT

Description

This event is triggered when BIG-IP has been configured to collect options and serverside TCP SYN is sent.

Examples

when SERVER_INIT {
    scan [IP::client_addr] {%d.%d.%d.%d} a b c d
    TCP::option set 29 [binary format cccc $a $b $c $d] all
}