]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
ROOTPATH should work correctly again, thanks to danhien.
authorRoy Marples <roy@marples.name>
Tue, 26 Jun 2007 12:14:17 +0000 (12:14 +0000)
committerRoy Marples <roy@marples.name>
Tue, 26 Jun 2007 12:14:17 +0000 (12:14 +0000)
ChangeLog
dhcp.c

index 97daba0bb9b80d4d69308de3e696142033e8148a..712368a97bcc02181bc793b8279cdb496dd41f64 100644 (file)
--- 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 c350059f85eb5192a02b3e9ff7c31c6c3df56d78..1f16702f206a33daffada31988286886ea4f2783 100644 (file)
--- 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;