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

Arie's avatar
Arie
Icon for Altostratus rankAltostratus
Jun 09, 2011

Internal Class with key-value pairs - manage through iRule Editor?

Based on this article I created a class in bigip.conf as follows:     class str_testclass {   {   "str1" { "value 1" }   "str2" { "value 2" }   }   }      ...