octavia/releasenotes/notes/fix-error-amphora-agent-udp-pools-dual-stack-lb-b298ded551ac97e1.yaml
Gregory Thiemonge 72f59a34fe Fix error in agent-agent with empty UDP pools in IPv4+IPv6 LBs
With dual stack LBs (IPv4+IPv6) and UDP pools, the amphora-agent
triggered an exception when a pool contained only IPv4 or only IPv6
members.
This commit fixes this issue.

Closes-Bug: #2028751

Change-Id: I7141258bfee69606a6749cd17e524b7932359d7a
2023-07-26 07:17:03 -04:00

7 lines
193 B
YAML

---
fixes:
- |
Fixed a bug in the amphora-agent, an exception was triggered when a LB with
both IPv4 and IPv6 VIPs and with a UDP pool had only IPv4 members or
only IPv6 members.