mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
|
// +build !linux
|
||
|
|
||
|
package xds
|
||
|
|
||
|
func kernelSupportsIPv6() (bool, error) {
|
||
|
return true, nil
|
||
|
}
|