summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-21 22:18:37 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-21 22:18:37 +0000
commit7d7056a0923600ab15bafca5b8916997a1f854c8 (patch)
treeef71cc91d94440d71dea6a73ce2e6a110a13fb4f /ChangeLog
parentcb77bf413ad9f09409261439bb72f6eefe6f57d3 (diff)
downloadanaconda-7d7056a0923600ab15bafca5b8916997a1f854c8.tar.gz
anaconda-7d7056a0923600ab15bafca5b8916997a1f854c8.tar.xz
anaconda-7d7056a0923600ab15bafca5b8916997a1f854c8.zip
2006-06-21 Jeremy Katz <katzj@redhat.com>
* loader2/net.c (doDhcp): Use a timeout of 45 seconds instead of 10 so that we're in compliance with the dhcp rfc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74dcb2a43..163e89641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-21 Jeremy Katz <katzj@redhat.com>
+
+ * loader2/net.c (doDhcp): Use a timeout of 45 seconds instead of
+ 10 so that we're in compliance with the dhcp rfc
+
2006-06-21 Peter Jones <pjones@redhat.com>
* net.c (ipCallback): check return values correctly on inet_pton()