-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/icmp: add support for PROBE (RFC 8335) #24440
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
Comments
Change https://golang.org/cl/63995 mentions this issue: |
Change https://golang.org/cl/63996 mentions this issue: |
Change https://golang.org/cl/63997 mentions this issue: |
Change https://golang.org/cl/63998 mentions this issue: |
Change https://golang.org/cl/63999 mentions this issue: |
This change reorganizes the existing test cases for supporting new messages and extension in upcoming CLs. It also renames ping_test.go to diag_test.go for clarification. Updates golang/go#24440. Change-Id: I5753a2ddbe76423d996a37f583fcf32b65d380e9 Reviewed-on: https://go-review.googlesource.com/63995 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Updates golang/go#24440. Change-Id: Ic56bb1add57831d6c94f148d209417be5aa22cb2 Reviewed-on: https://go-review.googlesource.com/63996 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Updates golang/go#24440. Change-Id: Icd7dbb9b6748ba8dd165eec1c0021650b7f4d97d Reviewed-on: https://go-review.googlesource.com/63997 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Updates golang/go#24440. Change-Id: Idbe22ca853ea4771bb979782ef3bac8b03c59b87 Reviewed-on: https://go-review.googlesource.com/63998 Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
RFC 8335 defines a new tool called PROBE, which uses new extended echo request message, new extended echo reply message and new interface identification extension, for collecting the status of a probed interface under circumstances that PING cannot be used. The icmp package of x/net repository has already implemented basic support for ICMP extensions. It's reasonable to support the new messages and extension for PROBE.
The text was updated successfully, but these errors were encountered: