iRules Style Guide
This article (formatted here in collaboration with and from the notes of F5er Jim_Deucker) features an opinionated way to write iRules, which is an extension to the Tcl language. Tcl has its own st...
Updated May 20, 2024
Version 4.0JRahm
Admin
Joined January 20, 2005
Jim_Deucker
Employee
Joined September 02, 2019
JRahm
Admin
Joined January 20, 2005
Kai_Wilke
Jan 11, 2023MVP
Hi Jason,
looks good now, as long as the list i well created.
${e} escaping the list variable wont help if the list itself is brainlessly concatenated. Back in the days, I also used those "$a $b $c" and slightly later those psedo secure "\{$a\} \{$b\} \{$c\}" list creation skills. Those evil techniques can destroy on entire application logic very quick.
Cheers, Kai