Report information
The Basics
Id:
36102
Status:
resolved
Worked:
8 hours (480 minutes)
Priority:
Medium/Medium
Queue:

People
Requestors:
Jiri Popelka <jpopelka@redhat.com>(email disabled for ticket)
Cc:
AdminCc:

BugTracker
Version Fixed:
4.3.1, 4.2.7, 4.1-ESV-R10
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:
(no value)

Attachments
0001-dhclient-script-apply-stateless-configuration-in-REN.patch

Dates
Created:Mon, 26 May 2014 09:16:47 -0400
Updated:Fri, 07 Jul 2017 20:18:41 -0400
Closed:Tue, 08 Jul 2014 13:57:03 -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: dhclient-script ignores name-servers/domain-search in stateless DHCPv6 mode (-S)
Date: Mon, 26 May 2014 15:16:44 +0200
To: dhcp-bugs@isc.org
From: Jiri Popelka <jpopelka@redhat.com>
Hello, # dhclient -6 -S actually doesn't work on linux because the dhclient-script never gets to applying the obtained name-servers/domain-search because it exits due to if [ x$reason = xRENEW6 ] || [ x$reason = xREBIND6 ] ; then if [ x${new_ip6_address} = x ] || [ x${new_ip6_prefixlen} = x ] ; then exit_with_hooks 2; fi because the $new_ip6_address is empty in stateless DHCPv6 mode. see also the original bug report https://bugzilla.redhat.com/show_bug.cgi?id=1101149 and attached patch. With regards, Jiri Popelka Red Hat, inc.

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