mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-04 20:01:06 +02:00
So far the LinkMessage.Change field was unused and recommended to be set to 0xffffffff. This field is actually necessary to change specific flags. Signed-off-by: Andrea Barberio <insomniac@slackware.it>
9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/mdlayher/netlink v0.0.0-20190403155754-1d8397c40443
|
|
golang.org/x/sys v0.0.0-20190312061237-fead79001313
|
|
)
|