open-consul/agent/xds/net_fallback.go

8 lines
93 B
Go

// +build !linux
package xds
func kernelSupportsIPv6() (bool, error) {
return true, nil
}