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:
Ben Kochie 2019-09-05 15:35:13 +02:00 committed by GitHub
commit 0e77317955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
245 changed files with 6515 additions and 1699 deletions

View file

@ -4,7 +4,7 @@ package netlink
func Fuzz(data []byte) int {
return fuzzAttributes(data)
//return fuzzMessage(data)
// return fuzzMessage(data)
}
func fuzzAttributes(data []byte) int {