Bug ID 691499: GTP::ie primitives in iRule to be certified

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP LTM(all modules)

Known Affected Versions:
12.1.3, 12.1.3.1, 12.1.3.2, 12.1.3.3, 12.1.3.4, 12.1.3.5, 12.1.3.6, 12.1.3.7, 12.1.4, 12.1.4.1, 12.1.5, 12.1.5.1, 12.1.5.2, 12.1.5.3, 12.1.6, 13.0.0, 13.0.0 HF1, 13.0.0 HF2, 13.0.0 HF3, 13.0.1, 13.1.0, 13.1.0.1, 13.1.0.2, 13.1.0.3, 13.1.0.4, 13.1.0.5, 13.1.0.6, 13.1.0.7, 13.1.0.8, 13.1.1, 13.1.1.2, 13.1.1.3, 13.1.1.4, 13.1.1.5, 13.1.3, 13.1.3.1, 13.1.3.2, 13.1.3.3, 14.0.0, 14.0.0.1, 14.0.0.2, 14.0.0.3, 14.0.0.4, 14.0.0.5, 14.0.1, 14.0.1.1, 14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 15.0.0, 15.0.1, 15.0.1.1, 15.0.1.2, 15.0.1.3, 15.0.1.4, 15.1.0, 15.1.0.1, 15.1.0.2, 15.1.0.3, 15.1.0.4

Fixed In:
16.0.0, 15.1.0.5, 14.1.2.7, 13.1.3.4

Opened: Oct 30, 2017

Severity: 3-Major

Symptoms

The following commands in iRules are created and available but not officially tested and approved: GTP::ie set instance/value GTP::ie insert GTP::ie append GTP::ie remove

Impact

Although you can use these iRule commands, their functionality has not been tested and approved.

Conditions

Using the following iRule commands: GTP::ie set instance/value GTP::ie insert GTP::ie append GTP::ie remove

Workaround

None.

Fix Information

GTP::ie primitives in iRule are now certified.

Behavior Change

Certified pre-existing iRules: -- GTP::ie set instance <ie-path> <instance> Assigns <instance> to the information element (IE) instance at <ie-path>. -- GTP::ie set value <ie-path> <value> Assigns <value> to the IE value at <ie-path>. -- GTP::ie insert <ie-path> <type> <instance> <value> Inserts a new IE of type <type> and instance <instance> with value <value> at <ie-path> -- GTP::ie append [<ie-path>] <type> <instance> <value> Appends a new IE of type <type> and instance <instance> with value <value> to the end of embeded IE of grouped-IE specified by <ie-path> or to the end of message if the grouped-IE <ie-path> is absent. -- GTP::ie remove <ie-path> Removes IE specified by <ie-path>.

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips