Fix IPv6 in Active/Standby topology on CentOS
Avoid duplicated IPv6 VIP addresses on CentOS in Active/Standby mode, Keepalived will set/unset the VIP address. Story: 2005365 Task: 30340 Change-Id: I05b31ba628bafeefec36cc5c000dae1aefb63d67
This commit is contained in:
parent
a728bc000f
commit
951afb9a0a
@ -52,7 +52,9 @@ PERSISTENT_DHCLIENT="1"
|
|||||||
{%- endif %} {# end if vip_ipv6 #}
|
{%- endif %} {# end if vip_ipv6 #}
|
||||||
{%- endif %} {# end if vrrp_ip #}
|
{%- endif %} {# end if vrrp_ip #}
|
||||||
|
|
||||||
|
{%- if topology == consts.TOPOLOGY_SINGLE -%}
|
||||||
{%- if vip_ipv6 %}
|
{%- if vip_ipv6 %}
|
||||||
IPV6ADDR_SECONDARIES="{{ vip }}/{{ prefix }}"
|
IPV6ADDR_SECONDARIES="{{ vip }}/{{ prefix }}"
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixed duplicated IPv6 addresses in Active/Standby mode in CentOS amphorae.
|
Loading…
x
Reference in New Issue
Block a user