V2 certificate format #1986
Annotations
6 errors
Build:
overlay/tun.go#L23
cannot use newTun(c, l, vpnNetworks, routines > 1) (value of type *tun) as Device value in return statement: *tun does not implement Device (missing method Networks)
|
Build:
overlay/tun.go#L23
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTun
|
Build:
overlay/tun.go#L29
cannot use newTunFromFd(c, l, *fd, vpnNetworks) (value of type *tun) as Device value in return statement: *tun does not implement Device (missing method Networks)
|
Build:
overlay/tun.go#L29
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTunFromFd
|
Build:
overlay/tun_linux.go#L151
cannot use t.cidr (variable of type netip.Prefix) as []netip.Prefix value in argument to getAllRoutesFromConfig
|
Build
Process completed with exit code 2.
|
Loading