Report information
The Basics
Id:
45598
Status:
resolved
Priority:
Medium/Medium
Queue:

BugTracker
Version Fixed:
4.4.0 v4_3 v4_1_esv
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Sat, 22 Jul 2017 03:07:44 -0400
Updated:Thu, 10 Aug 2017 06:50:48 -0400
Closed:Thu, 10 Aug 2017 06:50:48 -0400



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: 4.3.5 - error with time in option adandon-lease-time
Date: Sat, 22 Jul 2017 07:07:46 +0000
From: "Oleksander Okolita" <okolita75@gmail.com>
To: dhcp-bugs@isc.org
Bug Report from www.isc.org: Name: Oleksander Okolita Email: okolita75@gmail.com Software Version: 4.3.5 OS: freebsd 10.3 Subject:error with time in option adandon-lease-time Bug Detail =========== for: "REFERENCE: PARAMETERS The abandon-lease-time statement adandon-lease-time time; " i get error: " /usr/local/etc/dhcpd.conf line 65: semicolon expected. adandon-lease-time 3600; " --- This email was received through isc.org Bug Submission Form
Hello Oleksander: It appears that you have misspelled the abandon in the parameter name. It should be: abandon-lease-time 3600; This should resolve things for you. Regards, Thomas Markwalder ISC Software Engineering On Sat Jul 22 07:07:44 2017, okolita75@gmail.com wrote: > Bug Report from www.isc.org: > > Name: Oleksander Okolita > Email: okolita75@gmail.com > Software Version: 4.3.5 > OS: freebsd 10.3 > Subject:error with time in option adandon-lease-time > > > Bug Detail > =========== > for: > "REFERENCE: PARAMETERS > The abandon-lease-time statement > > adandon-lease-time time; > " > > i get error: > " > /usr/local/etc/dhcpd.conf line 65: semicolon expected. > adandon-lease-time 3600; > " > > --- > This email was received through isc.org Bug Submission Form > >
To: dhcp-public@isc.org
Subject: Re: [ISC-Bugs #45598] 4.3.5 - error with time in option adandon-lease-time
Date: Thu, 10 Aug 2017 13:53:04 +1000
From: "Mark Andrews" <marka@isc.org>
Looks like a documentation error. [rock:~/git/dhcp] marka% grep -r adandon-lease-time * server/dhcpd.conf.5:.B adandon-lease-time \fItime\fR\fB;\fR [rock:~/git/dhcp] marka% -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: marka@isc.org
On Thu Aug 10 03:53:09 2017, marka wrote: > > Looks like a documentation error. > > [rock:~/git/dhcp] marka% grep -r adandon-lease-time * > server/dhcpd.conf.5:.B adandon-lease-time \fItime\fR\fB;\fR > [rock:~/git/dhcp] marka% > So it is. Will fix accordingly.