Last Modified: Apr 24, 2026
Affected Product(s):
BIG_IP_NEXT(VE/HW) MA-All
Known Affected Versions:
20.1.0, 20.1.1, 20.2.0
Fixed In:
20.3.0, 20.2.1
Opened: May 07, 2024 Severity: 2-Critical
The Table iRule command allows storage of user data during runtime inside "subtables", administrators use these to store states. The Table command allows to count the number of records in a subtable, following is an example: table keys -subtable TABLE -count
Count is incorrectly reported as 0.
Using Table "count" command: table keys -subtable MYSUBTABLE -count
None
The Table count command returns the correct number of records.