consul/.changelog/9765.txt
R.B. Boyer 0fa96a2fa8 xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel (#9765)
Fixes #9311

This only fails if the kernel has ipv6 hard-disabled. It is not sufficient to merely not provide an ipv6 address for a network interface.
2021-02-19 20:39:21 +00:00

4 lines
122 B
Plaintext

```release-note:improvement
xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel
```