octavia/releasenotes/notes/fix-ipv6-session-persistence-failure-d649656a44fc3bbb.yaml
Chen Tianhao 2aac2a8d78 Fix IPv6 session persistence failed
When an IPv6 load balancer is created, and the pool is enabled with
SOURCE IP session persistence, it does not work because the stick
table only records IPv4 addresses. However, an IPv6 stick table can
record both IPv4 and IPv6 addresses.

Closes-Bug: #2027934

Change-Id: I1c51a5d6d6593108f431809868dcdb3d4142df45
2023-07-19 16:30:39 +08:00

7 lines
215 B
YAML

---
fixes:
- |
Fixed the issue with session persistence based on source IP not working for
IPv6 load balancers. Session persistence now functions properly for IPv4,
IPv6 and dual-stack load balancers.