Bartek
Jun 10, 2020Cirrus
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]"
}
}
but the log gives me this:
(...)increase_idle_timeout] error: /common/increase_idle_timeout:2: error: [parse error: PARSE missingBracket 28 {missing close-bracket}][{ [string tolower [HTTP::uri] contains "liaison" }]