Bug 982854 - dhclient fails to reacquire IPv6 address after reboot
Summary: dhclient fails to reacquire IPv6 address after reboot
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-10 03:05 UTC by H. Peter Anvin
Modified: 2015-02-17 16:02 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-17 16:02:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description H. Peter Anvin 2013-07-10 03:05:06 UTC
Description of problem:
dhclient fails to reinstall a DHCPv6 address after reboot.  The dhclient-script gets called with REBIND6, and the REBIND6 handling simply exits if the old and new addresses are the same, without verifying that the interface actually already has the address installed.

Version-Release number of selected component (if applicable):
dhclient-4.2.5-15.fc19.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Set up a IPv6 system requiring DHCPv6
2. Acquire a lease
3. Reboot

Actual results:
No IPv6 service

Expected results:
Old lease should have been reconfirmed and resumed

Additional info:
Applies to a system using "network" as opposed to "NetworkManager"

Comment 1 Jiri Popelka 2013-07-10 16:40:56 UTC
(In reply to H. Peter Anvin from comment #0)
> dhclient-script gets called with REBIND6, and the REBIND6 handling simply
> exits if the old and new addresses are the same, without verifying that the
> interface actually already has the address installed.

That's correct I'd say. RENEW/REBIND are used to extend client's lease. It's supposed that client already has configured interface and there's no need to re-configure it in case the address in reply to RENEW/REBIND is the same.

What is strange is why the hell client sends REBIND after reboot ? It should send a CONFIRM message and the dhclient-script should be run with BOUND6 as a $reason.

Could you obtain some packed dump of the dhclient<->server communication after the reboot, for example with wireshark-gnome ?

Comment 2 Jiri Popelka 2013-07-10 16:42:11 UTC
(In reply to Jiri Popelka from comment #1)
> for example with wireshark-gnome ?

That's name of package, program is of course wireshark.

Comment 3 H. Peter Anvin, Intel 2013-07-10 18:06:15 UTC
It doesn't look like it will let me do that, as dhclient connects to the low-level network interface bypassing the IP stack.  I do not have any way to intercept connection anywhere upstream of this client.

Comment 4 Jiri Popelka 2013-07-11 11:53:50 UTC
(In reply to H. Peter Anvin, Intel from comment #3)
> It doesn't look like it will let me do that, as dhclient connects to the
> low-level network interface bypassing the IP stack.

Yes, it can be said so, but I've never had any problems capturing packets on a machine with running dhclient.

Comment 5 H. Peter Anvin 2013-07-11 22:39:37 UTC
I tried but got an empty capture file.

Comment 6 H. Peter Anvin 2013-07-11 22:41:02 UTC
Either way... presumably the better way rather than relying on the packet type is to simply look if the address is already configured on the interface?

Comment 7 Fedora End Of Life 2015-01-09 18:49:01 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 8 Fedora End Of Life 2015-02-17 16:02:10 UTC
Fedora 19 changed to end-of-life (EOL) status on 2015-01-06. Fedora 19 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.