On Thu, Jun 4, 2026 at 10:18 PM Dumitru Ceara <[email protected]> wrote:
> On 6/4/26 3:13 PM, Ales Musil via dev wrote: > > When multi-tier ACLs are configured, "ovn-nbctl acl-list" does > > not display any tier information, making it difficult to see > > which tier each ACL belongs to without querying the database > > directly. > > > > Display a "[tier N]" annotation for each ACL showing its tier > > value. > > > > Sort ACLs by tier (ascending) before priority so that ACLs > > belonging to the same tier are grouped together. The ascending > > order matches the evaluation order of tiers. Previously, tier > > was compared after priority and in descending order. > > > > Reported-at: https://redhat.atlassian.net/browse/FDP-3585 > > Assisted-by: Claude Opus 4.6, OpenCode > > Signed-off-by: Ales Musil <[email protected]> > > --- > > v2: Make tier a higher priority during ordering, change the tier order > to be ascending to match the evaluation and print the tier every time. > > --- > > Hi Ales, > > Thanks for v2, looks good to me! > > Acked-by: Dumitru Ceara <[email protected]> > > Regards, > Dumitru > > Thank you Dumitru, applied to main and backported down to 25.03 + 24.03. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
