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

Specify protocol type in sockaddr_ll. #27

Closed hugelgupf closed 6 years ago

hugelgupf commented 6 years ago

The man page for packet(7) now actually says you should specify sll_protocol as well.

This was required to make my usage of this package work (a DHCPv4 client).

mdlayher commented 6 years ago

LGTM