rtnetlink icon indicating copy to clipboard operation
rtnetlink copied to clipboard

Package rtnetlink provides low-level access to the Linux rtnetlink API. MIT Licensed.

Results 3 rtnetlink issues
Sort by recently updated
recently updated
newest added

The current implementation of the rtnetlink API does not appear to contain any constants to refer to link types when creating/referencing a link. I was wondering if those constants could...

The `CacheInfo` struct in `address.go` has a misspelled variable, `Prefered`. This should be `Preferred`. This is a breaking change, not sure how this should be handled here.

the linux kernel handles a RTM_GETLINK request even in case of incorrent kind filter. if it finds requested kind it responds with a list of this kind of links and...