]> git.ipfire.org Git - thirdparty/dhcp.git/commit - RELNOTES
Minor code cleanups - but note port change for #23196
authorShawn Routhier <sar@isc.org>
Wed, 11 May 2011 00:38:56 +0000 (00:38 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 11 May 2011 00:38:56 +0000 (00:38 +0000)
commitfb30f3fc8bb324c6be1a418c341d062d7e1603df
treefe8d7b827d4c31089ffe4721e02518dc0dbe9a90
parent9369bdc12134dcad9fc5362bc479cf689a37e06d
Minor code cleanups - but note port change for #23196
[ISC-Bugs #23470] - Modify when an ignore return macro is defined to
handle unsed error return warnings for more versions of gcc.
[ISC-Bugs #23196] - Modify the reply handling in the server code to
send to a specified port rather than to the source port for the incoming
message.  Sending to the source port was test code that should have
been removed.  The previous functionality may be restored by defining
REPLY_TO_SOURCE_PORT in the includes/site.h file.  We suggest you don't
enable this except for testing purposes.
[ISC-Bugs #22695] - Close a file descriptor in an error path.
[ISC-Bugs #19368] - Tidy up variable types in validate_port.
RELNOTES
client/dhclient.c
common/inet.c
includes/cdefs.h
includes/site.h
server/dhcpv6.c