You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rewrite the `NextExternalIp` query to allow IPv6 address allocations.
This uses queries more like the existing "next-item" queries based on
a self-join, where we're joining the existing address with those
addresses plus-one, and taking the first free one.
- Handle a few more failure-cases from the new query to ensure we detect
address exhaustion, reallocation, and so on. All the existing tests
continue to pass.
- Add expectorate / explain "tests" for the new queries
- Add a few new tests, some specifically for IPv6 address allocations
and the details / corner cases of the new query structure
- Closes#9245
- Closes#1468
- Closes#1371
0 commit comments