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

Bartek's avatar
Bartek
Icon for Cirrus rankCirrus
Jun 10, 2020

Why do I get a Parse error for the iRule

The syntax is accepted by the F5: when HTTP_REQUEST {   if { [string tolower [HTTP::uri]] contains "liaison" } {      IP::idle_timeout 600      log local0. "Timeout set to [IP::idle_timeout]"   } }...