weizhouapache commented on a change in pull request #5786:
URL: https://github.com/apache/cloudstack/pull/5786#discussion_r841085533



##########
File path: systemvm/debian/opt/cloud/bin/cs/CsRedundant.py
##########
@@ -471,6 +469,40 @@ def _remove_ipv6_to_interface(self, interface, ipv6):
             logging.info("IPv6 address %s not present for %s" % (ipv6, dev))
             return
 
+    def _enable_radvd(self, dev, ipv6, dns1, dns2):

Review comment:
       > @weizhouapache added this because setting up radvd from common.sh 
won't work in RVR case. As we discussed earlier, RVRs won't get an IPv6 in 
guest range from Java code. Therefore, eth0ip6 variable will be empty in 
common.sh and it won't setup radvd.
   
   @shwstppr 
   you can get the values in /etc/cloudstack/cmdline.json which has the 
following
   ```
       "guestcidr6size": "64", 
   ...
       "guestgw6": "2022:2:2:e::1", 
   ```




-- 
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