Bump github.com/vishvananda/netlink from 1.1.0 to 1.3.0
Bumps github.com/vishvananda/netlink from 1.1.0 to 1.3.0.
Release notes
Sourced from github.com/vishvananda/netlink's releases.
v1.3.0
- Fixed backward compatibility breakage of
func (h *Handle) ConntrackDeleteFilter.- Other fixes and improvements from the community.
v1.2.1
Thanks to the community, this release contains several new functionalities and many bug fixes
v1.2.1-beta.2
Update
This new version fixes a bug in older kernels that can cause a segfault
What's Changed
- filter: Add support for the csum action in u32 by
@niaxin vishvananda/netlink#718New Contributors
@niaxmade their first contribution in vishvananda/netlink#718Full Changelog: https://github.com/vishvananda/netlink/compare/v1.2.0-beta...v1.2.1-beta.2
v1.2.0-beta
Beta Release for 1.2.0
There have been a number of fixes and additions since 1.1.0. This is a beta release so folks have an opportunity to test to make sure we haven't inadvertently made any breaking changes to the library.
What's Changed
- [non linux: netlink/xdp] Add dummy function for LinkSetXdpFdWithFlags by
@belyalovin vishvananda/netlink#516- Save XDP attach mode info into LinkXdp. by
@belyalovin vishvananda/netlink#515- Service curves fix by
@fbegynin vishvananda/netlink#513- Use IfaCacheinfo and IFA_* consts from golang.org/x/sys/unix by
@tklauserin vishvananda/netlink#514- Fix parseIpTun to handle empty flow based flag by
@vishvanandain vishvananda/netlink#512- rule, add TOS by
@amitnin vishvananda/netlink#521- check payload of the NLMSG_DONE nlmsg by
@Jianlin-lvin vishvananda/netlink#520- rule: add support for dport/sport by
@chendotjsin vishvananda/netlink#511- Correct value of SizeofXfrmUsersaFlush by
@tklauserin vishvananda/netlink#523- Add BridgeSetVlanFiltering to change VlanFiltering on an existing bridge by
@stffabiin vishvananda/netlink#524- Skip NetNsId tests unless root by
@RealFatCatin vishvananda/netlink#526- Add LinkIndex to Addr struct by
@brbin vishvananda/netlink#543- Configure numrxqueues/numtxqueues on veth peer (fixes #536) by
@alexforsterin vishvananda/netlink#540- Add ability to list rules in a filtered manner by
@christaraziin vishvananda/netlink#538- Add LinkModify support by
@gollubin vishvananda/netlink#541- Add support for getting all RDMA devices in the system by
@adrianchirisin vishvananda/netlink#533- Fix parsing of IFLA_IPTUN_COLLECT_METADATA by
@lebaucein vishvananda/netlink#530- make tuntap pollable by
@rschmiedin vishvananda/netlink#525- Introduce RouteGetWithOptions that allows to modify the RouteGet by
@amitnin vishvananda/netlink#522- Added wireguard link type by
@xaionaroin vishvananda/netlink#464- Add filtering in NeighListExecute by
@RealFatCatin vishvananda/netlink#529- conntrack filter by protocol and port by
@aojeain vishvananda/netlink#544- Fix incompatible interface to linux implement by
@whywaitain vishvananda/netlink#557- Set default values for link attributes by
@lebaucein vishvananda/netlink#562- Add additional fields to link.Ip6tnl by
@cornyin vishvananda/netlink#563
... (truncated)
Commits
6f57139Fix recvfrom goroutine leak298ff27Handle: add ConntrackDeleteFilter alias for backward compat5b0b9d8rule: add Rule.Type to allow adding/listing unreachable (RTN_UNREACHABLE) rules65a253dlink_linux: add support for IFLA_MACVLAN_BC_QUEUE_LEN(_USED)3b7e16cAdd ConntrackDeleteFilters4317e32feat: add LinkSetBondSlaveActive()/LinkDelBondSlave()a57a7bdAdd handle support for socketaaf4f98Fix determination of the promiscuity counter for links7a4f10dfix: updates SizeofVfVlanInfo to address #10038f96fd8# rule: fix 32-bit platforms don't support adding rules with a mark value of ...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)