We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9351cc7 commit 272143aCopy full SHA for 272143a
cloud/nodeipam/ipam/cloud_allocator.go
@@ -351,7 +351,8 @@ func getIPv6RangeFromLinodeInterface(iface linodego.LinodeInterface) string {
351
// within the provided base IPv6 range using the mnemonic subprefix :0:c::/112.
352
//
353
// This prefix is degiefined here:
354
-//
+// The mnemonic subprefix :0:c::/112 is constructed by setting hextets 5..7 to 0, c, 0
355
+// (i.e., bytes 8-13 set to 00 00 00 0c 00 00) within the /64 base, as implemented below.
356
// Rules:
357
// - For a /64 base, return {base64}:0:c::/112
358
// - Only applies when desiredMask is /112 and the result is fully contained
0 commit comments