For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

AlexS_yb's avatar
AlexS_yb
Icon for Cirrocumulus rankCirrocumulus
Jul 25, 2022
Solved

irule proc with default values failing

Hi I have a proc defined as proc loggingNowStr { log_now_clock log_now_msec } { set log_now_diff [expr { $log_now_msec - ( $log_now_clock * 1000 ) }] incr log_now_clock [ expr { $log_now_dif...