mirror of
https://github.com/status-im/consul.git
synced 2025-01-31 16:07:58 +00:00
40987a2b69
1.8.x backport of #9765 Conflicts: - agent/xds/listeners_test.go - test/integration/connect/envoy/helpers.bash - agent/xds/testdata (different envoy versions)
8 lines
93 B
Go
8 lines
93 B
Go
// +build !linux
|
|
|
|
package xds
|
|
|
|
func kernelSupportsIPv6() (bool, error) {
|
|
return true, nil
|
|
}
|