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

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
4.3.2
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
4.3.2
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
(no value)

Attachments
Dates
Created:Thu, 04 Sep 2014 10:16:02 -0400
Updated:Fri, 07 Jul 2017 20:09:42 -0400
Closed:Wed, 17 Dec 2014 21:33:03 -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 -6] 'infinity' (0xffffffff) preferred_life/max_life is '-1' in dhclient-script
Date: Thu, 04 Sep 2014 16:15:50 +0200
To: dhcp-bugs@isc.org
From: Jiri Popelka <jpopelka@redhat.com>
Hi, we use modified dhclient-script and add IPv6 address with: ip -6 addr add ${new_ip6_address}/${new_ip6_prefixlen} dev ${interface} \ scope global valid_lft ${new_max_life} preferred_lft ${new_preferred_life} when I configure dhcpv6 server with infinite preferred/valid lifetime, i.e. preferred-lifetime infinite; default-lease-time infinite; then I see that $new_max_life and $new_preferred_life in dhclient-script are '-1' (instead of 0xffffffff). See attached patch for fix. With regards, Jiri Popelka Red Hat, inc.

Message body is not shown because sender requested not to inline it.

Committed to
master => 4.3.2 first
4.2 => 4.2.8 first
4.1-ESV => 4.1-ESV-R11 first

Thank you for the patch,
regards,
Shawn