Bug ID 1759761: VLAN unassigned from Tenant followed by VLAN deletion may result in error

Last Modified: Jul 15, 2026

Affected Product(s):
F5OS Velos(all modules)

Known Affected Versions:
F5OS-C 1.6.2, F5OS-C 1.6.4

Fixed In:
F5OS v2.0.0

Opened: Dec 09, 2024

Severity: 3-Major

Symptoms

If a VLAN is unassigned from a Tenant and then quickly deleted from the system, an error might be returned from the VLAN deletion: "illegal reference /vlan-listeners/vlan-listener{0.host 1234}/vlan"

Impact

The VLAN deletion operation will fail.

Conditions

A VLAN is deleted from the system immediately after being unassigned from a tenant.

Workaround

The deletion operation can be retried, or wait a moment after unassigning the VLAN before deleting it.

Fix Information

This fix changes the FDB and Vlan-Listener database schema and api. The Vlan-Listener config mode api has been removed. The Vlan-Listener state table remains as the way to view Vlan-Listener information. An example of the state table is: f5-vlan-listeners:vlan-listeners/vlan-listener=<interface>,<vlan-id>/state The FDB config mode api now only exists to configure Static FDBs. Any FDB created in config mode will be treated as a Static FDB. Non-Static FDBs created by the system will no longer be shown in config mode. Viewing FDB information on the system remains at the same path for Static FDBs. This path is: f5-l2fdb:fdb/mac-table/ Viewing Non-Static FDB information on the system has moved to: f5-l2fdb:fdb/mac-table-l2listeners/

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips