mirror of
https://github.com/vishvananda/netlink
synced 2025-02-05 23:00:49 +00:00
afa2eb2a66
Use the constants provided in the golang.org/x/sys/unix package instead
of locally defining them, as done in commit c94808a88b
("link: add
support for IFLA_GRO_MAX_SIZE").
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
module github.com/vishvananda/netlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418
|
|
)
|