wip
This commit is contained in:
13
internal/netlink/ipv6_test.go
Normal file
13
internal/netlink/ipv6_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package netlink
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/qdm12/log"
|
||||
)
|
||||
|
||||
func Test_IsIPv6Supported(t *testing.T) {
|
||||
n := New(log.New(log.SetLevel(log.LevelDebug)))
|
||||
supported, err := n.IsIPv6Supported()
|
||||
t.Log(supported, err)
|
||||
}
|
||||
Reference in New Issue
Block a user