mdlayher / raw

Package raw enables reading and writing data at the device driver level for a network interface. MIT Licensed.
MIT License
425 stars 71 forks source link

Undefined: bpf.Setter raw.go:88 #24

Closed JelmerDeHen closed 6 years ago

JelmerDeHen commented 6 years ago

I got the following error while go get github.com/mdlayher/arp.

$ go get github.com/mdlayher/arp
# github.com/mdlayher/raw
/bla/src/github.com/mdlayher/raw/raw.go:88:7: undefined: bpf.Setter
$ go version
go version go1.9.3 linux/amd64

I have now commented the line away locally which does work.

mdlayher commented 6 years ago

Your copy of golang.org/x/net is out of date. Clone the latest master and this should be fixed. Closing.