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

x/net/ipv4: operation not permitted on ipv4.PacketConn.SetTTL() #23431

Closed
webfrank opened this issue Jan 12, 2018 · 2 comments
Closed

x/net/ipv4: operation not permitted on ipv4.PacketConn.SetTTL() #23431

webfrank opened this issue Jan 12, 2018 · 2 comments

Comments

@webfrank
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

1.9.2

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

linux/arm darwin/amd64

What did you do?

Just try the simple.go example of https://github.com/kanocz/tracelib

What did you expect to see?

Complete traceroute

What did you see instead?

operation not permitted error

If I compile the same example with go 1.8.3 works perfectly

@bradfitz bradfitz changed the title operation not permitted on ipv4.PacketConn.SetTTL() x/net/ipv4: operation not permitted on ipv4.PacketConn.SetTTL() Jan 12, 2018
@gopherbot gopherbot added this to the Unreleased milestone Jan 12, 2018
@bradfitz
Copy link
Contributor

/cc @mikioh

@mikioh
Copy link
Contributor

mikioh commented Jan 13, 2018

You need to update your local copy of x/net because of #19209.

@mikioh mikioh closed this as completed Jan 13, 2018
@golang golang locked and limited conversation to collaborators Jan 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants