mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 10:01:20 +02: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 :(.