Advanced iRules: Sideband Connections
With the release of BIG-IP version 11 there are many, many new features and capabilities to come up to sped on. Not the least of which are the additions and changes to the already powerful iRules inf...
Updated Oct 02, 2023
Version 3.0Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
Jeffrey_Hafey_3
Aug 21, 2011Historic F5 Account
If you call connect with "-timeout", the return value should be checked.
Ideally, return value of connect should always be validated before used.
set conn [connect -timeout 3000 -idle 30 -status conn_status vs_test]
if { $conn == "" } {
log local0. "connect timed out; unable to continue"
return
}