When there is no matching FDB entry found in the database, then an incorrect SAI error code (SAI_STATUS_INVALID_PARAMETER) is returned. As a port of this fix, the correct SAI error return code (SAI_STATUS_ITEM_NOT_FOUND) is returned.
This Return code can be used by the callers to take approprite actions, if the FDB entry is indeed not available during the set/remove operations.
When there is no matching FDB entry found in the database, then an incorrect SAI error code (SAI_STATUS_INVALID_PARAMETER) is returned. As a port of this fix, the correct SAI error return code (SAI_STATUS_ITEM_NOT_FOUND) is returned. This Return code can be used by the callers to take approprite actions, if the FDB entry is indeed not available during the set/remove operations.