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 2019/01/16 12:54:22 UTC

[GitHub] wido opened a new pull request #3136: ipv6: Do not allow Secondary IPv6 addresses to be EUI-64

wido opened a new pull request #3136: ipv6: Do not allow Secondary IPv6 addresses to be EUI-64
URL: https://github.com/apache/cloudstack/pull/3136
 
 
   ## Description
   When requesting a secondary IPv6 address the address specified by the requester should not be a EUI-64 (SLAAC) address.
   
   This can be seen by looking at *ff:fe* which is always in the same position in a IPv6 address when using SLAAC/EUI-64.
   
   <pre>2001:db8:13f:0:1c00:4aff:fe00:fe</pre>
   
   That is an IPv6 EUI-64 address for example.
   
   ## Types of changes
   - [ ] Enhancement (improves an existing feature and functionality)
   
   ## How Has This Been Tested?
   Tested this locally
   

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