From: Roy Marples Date: Sat, 14 Apr 2007 07:53:33 +0000 (+0000) Subject: dhcpcd-3.0.17 X-Git-Tag: v3.2.3~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad70fe2922add6c5220e4f710ba600dd7b80dbd0;p=thirdparty%2Fdhcpcd.git dhcpcd-3.0.17 --- diff --git a/ChangeLog b/ChangeLog index ef9af7d6..bfc5316b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +dhcpcd-3.0.17 Minimum message size is now 300 bytes for crappy DHCP servers who think they have to obey the BOOTP minimum message size :/ Compile ok on OpenBSD (thanks to icezimm and reb in #gentoo-bsd for testing) diff --git a/Makefile b/Makefile index 047ea398..c1818b32 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 3.0.17_pre2 +VERSION = 3.0.17 CFLAGS ?= -O2 -pipe # Should work for both GNU make and BSD make diff --git a/dhcp.c b/dhcp.c index b7cbb73d..ea3b8d84 100644 --- a/dhcp.c +++ b/dhcp.c @@ -255,7 +255,6 @@ size_t send_message (const interface_t *iface, const dhcp_t *dhcp, #endif message_length = p - m; - logger (LOG_DEBUG, "xx %d\n", message_length); memset (&packet, 0, sizeof (struct udp_dhcp_packet)); make_dhcp_packet (&packet, (unsigned char *) &message, message_length,