GitHub user weizhouapache added a comment to the discussion: Support for an IPv6 prefix per VM in shared networks
@wido @phsm we are working on static/dynamic routing for isolated networks and vpc. ACS allocates a /64 network for each network (isolated/vpc tier). It is not applicable for @phsm who uses share networks for public cloud (VPS) For shared networks, there is a change in 4.19.1.0 (#9289) which allows operators to create a shared network with other cidr than /64 I think it is feasible, @phsm you can research it - create a new guru extends DirectNetworkGuru - override `isSlaacV6Only` (return false) - override the method `allocate` or `allocateDirectIp` GitHub link: https://github.com/apache/cloudstack/discussions/9421#discussioncomment-10146133 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
