Report information
The Basics
Id:
46535
Status:
resolved
Estimated:
1 hour (60 minutes)
Worked:
15 minutes
Users:
tmark: 15 minutes
Priority:
Low/Low
Queue:

BugTracker
Version Fixed:
4.4.0 4.3.7 4.1-esv-r16
Version Found:
4.3.6
Versions Affected:
(no value)
Versions Planned:
4.4.0 4.3.7 4.1-esv-r16
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Wed, 08 Nov 2017 16:02:49 -0500
Updated:Mon, 27 Nov 2017 14:37:37 -0500
Closed:Mon, 27 Nov 2017 13:42:16 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: dhclient --dad-wait-time command line param cannot be set on Centos
From: tmark@isc.org
Date: Wed, 08 Nov 2017 21:02:49 +0000
To: dhcp-public@isc.org
The dhclient command line parameter, --dad-wait-time, cannot be set to valid values. One is always presented with an error "Invalid value for --dad-wait-time: <value entered>". Turns out the call to strtol should be preceded by setting errno to 0. Apparently the function may not always set it to zero on success.
On Fri Nov 10 15:34:58 2017, tmark wrote: > Really not sure how this got by us. > > Ready to review. > > This needs to be merged into v4_3 and v4_1_esv as well. => a "tmark is not a tty" issue. Code OK!