Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

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