mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-02 10:51:18 +02:00
* add netlink/rule Signed-off-by: Florian Lehner <dev@der-flo.net> * Add some fuzzing corpus Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl> Co-authored-by: Jeroen Simonetti <jeroen@simonetti.nl>
11 lines
214 B
Modula-2
11 lines
214 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.8.1
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/mdlayher/netlink v1.6.0
|
|
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
|
|
)
|