Skip to content
New issue

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

Type mismatch leads to panic #594

Closed
rawdigits opened this issue Nov 24, 2021 · 1 comment · Fixed by #595
Closed

Type mismatch leads to panic #594

rawdigits opened this issue Nov 24, 2021 · 1 comment · Fixed by #595
Labels
bug Something isn't working
Milestone

Comments

@rawdigits
Copy link
Collaborator

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

@wadey wadey closed this as completed in #595 Dec 6, 2021
@wadey wadey added this to the v1.6.0 milestone Dec 6, 2021
@wadey wadey added the bug Something isn't working label Dec 6, 2021
@wadey wadey modified the milestones: v1.6.0, v1.5.1 Dec 6, 2021
@dd0ke
Copy link

dd0ke commented Sep 14, 2024

I have a somewhat related issue in #1207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants