Last Modified: Jul 18, 2026
Affected Product(s):
BIG-IP GTM
Known Affected Versions:
11.5.1, 11.5.1 hf1, 11.5.1 hf2, 11.5.1 hf3, 11.5.1 hf4, 11.5.1 hf5, 11.5.1 hf6, 11.5.1 hf7, 11.5.1 hf8, 11.5.1 hf9, 11.5.1 hf10, 11.5.1 hf11, 11.5.2, 11.5.2 hf1, 11.5.3, 11.5.3 hf1, 11.5.3 hf2, 11.6.0, 11.6.0 hf1, 11.6.0 hf2, 11.6.0 hf3, 11.6.0 hf4, 11.6.0 hf5, 11.6.0 hf6, 11.6.0 hf7, 11.6.0 hf8, 12.0.0, 12.0.0 hf1, 12.0.0 hf2, 12.0.0 hf3, 12.0.0 hf4
Fixed In:
12.1.0, 11.6.1, 11.5.4
Opened: May 12, 2015 Severity: 3-Major Related Article:
K13764703
Nested wildcard deletion deletes all of the objects (matched or not matched).
All objects are deleted, instead of those targeted for delete.
Use deletion in a nested TMSH command. For example: tmsh modify gtm server GTM1 virtual-servers delete {f*} This deletes all virtual servers even if none of the servers match. The same issue applies to pool members.
None.
Nested wildcard deletion now deletes matched objects only.