Merge "Fix IPv6 in Active/Standby topology on CentOS" into stable/stein

This commit is contained in:
Zuul 2019-05-07 08:30:17 +00:00 committed by Gerrit Code Review
commit 1820479262
2 changed files with 6 additions and 0 deletions

View File

@ -52,7 +52,9 @@ PERSISTENT_DHCLIENT="1"
{%- endif %} {# end if vip_ipv6 #}
{%- endif %} {# end if vrrp_ip #}
{%- if topology == consts.TOPOLOGY_SINGLE -%}
{%- if vip_ipv6 %}
IPV6ADDR_SECONDARIES="{{ vip }}/{{ prefix }}"
{%- endif %}
{%- endif %}

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed duplicated IPv6 addresses in Active/Standby mode in CentOS amphorae.