2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

Change was in 3.0.6, not 3.1.0b2. Reflect wording changes made in

that release.
This commit is contained in:
David Hankins 2007-05-02 22:50:19 +00:00
parent 83c0372e28
commit f546c28bf0

View File

@ -27,12 +27,6 @@ the README file.
Changes since 3.1.0b1
- Assorted fixes for broken network devices: IP header length field is now
determined from payload, because some NIC drivers return more data than
they actually recived; IP and UDP packets now stored in aligned data
structures; outgoing packet TTL increased from 16 to 128. Thanks to Ted
Lemon for the patch.
- A new server config option "fqdn-reply" specifies whether the server
should send out option 81 (FQDN). Defaults to "on". If set to "off",
the FQDN option is not sent, even if the client requested it. This is
@ -219,6 +213,13 @@ the README file.
Changes since 3.0.5
- Assorted fixes for broken network devices: Packet length is now
determined from the IP header length field to finally calculate the
UDP payload length, because some NIC drivers return more data than
they actually recived.
- UDP packets are now stored in aligned data structures.
- A logic error in omapi interface code was repaired that might result in
incorrectly indicating 'up' state when any flags were set, rather than
specifically the INTERFACE_REQUESTED flag. Thanks to a patch from