The first patch fixes a bug in pinctrl, where the in-memory service monitor representation is not correctly updated (e.g., when a LB configured with healthchecks enabled and applied to a logical switch is later also applied to the logical router).
The second patch fixes a regression introduced in 26.03 which causes a breaking behavior change when load balancers that use the router port as VIP are only applied to logical switches. Dumitru Ceara (2): pinctrl: Update in-memory svc monitor structures on SB changes. northd: Use LRP MAC as monitor src only if the LB is added to the LR. controller/pinctrl.c | 11 +++--- northd/en-lb-data.c | 20 +++++++---- northd/lb.c | 13 ++++++- northd/lb.h | 8 +++-- northd/northd.c | 8 +++-- tests/ovn-northd.at | 78 +++++++++++++++++++++++++++++++++++++++++ tests/system-ovn.at | 82 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 202 insertions(+), 18 deletions(-) -- 2.53.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
