Logo
Explore Help
Sign In
status-im/consul
2
0
Fork 0
You've already forked consul
mirror of https://github.com/status-im/consul.git synced 2025-01-11 22:34:55 +00:00
Code Issues Projects Releases Wiki Activity
consul/agent/xds/net_fallback.go

8 lines
93 B
Go
Raw Normal View History

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 14:38:43 -06:00
// +build !linux
package xds
func kernelSupportsIPv6() (bool, error) {
return true, nil
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 504ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API