fbb9397979
Load balancers with IPv6 VIP addresses would fail to create due to a duplicate address detection issue. The keepalived process would also crash with a segfault due to a known bug[1]. This patch resolves both issues and allows load balancers with IPv6 VIP addresses to be created in active/standby topology. [1] https://github.com/acassen/keepalived/issues/457 Story: 2003451 Task: 24657 Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: I15a4be05740e2657f998902d468e57763c3ed52e
11 lines
304 B
YAML
11 lines
304 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
To resolve the IPv6 VIP issues on active/standby load balancers you
|
|
need to build a new amphora image.
|
|
fixes:
|
|
- |
|
|
Fixes issues using IPv6 VIP addresses with load balancers configured for
|
|
active/standby topology. This fix requires a new amphora image to be
|
|
built.
|