mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 09:33:16 +00:00
![Mike Karels](/assets/img/avatar_default.png)
Wake On LAN packets sent by wake(8) via BPF are lost if txcsum is enabled. These fall into the "other protocol" case where gen_parse_tx did nothing. Add code to shift up to gen_tx_hdr_min bytes of the packet along with the Ethernet header in this case.