Skip to main content

Illumio Core What's New and Release Notes 23.2

UI Platform

  • Filter for 'Setting' item not working (E-104235, E-104236)

    When users viewed Draft Changes and filtered by setting, the results did not reflect the setting filter. This issue is resolved.

  • Unable to distinguish between unmanaged workload and managed in Illumination Plus (E-101069)

    Illumination Plus icons for managed and unmanaged workloads were misleading. As a result, it was impossible to distinguish between the unmanaged "Router" and the managed "WIN10-225" workload. This issue is resolved.

  • Frequent nft table tampering warnings (E-100010)

    On VENs using nftables 1.0.0 or later, tampering events occurred every 10 minutes, even though no actual tampering occurred. This was caused by a change in nftables 1.0.0. This issue is resolved. The VEN now responds correctly, no matter whether the nftables version is earlier or later than 1.0.0.

  • Autocomplete not filtering labels based on user scope (E-98207)

    The VEN page displayed all labels instead of solely the ones applicable to scoped users. This issue is resolved.

  • Rule search: 'Extra-Scope Rules' option is missing in filter dropdown (E-97637)

    When using the Rule Search page, the Extra-Scope Rules option was missing from the filter dropdown menu. This issue is resolved.

  • Browser unresponsive while editing a huge IP list (E-96832)

    Browsers were unresponsive when users edited large IP lists for policy objects. IP list validation is now disabled above a certain threshold, mitigating the load on browsers. This issue is resolved.

  • Filtering by an invalid Protocol in the Services List page displays all services (E-68251)

    If a user typed an invalid protocol and pressed Enter, the entered protocol appeared as a filter item, but the list page was not refreshed. The UI validated the entered protocol and refreshed ONLY if the protocol was valid. The UI made no API calls for an invalid protocol. This issue is resolved.

  • Filtering by the invalid port in the Services List page displays an error (E-68249)

    If users filtered the service list using an invalid port, they received a 406 error: "Port value out of range". The port filter category is a free search, and the user input was passed to the API request without validation. An invalid entry resulted in an API error. This issue is resolved.