dzavalishin / phantomuserland

Phantom: Persistent Operating System
GNU Lesser General Public License v3.0
890 stars 59 forks source link

bootp/dhcp must send request to interface #628

Open dzavalishin opened 4 years ago

dzavalishin commented 4 years ago

currently it broadcasts, it needs a hack in send code (send broadcast packet to first avail interface, which is wrong) and will fail on multiple interfaces with DHCP on all.

need special udp_sendto_iface()