You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/12/18 17:44:11 UTC

[GitHub] wido commented on issue #3100: ipv6: Send userdata to Virtual Router if IPv6 is enabled

wido commented on issue #3100: ipv6: Send userdata to Virtual Router if IPv6 is enabled
URL: https://github.com/apache/cloudstack/pull/3100#issuecomment-448307407
 
 
   @rhtyd The password server does not listen on IPv6, that is correct.
   
   However, all Instances deployed on CloudStack have IPv4 and IPv6. Cloud-init will use IPv4 for fetching Userdata and Passwords from the VR.
   
   IPv6 is not used in this case.
   
   The original code would not send the data to the VR if IPv6 was enabled for that Instance, but that is not correct.
   
   The Instance (cloud-init) will use IPv4 to fetch the information.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services