netobserv-ebpf-agent
netobserv-ebpf-agent copied to clipboard
Bump github.com/vishvananda/netlink from 1.3.1-0.20250425193846-9d88d8385bf9 to 1.3.1
Bumps github.com/vishvananda/netlink from 1.3.1-0.20250425193846-9d88d8385bf9 to 1.3.1.
Release notes
Sourced from github.com/vishvananda/netlink's releases.
v1.3.1
What's Changed
- Fix deprecated comments by
@champtarin vishvananda/netlink#1011- Fix: Do not crash when enumerating tc filters with unknown actionType by
@Matus-pin vishvananda/netlink#1013- Fix SetSendTimeout/SetReceiveTimeout by
@robmryin vishvananda/netlink#1012- capture and return errors in ConntrackDeleteFilters by
@aroradamanin vishvananda/netlink#1014- Fix FouList attribute body truncated error with kernel 5.2+ by
@chanfung032in vishvananda/netlink#1017- Preserve results when NLM_F_DUMP_INTR is set by
@robmryin vishvananda/netlink#1018- netkit: Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB by
@jrifein vishvananda/netlink#1022- fix CI failed Incidental in TestRuleListFiltered by
@wangling94in vishvananda/netlink#1043- disable broadcast if broadcast is set to net.IPv4zero by
@WeidiDengin vishvananda/netlink#1037- .github/workflows: Bump CI Go version to v1.22 by
@dylandreimerinkin vishvananda/netlink#1049- TC FLOWER enrich match field and action about vlan by
@wangling94in vishvananda/netlink#1045- link_linux: Add deserialization of
IFF_RUNNINGflag by@dylandreimerinkin vishvananda/netlink#1038- Preserve results when NLM_F_DUMP_INTR is set by
@adrianmoiseyin vishvananda/netlink#1050- Add IFLA_PARENT_DEV_NAME / IFLA_PARENT_DEV_BUS_NAME to links by
@akerouantonin vishvananda/netlink#1051- conntrack: prevent potential memory leak by
@aroradamanin vishvananda/netlink#1058- Fix parsing 4-bytes attribute by
@Asphalttin vishvananda/netlink#1034- fix: Use correct offset for unix socket diagnosis by
@srebhanin vishvananda/netlink#1061- vxlan: Fix parseVxlanData for source port range by
@borkmannin vishvananda/netlink#1062- netkit: Allow setting MAC address in L2 mode by
@jrifein vishvananda/netlink#1063- Add support for MTU Lock by
@trozetin vishvananda/netlink#1067- pedit: Fix EncodeActions to add TcGen for pedit action by
@chent1996in vishvananda/netlink#1065- go.mod: github.com/vishvananda/netns v0.0.5 by
@thaJeztahin vishvananda/netlink#1056- Add
OifIndexoption forRouteGetWithOptionsby@dylandreimerinkin vishvananda/netlink#1060- Support TC "sample" filter action by
@lorenzin vishvananda/netlink#1042- Add support for XFRMA_SA_DIR and XFRMA_SA_PCPU attributes for XFRM by
@ChinmayaSharma-huein vishvananda/netlink#1044- Add support for ARP/ND Timestamps when retriving neighbors by
@jlamannain vishvananda/netlink#1039New Contributors
@Matus-pmade their first contribution in vishvananda/netlink#1013@robmrymade their first contribution in vishvananda/netlink#1012@chanfung032made their first contribution in vishvananda/netlink#1017@jrifemade their first contribution in vishvananda/netlink#1022@wangling94made their first contribution in vishvananda/netlink#1043@WeidiDengmade their first contribution in vishvananda/netlink#1037@dylandreimerinkmade their first contribution in vishvananda/netlink#1049@adrianmoiseymade their first contribution in vishvananda/netlink#1050@akerouantonmade their first contribution in vishvananda/netlink#1051@Asphalttmade their first contribution in vishvananda/netlink#1034@trozetmade their first contribution in vishvananda/netlink#1067@ChinmayaSharma-huemade their first contribution in vishvananda/netlink#1044@jlamannamade their first contribution in vishvananda/netlink#1039Full Changelog: https://github.com/vishvananda/netlink/compare/v1.3.0...v1.3.1
What's Changed
- Fix deprecated comments by
@champtarin vishvananda/netlink#1011- Fix: Do not crash when enumerating tc filters with unknown actionType by
@Matus-pin vishvananda/netlink#1013- Fix SetSendTimeout/SetReceiveTimeout by
@robmryin vishvananda/netlink#1012
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign shach33 for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.