Update netlink vendoring (#1471)
* github.com/ema/qdisc * github.com/mdlayher/genetlink * github.com/mdlayher/wifi Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
8c3de12c22
commit
0e77317955
245 changed files with 6515 additions and 1699 deletions
4
vendor/github.com/mdlayher/netlink/nlenc/endian.go
generated
vendored
4
vendor/github.com/mdlayher/netlink/nlenc/endian.go
generated
vendored
|
|
@ -1,8 +1,6 @@
|
|||
package nlenc
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
)
|
||||
import "encoding/binary"
|
||||
|
||||
// NativeEndian returns the native byte order of this system.
|
||||
func NativeEndian() binary.ByteOrder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue