Bug ID 445785: Add missing enums in Common::ProtocolType

Last Modified: Sep 13, 2023

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

Known Affected Versions:
11.4.0, 11.4.1, 11.5.0, 11.5.1, 11.5.2, 11.5.3, 11.5.4, 11.5.5, 11.5.6, 11.5.7, 11.5.8, 11.5.9, 11.5.10, 11.6.0, 11.6.1, 11.6.2, 11.6.3, 11.6.3.1, 11.6.3.2, 11.6.3.3, 11.6.3.4, 11.6.4, 11.6.5, 11.6.5.1, 11.6.5.2, 11.6.5.3, 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

Fixed In:
12.1.0

Opened: Jan 23, 2014

Severity: 4-Minor

Related Article: K01594822

Symptoms

Because of the missing Common::ProtocolType enum values, some protocols are incorrectly being defaulted to as PROTOCOL_ANY, which is incorrect.

Impact

This affects the type of protocol accepted by a virtual server. For instance, if protocol 50 is specified, but does not exist in the list, iControl treats this as PROTOCOL_ANY, leading to the virtual server accepting all protocols--an incorrect behavior.

Conditions

Assign a protocol type to a virtual server or any object that needs a protocol specification. If not specified, the protocol integer value will be labeled as PROTOCOL_ANY, which is incorrect.

Workaround

None.

Fix Information

Add missing protocols to the list.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips