Bump github.com/mdlayher/ndp from 0.8.0 to 1.1.0 #299
Annotations
10 errors
Run golangci-lint:
pkg/agent/ipassigner/ip_assigner_linux.go#L30
could not import antrea.io/antrea/pkg/agent/ipassigner/responder (-: # antrea.io/antrea/pkg/agent/ipassigner/responder
|
Run golangci-lint:
pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
|
Run golangci-lint:
pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned) (typecheck)
|
Run golangci-lint:
pkg/agent/ipassigner/ip_assigner_linux.go#L33
could not import antrea.io/antrea/pkg/agent/util/ndp (-: # antrea.io/antrea/pkg/agent/util/ndp
|
Run golangci-lint:
pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
|
Run golangci-lint:
pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo) (typecheck)
|
Run golangci-lint:
pkg/agent/cniserver/interface_configuration_linux.go#L36
could not import antrea.io/antrea/pkg/agent/util/ndp (-: # antrea.io/antrea/pkg/agent/util/ndp
|
Run golangci-lint:
pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
|
Run golangci-lint:
pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo) (typecheck)
|
Run golangci-lint:
pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
|
Loading