weizhouapache commented on PR #13127:
URL: https://github.com/apache/cloudstack/pull/13127#issuecomment-4399965574

   @jeanvetorello 
   can you test the change below ?
   ```
   diff --git a/systemvm/debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py 
b/systemvm/debian/opt/cloud/bin/cs/CsVpcGuestNetwork.py
   index 6f1ec62cd08..cc832c00672 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.config.is_redundant():
                    self.conf.append("    prefix %s" % full_addr)
                    self.conf.append("    {")
                    self.conf.append("        AdvOnLink on;")
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to