Terin Stock 3629fb389e fix: loosen LinkAttribute length checks (#8)
Loosen the LinkAttribute length checks, to parse links that store
information other than MAC addresses in the Address or Broadcast fields.

This change, for example, now allows IPIP, GRE over IP, 6to4, and IP
over Infiniband.

The fields continue to be net.HardwareAddr, which may result in slightly
unusual representations when printed as a string. This type can be cast
to other byte slice types by users, if necessary.

Fix: #7
2018-11-13 09:36:08 +01:00
2017-11-30 13:47:26 +01:00
2017-12-03 21:26:58 +01:00
2017-12-03 21:26:58 +01:00
2017-01-19 10:43:01 +01:00
2016-12-28 23:03:34 +01:00
2016-12-30 21:20:10 +01:00

rtnetlink Build Status GoDoc Go Report Card

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

This package is heavily inspired by https://github.com/mdlayher/netlink/tree/master/genetlink.

Description
Package rtnetlink provides low-level access to the Linux rtnetlink API. MIT Licensed.
Readme 1.4 MiB
Languages
Go 99.8%
Nix 0.2%