This is an automated email from the ASF dual-hosted git repository.

weizhouapache pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.22 by this push:
     new 097a57967b6 systemvm: emit IPv6 prefix block for redundant VPC VRs in 
radvd.conf (#13127)
097a57967b6 is described below

commit 097a57967b607c970ef270ca6dc53288cf6575c0
Author: Jtolelo <[email protected]>
AuthorDate: Tue Jun 30 04:06:53 2026 -0300

    systemvm: emit IPv6 prefix block for redundant VPC VRs in radvd.conf 
(#13127)
---
 systemvm/debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systemvm/debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py 
b/systemvm/debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py
index 6f1ec62cd08..9f2e8b059c6 100755
--- a/systemvm/debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py
+++ b/systemvm/debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py
@@ -107,7 +107,7 @@ class CsVpcGuestNetwork(CsDataBag):
             self.conf.append("    AdvSendAdvert on;")
             self.conf.append("    MinRtrAdvInterval 5;")
             self.conf.append("    MaxRtrAdvInterval 15;")
-            if entry['router_guest_ip6'] == entry['router_guest_ip6_gateway']:
+            if entry['router_guest_ip6'] == entry['router_guest_ip6_gateway'] 
or self.cl.is_redundant():
                 self.conf.append("    prefix %s" % full_addr)
                 self.conf.append("    {")
                 self.conf.append("        AdvOnLink on;")

Reply via email to