Skip to content

Releases: vishvananda/netlink

v1.2.1-beta.2

03 Jun 20:06
Compare
Choose a tag to compare
v1.2.1-beta.2 Pre-release
Pre-release

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 @niax in #718

New Contributors

  • @niax made their first contribution in #718

Full Changelog: v1.2.0-beta...v1.2.1-beta.2

v1.2.0-beta

29 Mar 16:26
Compare
Choose a tag to compare
v1.2.0-beta Pre-release
Pre-release

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

Read more

v1.1.0

17 Jan 18:43
Compare
Choose a tag to compare

Over 100 bug fixes and features were merged since the v1.0.0 release.

Some Highlights:
Go modules now supported
Support for new features in more recent kernels
Extended support for filters, actions, and tunnels
Support for bonds, ipoib, rdma
More features for vfs

We have been careful to preserve the existing functionality from release v1.0.0. There is one minor change to AddrAdd where it will no longer automatically set a broadcast address when you set a /31 or /32 address

If you notice any differences in behavior, please file an issue

v1.0.0

16 Mar 04:55
Compare
Choose a tag to compare

Initial release