CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/06 10:56:52
Modified files:
sbin/dhclient : dhclient.c dhcpd.h dispatch.c options.c
Log message:
cons_options() only needs to know a buffer and a length to
pack options into. Not all the gory details of interface_info.
Move some of the raw packet processing out of options.c's
do_packet() and into the more obvious dispatch.c's
packethandler().
Mention that RFC791 is why we use 576-byte UDP packets.
