On 4/28/26 11:57 AM, Mairtin O'Loingsigh wrote: > On Fri, Apr 24, 2026 at 05:35:57PM +0200, Dumitru Ceara via dev wrote: >> Replace all open-coded vector_is_empty(&od->localnet_ports) >> checks with a single ls_has_localnet_port() predicate. This >> makes the intent clearer and provides a single place to change >> if the localnet port tracking ever moves to a different data >> structure. >> >> No functional change. >> >> Assisted-by: Claude Opus 4.6, Claude Code >> Signed-off-by: Dumitru Ceara <[email protected]> >> --- >> northd/en-multicast.c | 2 +- >> northd/northd.c | 16 ++++++++-------- >> northd/northd.h | 6 ++++++ >> 3 files changed, 15 insertions(+), 9 deletions(-) >>
> LGTM > > Acked-by: Mairtin O'Loingsigh <[email protected]> > Hi Mairtin, Thanks for the review! Applied to main, 26.03 and 25.09. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
