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" }   }   }      ...