We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81418f commit 14c4e46Copy full SHA for 14c4e46
CHANGELOG.md
@@ -4,6 +4,17 @@
4
5
- n/a
6
7
+## v1.2.1
8
+
9
+- [Bug Fix]
10
+ [commit](https://github.com/mdlayher/netlink/commit/d81418f81b0bfa2465f33790a85624c63d6afe3d):
11
+ `netlink.SetBPF` will no longer panic if an empty BPF filter is set.
12
+- [Improvement]
13
+ [commit](https://github.com/mdlayher/netlink/commit/8014f9a7dbf4fd7b84a1783dd7b470db9113ff36):
14
+ the library now uses https://github.com/josharian/native to provide the
15
+ system's native endianness at compile time, rather than re-computing it many
16
+ times at runtime.
17
18
## v1.2.0
19
20
**This is the first release of package netlink that only supports Go 1.12+. Users on older versions must use v1.1.1.**
0 commit comments