CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/09/19 07:09:15
Modified files:
sbin/dhclient : bpf.c dhclient.c
Log message:
Make send_packet() usage consistent. i.e. don't exit
if send_packet(DISCOVER) fails.
Distinguish between writev() and sendmsg() errors in
send_packet() log messages.
Check for short writes no matter how the packet is
output. Return failure in this occurs. Check results
of all send_packet() calls.
If send_packet() fails, don't log that the DHCP message
was sent.