]> git.ipfire.org Git - thirdparty/dhcp.git/commit
Copy the entire chaddr field, even if the length is shorter than the total. This...
authorTed Lemon <source@isc.org>
Fri, 6 Feb 1998 01:05:39 +0000 (01:05 +0000)
committerTed Lemon <source@isc.org>
Fri, 6 Feb 1998 01:05:39 +0000 (01:05 +0000)
commitd8ae14c6145964dcd975e146fdaa01b7b3499699
tree7fca3de87938c4ec5acf0b6e647a3e3e019ec02c
parent36f5cb7ca400299f1e8fc0931406c67d3986be13
Copy the entire chaddr field, even if the length is shorter than the total.   This works around a bug in certain Microsoft clients.   If the options aren't valid, just copy the option buffer from the incoming packet into the outgoing packet.   This lets NeXT boxes boot.   Adjust calling conventions for cons_options.
server/bootp.c