Bug ID 1324713: Migration highlights and marks "net address-list" as unsupported, but addresses are converted to AS3 format

Last Modified: Oct 19, 2025

Affected Product(s):
BIG_IP_NEXT(VE/HW) TMOS(all modules)

Fixed In:
20.1.0

Opened: Jul 25, 2023

Severity: 3-Major

Symptoms

Objects of a type: "net address-list" are incorrectly marked as unsupported, while virtual servers in AS3 output contain the property "virtualAddresses".

Impact

- The object is translated to virtualAddresses property in the AS3, but an application is marked as yellow. - The object is translated, but one of the values from the address list is not supported on BIG-IP Next (IPv6 value range)

Conditions

If an address list is used to configure a virtual server, it will be highlighted as unsupported in the configuration editor even if it is properly translated to AS3 "virtualAddresses" property. Example of the object: net address-list /tenant3892a81b1f9e6/application_11/IPv6AddressList { addresses { fe80::1ff:fe23:4567:890a-fe80::1ff:fe23:4567:890b { } fe80::1ff:fe23:4567:890c { } fe80::1ff:fe23:4567:890d { } } description IPv6 } Example of an AS3 property: "virtualAddresses": [ "fe80::1ff:fe23:4567:890a-fe80::1ff:fe23:4567:890b", "fe80::1ff:fe23:4567:890c", "fe80::1ff:fe23:4567:890d" ],

Workaround

Verify that all addresses from 'net address-list' object are configured as "virtualAddresses" property value list in the AS3 output.

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips