From: Roy Marples Date: Tue, 26 Jun 2007 12:14:17 +0000 (+0000) Subject: ROOTPATH should work correctly again, thanks to danhien. X-Git-Tag: v3.2.3~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7732a9f96f0f76b49d44239612e7e4c16203a967;p=thirdparty%2Fdhcpcd.git ROOTPATH should work correctly again, thanks to danhien. --- diff --git a/ChangeLog b/ChangeLog index 97daba0b..712368a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +ROOTPATH should work correctly again, thanks to danhien. We now have 6 hostname options, which should satisfy everyone. Fix arp compilation warning on GCC-4.2.0. Enable DHCP_INFORM support via the -s option again, moving DHCP_REQUEST diff --git a/dhcp.c b/dhcp.c index c350059f..1f16702f 100644 --- a/dhcp.c +++ b/dhcp.c @@ -193,6 +193,7 @@ size_t send_message (const interface_t *iface, const dhcp_t *dhcp, *p++ = DHCP_NISSERVER; *p++ = DHCP_NTPSERVER; *p++ = DHCP_MTU; + *p++ = DHCP_ROOTPATH; /* These parameters were requested by dhcpcd-2.0 and earlier but we never did anything with them */ /* *p++ = DHCP_DEFAULTIPTTL;