diff --git a/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 b/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 index 0bef366dce..c2a66343c0 100644 --- a/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 +++ b/octavia/amphorae/backends/agent/api_server/templates/rh_plug_vip_ethX.conf.j2 @@ -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 %} diff --git a/releasenotes/notes/fix-active-standby-in-centos-4e47140e0e139de8.yaml b/releasenotes/notes/fix-active-standby-in-centos-4e47140e0e139de8.yaml new file mode 100644 index 0000000000..1da390c904 --- /dev/null +++ b/releasenotes/notes/fix-active-standby-in-centos-4e47140e0e139de8.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fixed duplicated IPv6 addresses in Active/Standby mode in CentOS amphorae.