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/04 19:00:25 UTC

[GitHub] wido commented on issue #3077: ipv6: Calculate IPv6 address instead of fetching one from a pool

wido commented on issue #3077: ipv6: Calculate IPv6 address instead of fetching one from a pool
URL: https://github.com/apache/cloudstack/pull/3077#issuecomment-444217101
 
 
   Thanks! If somebody else has comments let me know.
   
   The main issue with the IPv6 code is that the IPv4 code was "copy pasted" and the whole anology like DHCP was taken to IPv6.
   
   With IPv6 DHCP is only used for informational purposes, but clients (Instances) obtain their address by the Router Advertisements.
   
   As this is done using the MAC address of the client we can predict the IPv6 address the server will obtain.

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