Last Modified: Sep 13, 2023
Affected Product(s):
BIG-IP Install/Upgrade, LTM
Known Affected Versions:
12.0.0, 12.0.0 HF1, 12.1.0 HF1, 12.0.0 HF2, 12.1.0 HF2, 12.0.0 HF3, 12.0.0 HF4, 12.1.1 HF1, 12.1.1 HF2, 12.1.2 HF1, 12.1.2 HF2, 12.1.1, 12.1.2
Fixed In:
13.0.0, 12.1.3
Opened: Sep 21, 2016 Severity: 3-Major
"persist add" irule validation fails for RTSP_RESPONSE event on upgrade to v12.x.x
"persist add" iRule validation failed. The iRule will not be loaded.
When the RTSP_RESPONSE event and "persist add" iRule are used and upgrade to v12.x.x.
possible workaround is to bypass validation when RULE_INIT { set static::persist_cmd { persist add uie $SessionID $static::persist_timeout } } when RTSP_RESPONSE { set SessionID [RTSP::header value "Session"] if { $SessionID != "" }{ #persist add uie $SessionID $static::persist_timeout eval $static::persist_cmd } }
None