Skip to content

Commit

Permalink
vendor: Fix cilium/arping goroutine leak
Browse files Browse the repository at this point in the history
This fixes a privileged runtime test failure caused by leaked goroutines on arpings with no response.

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
  • Loading branch information
jrajahalme authored and borkmann committed Dec 1, 2020
1 parent e463cfe commit 24d4450
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/aws/aws-sdk-go-v2 v0.24.0
github.com/blang/semver v3.5.0+incompatible
github.com/cilium/arping v1.0.1-0.20201009104213-b546132ab753
github.com/cilium/arping v1.0.1-0.20201126164629-5142c9527af5
github.com/cilium/deepequal-gen v0.0.0-20200406125435-ad6a9003139e
github.com/cilium/ebpf v0.3.0
github.com/cilium/ipam v0.0.0-20201020084809-76717fcdb3a2
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/cilium/arping/arping.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 25 additions & 7 deletions vendor/github.com/cilium/arping/arping_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1
github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1
# github.com/cespare/xxhash/v2 v2.1.1
github.com/cespare/xxhash/v2
# github.com/cilium/arping v1.0.1-0.20201009104213-b546132ab753
# github.com/cilium/arping v1.0.1-0.20201126164629-5142c9527af5
## explicit
github.com/cilium/arping
# github.com/cilium/deepequal-gen v0.0.0-20200406125435-ad6a9003139e
Expand Down

0 comments on commit 24d4450

Please sign in to comment.