[pkg-dhcp-devel] Fwd: Bug#693315: isc-dhcp-client: dhclient does not request any IPv6 options by default
Andrew Pollock
apollock at debian.org
Sat Nov 24 00:11:08 UTC 2012
On Fri, Nov 23, 2012 at 10:52:49PM +0100, Philipp Kern wrote:
> Hi,
>
> could you fix this in unstable, please so that we can maybe fix this in
> wheezy? I could handle the release team interaction and the t-p-u
> upload if needed, but I don't like to go to them with it being unfixed
> in unstable. (The whole "isc-dhcp needs to go through t-p-u" isn't very
> satisfying, though.)
I'm a little bit distracted with personal issues at the moment, but I'll do
what I can when time permits
> Kind regards
> Philipp Kern
X-Loop: owner at bugs.debian.org
Subject: Bug#693315: isc-dhcp-client: dhclient does not request any IPv6 options by default
Reply-To: Bernhard Schmidt <berni at birkenwald.de>, 693315 at bugs.debian.org
Resent-From: Bernhard Schmidt <berni at birkenwald.de>
Resent-To: debian-bugs-dist at lists.debian.org
Resent-CC: Debian ISC DHCP maintainers <pkg-dhcp-devel at lists.alioth.debian.org>
X-Loop: owner at bugs.debian.org
Resent-Date: Thu, 15 Nov 2012 13:21:01 +0000
Resent-Message-ID: <handler.693315.B.13529855498383 at bugs.debian.org>
Resent-Sender: owner at bugs.debian.org
X-Debian-PR-Message: report 693315
X-Debian-PR-Package: isc-dhcp-client
X-Debian-PR-Keywords: ipv6
X-Debian-PR-Source: isc-dhcp
Received: via spool by submit at bugs.debian.org id=B.13529855498383
(code B); Thu, 15 Nov 2012 13:21:01 +0000
Received: (at submit) by bugs.debian.org; 15 Nov 2012 13:19:09 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.1-bugs.debian.org_2005_01_02
(2010-03-16) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-11.9 required=4.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,FOURLA,HAS_PACKAGE,RCVD_IN_DNSWL_MED,
XMAILER_REPORTBUG autolearn=ham version=3.3.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 14; hammy, 151; neutral, 142; spammy,
0. spammytokens: hammytokens:0.000-+--(unknown), 0.000-+--(unknown),
0.000-+--(unknown), 0.000-+--(unknown), 0.000-+--(unknown)
Received: from mail.svr02.mucip.net ([83.170.6.69] helo=mailout.mucip.net)
by buxtehude.debian.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
(Exim 4.72)
(envelope-from <berni at birkenwald.de>)
id 1TYzLZ-0002Ap-3F
for submit at bugs.debian.org; Thu, 15 Nov 2012 13:19:09 +0000
Received: from localhost (mail.svr02.mucip.net [127.0.0.1])
by mailout.mucip.net (Postfix) with ESMTP id EFBAF1162;
Thu, 15 Nov 2012 14:19:03 +0100 (CET)
Authentication-Results: mail.svr02.mucip.net (amavisd-new);
dkim=pass (1024-bit key) reason="pass (just generated, assumed good)"
header.d=birkenwald.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=birkenwald.de; h=
content-transfer-encoding:date:date:x-mailer:message-id:subject
:subject:from:from:content-type:content-type:mime-version
:received; s=mailout; t=1352985543; bh=QhzWduqMRZaEDmh7+mkq+zr+h
h4dCi9vgj91gf6Mj5c=; b=Ln3FSVHCiOZjkdr9LKZ7190wQxaUG4ogit5SZAGR9
h8NYefsoBuNY8d+c32IWGEeYAY9nUHP01IjPSq0P5fi5nX8WZyyvwz3kRxw+DXTs
jQbDnaz6nPG6mW1F488e5TeC+SfZ5JSlENJTTr1ICvEsQYgI8R3nVwUdSc0VUBdD
SA=
Received: from mailout.mucip.net ([127.0.0.1])
by localhost (mail.svr02.mucip.net [127.0.0.1]) (amavisd-new, port 10125)
with ESMTP id rcf8iaZhWRYJ; Thu, 15 Nov 2012 14:19:03 +0100 (CET)
X-Submitted: to mailout.mucip.net (Postfix) with ESMTPSA id B0F1BD87
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
From: Bernhard Schmidt <berni at birkenwald.de>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Message-ID: <20121115131858.4779.21409.reportbug at schleppi.oms16.birkenwald.de>
X-Mailer: reportbug 6.4.3
Date: Thu, 15 Nov 2012 14:18:58 +0100
Content-Transfer-Encoding: quoted-printable
Delivered-To: submit at bugs.debian.org
>
> Package: isc-dhcp-client
> Version: 4.2.2.dfsg.1-5+deb70u2
> Severity: important
> Tags: ipv6
>
> The shipped dhclient.conf explicitly sets the DHCP options to be requested
>
> request subnet-mask, broadcast-address, time-offset, routers,
> domain-name, domain-name-servers, domain-search, host-name,
> netbios-name-servers, netbios-scope, interface-mtu,
> rfc3442-classless-static-routes, ntp-servers;
>
> This overwrites the defaults, which read
>
> By default, the DHCPv4 client
> requests the subnet-mask, broadcast-address, time-offset, routers,
> domain-name, domain-name-servers and host-name options while the DHCPv6
> client requests the dhcp6 name-servers and domain-search options. Note
> that if you enter a ´request´ statement, you over-ride these defaults
> and these options will not be requested.
>
> This means, that the dhclient won't request any dhcp6 options at all.
>
> Please add at least
>
> dhcp6.name-servers, dhcp6.domain-search;
>
> to that list, otherwise a standard Debian installation won't work out
> of the box in IPv6-only situations.
>
> I think this should be fixed for wheezy, but it might be too late.
>
> Regards,
> Bernhard
>
>
> -- System Information:
> Debian Release: wheezy/sid
> APT prefers testing
> APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 3.6-trunk-amd64 (SMP w/2 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages isc-dhcp-client depends on:
> ii debianutils 4.3.2
> ii iproute 20120521-3
> ii isc-dhcp-common 4.2.2.dfsg.1-5+deb70u2
> ii libc6 2.13-35
>
> isc-dhcp-client recommends no packages.
>
> Versions of packages isc-dhcp-client suggests:
> ii avahi-autoipd 0.6.31-1
> pn resolvconf <none>
>
> -- Configuration Files:
> /etc/dhcp/dhclient.conf changed:
> option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
> send host-name = gethostname();
> request subnet-mask, broadcast-address, time-offset, routers,
> domain-name, domain-name-servers, domain-search, host-name,
> netbios-name-servers, netbios-scope, interface-mtu,
> rfc3442-classless-static-routes, ntp-servers,
> dhcp6.name-servers, dhcp6.domain-search;
>
>
> -- no debconf information
X-Loop: owner at bugs.debian.org
Subject: Bug#693315: Acknowledgement (isc-dhcp-client: dhclient does not request any IPv6 options by default)
Reply-To: Bernhard Schmidt <berni at birkenwald.de>, 693315 at bugs.debian.org
Resent-From: Bernhard Schmidt <berni at birkenwald.de>
Resent-To: debian-bugs-dist at lists.debian.org
Resent-CC: Debian ISC DHCP maintainers <pkg-dhcp-devel at lists.alioth.debian.org>
X-Loop: owner at bugs.debian.org
Resent-Date: Thu, 15 Nov 2012 15:06:17 +0000
Resent-Message-ID: <handler.693315.B693315.135299172519709 at bugs.debian.org>
Resent-Sender: owner at bugs.debian.org
X-Debian-PR-Message: followup 693315
X-Debian-PR-Package: isc-dhcp-client
X-Debian-PR-Keywords: ipv6
X-Debian-PR-Source: isc-dhcp
Received: via spool by 693315-submit at bugs.debian.org id=B693315.135299172519709
(code B ref 693315); Thu, 15 Nov 2012 15:06:17 +0000
Received: (at 693315) by bugs.debian.org; 15 Nov 2012 15:02:05 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.1-bugs.debian.org_2005_01_02
(2010-03-16) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-7.0 required=4.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED autolearn=ham
version=3.3.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 16; hammy, 92; neutral, 31; spammy, 0.
spammytokens: hammytokens:0.000-+--(unknown), 0.000-+--(unknown),
0.000-+--(unknown), 0.000-+--(unknown), 0.000-+--(unknown)
Received: from mail.svr02.mucip.net ([83.170.6.69] helo=mailout.mucip.net)
by buxtehude.debian.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
(Exim 4.72)
(envelope-from <berni at birkenwald.de>)
id 1TZ0xB-00057Z-BM
for 693315 at bugs.debian.org; Thu, 15 Nov 2012 15:02:05 +0000
Received: from localhost (mail.svr02.mucip.net [127.0.0.1])
by mailout.mucip.net (Postfix) with ESMTP id DA4AC6A4
for <693315 at bugs.debian.org>; Thu, 15 Nov 2012 16:02:02 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=birkenwald.de; h=
content-transfer-encoding:content-type:content-type:in-reply-to
:references:subject:subject:mime-version:user-agent:from:from
:date:date:message-id:received; s=mailout; t=1352991722; bh=CcF/
9bXQcqYS4ydHHXGsRX9sGNSu9zqjEqeXGeiuQZ8=; b=FgkdgbwUpRO2jRtNUgzZ
9MrFf0HcszLSN2vnHclXGP3sASVo6mDrKOOfODSvznIBPa4re0Wk5S6H4bFGhrKf
RvdnJqVV1m6EhbedUlV7On06CNlDq8RIKrW1kjk2/4Rw8udcjiyUUT6XyGzyNkVi
i5OmFvfr4iStTE+IAzXcvf4=
Received: from mailout.mucip.net ([127.0.0.1])
by localhost (mail.svr02.mucip.net [127.0.0.1]) (amavisd-new, port 10125)
with ESMTP id qmh--4v-0V4c for <693315 at bugs.debian.org>;
Thu, 15 Nov 2012 16:02:02 +0100 (CET)
X-Submitted: to mailout.mucip.net (Postfix) with ESMTPSA id 9926B69A
Message-ID: <50A503EA.1010400 at birkenwald.de>
Date: Thu, 15 Nov 2012 16:02:02 +0100
From: Bernhard Schmidt <berni at birkenwald.de>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121027 Icedove/10.0.10
MIME-Version: 1.0
To: 693315 at bugs.debian.org
References: <20121115131858.4779.21409.reportbug at schleppi.oms16.birkenwald.de> <handler.693315.B.13529855498383.ack at bugs.debian.org>
In-Reply-To: <handler.693315.B.13529855498383.ack at bugs.debian.org>
X-Enigmail-Version: 1.4.1
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
>
> FTR, this has been fixed/added in Ubuntu for more than a year, so it
> should be relatively safe
>
> http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/oneiric/isc-dhcp/oneiric/revision/26
>
> Bernhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-dhcp-devel/attachments/20121123/e5d93046/attachment-0001.pgp>
More information about the pkg-dhcp-devel
mailing list