Matt Layher

Results 194 comments of Matt Layher

That fixed it! ``` [zsh|matt@nerr-2]:~/go/ethernet 0 *(master) ± CGO_ENABLED=0 go-fuzz-build github.com/mdlayher/ethernet [zsh|matt@nerr-2]:~/go/ethernet 0 *(master) ± go-fuzz -bin=./ethernet-fuzz.zip -workdir=fuzz/ 2015/09/16 12:35:03 slaves: 8, corpus: 8 (1s ago), crashers: 0, restarts: 1/0,...

Thanks for the advice! I haven't gone too in-depth yet with my testing, but it is certainly something I'd like to investigate in the future.

Neat. I'm good with that. Mind sending a PR?

Actually, why would that check cause an issue? The surrounding code just checks for MAC addresses of at least length 6.

Apologies, I haven't ever tried that. How does that work? I'd expect that you'd be ARPing to another IPoIB device on the other side that also has a 12 byte...

In addition, this RFC seems to indicate both addresses would be 20 bytes: https://tools.ietf.org/html/rfc4391#section-9.2.

Let me know if this is all set now, thanks!

Thanks for the PR. I would rather not break the existing configuration and would prefer to add new options if anything. It isn't clear to me if this behavior (advertising...

Cool! I will do some research as well. Another approach would be to actually expose the corerad.Server type for consumption in other packages. I have been putting off some cleanup...