mirror of
https://github.com/danderson/netboot.git
synced 2025-12-04 17:11:37 +01:00
Conn is supposed to accept "" to mean "listen for DHCP on all interfaces", but portableConn didn't correctly handle that. And I got the comparison wrong on ifidx in the portable send function, so packets got sent out entirely the wrong interface :(.