Skip to content

Commit

Permalink
Update netlink
Browse files Browse the repository at this point in the history
This new version of netlink includes a number of bugfixes, including a
fix to #292.

Signed-off-by: Leandro Motta Barros <leandro@balena.io>
Change-type: patch
  • Loading branch information
lmbarros committed Apr 11, 2022
1 parent c79429c commit c135dc3
Show file tree
Hide file tree
Showing 51 changed files with 5,074 additions and 444 deletions.
2 changes: 1 addition & 1 deletion vendor.conf
Expand Up @@ -60,7 +60,7 @@ github.com/hashicorp/go-multierror 886a7fbe3eb1c874d46f623bfa70
github.com/hashicorp/serf 598c54895cc5a7b1a24a398d635e8c0ea0959870
github.com/docker/libkv 458977154600b9f23984d9f4b82e79570b5ae12b
github.com/vishvananda/netns db3c7e526aae966c4ccfa6c8189b693d6ac5d202
github.com/vishvananda/netlink f049be6f391489d3f374498fe0c8df8449258372 # v1.1.0
github.com/vishvananda/netlink 6bb6f8abbc420ec09282fc62e05f5548d546455a # v1.2.0-beta
github.com/moby/ipvs 4566ccea0e08d68e9614c3e7a64a23b850c4bb35 # v1.0.1

# When updating, consider updating TOMLV_COMMIT in hack/dockerfile/install/tomlv.installer accordingly
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/vishvananda/netlink/README.md

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

1 change: 1 addition & 0 deletions vendor/github.com/vishvananda/netlink/addr.go

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

58 changes: 31 additions & 27 deletions vendor/github.com/vishvananda/netlink/addr_linux.go

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

24 changes: 24 additions & 0 deletions vendor/github.com/vishvananda/netlink/bpf_linux.go

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

56 changes: 42 additions & 14 deletions vendor/github.com/vishvananda/netlink/class.go

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

0 comments on commit c135dc3

Please sign in to comment.