Files
opentf/internal/lang
Martin Atkins e4af2b454c lang/funcs: cidrsubnet now allows newbits up to 128 for IPv6
The original design for this function seems to have mistakenly thought
that the upstream library used to implement the calculations could not
accept newbits>32, perhaps due to that having been true for some of its
other functions in an earlier release.

However, this restriction is not needed in the current version of the
upstream library: it performs its calculations on a byte-by-byte basis
treating the IP address as a byte-slice, rather than using the Go "int"
type.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2026-04-21 09:29:38 -07:00
..
2024-08-29 13:20:33 -04:00
2026-03-27 18:25:56 -03:00
2026-03-16 10:58:40 -07:00
2024-02-08 09:48:59 +00:00
2024-02-08 09:48:59 +00:00
2024-08-29 13:20:33 -04:00