We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: interface conversion: interface {} is *net.IP, not iputil.VpnIp
goroutine 16 [running, locked to thread]: github.com/slackhq/nebula/overlay.(*tun).RouteFor(0x10, 0x52d9a8) github.com/slackhq/nebula/overlay/tun_linux.go:153 +0x8f github.com/slackhq/nebula.(*Interface).getOrHandshake(0xc00020ed80, 0xc0a80801) github.com/slackhq/nebula/inside.go:75 +0x90 github.com/slackhq/nebula.(*Interface).consumeInsidePacket(0xc00020ed80, {0xc00038c000, 0x12e, 0x2329}, 0xc00039a000, {0xc00039a010, 0xc, 0xc}, {0xc00038e500, 0x2329, ...}, ...) github.com/slackhq/nebula/inside.go:36 +0x108 github.com/slackhq/nebula.(*Interface).listenIn(0xc00020ed80, {0x7fdcc615c2d8, 0xc00007cc40}, 0x0) github.com/slackhq/nebula/interface.go:224 +0x14d created by github.com/slackhq/nebula.(*Interface).run github.com/slackhq/nebula/interface.go:182 +0xa5
The text was updated successfully, but these errors were encountered:
I have a somewhat related issue in #1207
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
panic: interface conversion: interface {} is *net.IP, not iputil.VpnIp
goroutine 16 [running, locked to thread]:
github.com/slackhq/nebula/overlay.(*tun).RouteFor(0x10, 0x52d9a8)
github.com/slackhq/nebula/overlay/tun_linux.go:153 +0x8f
github.com/slackhq/nebula.(*Interface).getOrHandshake(0xc00020ed80, 0xc0a80801)
github.com/slackhq/nebula/inside.go:75 +0x90
github.com/slackhq/nebula.(*Interface).consumeInsidePacket(0xc00020ed80, {0xc00038c000, 0x12e, 0x2329}, 0xc00039a000, {0xc00039a010, 0xc, 0xc}, {0xc00038e500, 0x2329, ...}, ...)
github.com/slackhq/nebula/inside.go:36 +0x108
github.com/slackhq/nebula.(*Interface).listenIn(0xc00020ed80, {0x7fdcc615c2d8, 0xc00007cc40}, 0x0)
github.com/slackhq/nebula/interface.go:224 +0x14d
created by github.com/slackhq/nebula.(*Interface).run
github.com/slackhq/nebula/interface.go:182 +0xa5
The text was updated successfully, but these errors were encountered: