RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 905880 - Kernel doesn't cache IPv6 RDNSS and DNSSL
Summary: Kernel doesn't cache IPv6 RDNSS and DNSSL
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: kernel
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jiri Pirko
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks: 880347
TreeView+ depends on / blocked
 
Reported: 2013-01-30 11:24 UTC by Pavel Šimerda (pavlix)
Modified: 2015-05-05 01:23 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-21 11:40:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pavel Šimerda (pavlix) 2013-01-30 11:24:48 UTC
NetworkManager needs to learn the RDNSS and DNSSL lists when it is internally activating an interface. But that currently doesn't necessarily mean that the interface transitions from being down to being up.

Often it is already up, and NetworkManager needs to send router solicitations. I don't know about a proper API to ask kernel to do that. But a kernel caching RDNSS and DNSSL the whole time the device is LOWER_UP would work much better than doing this explicitly from NetworkManager.

Alternative tools would benefit as well.

Comment 2 Pavel Šimerda (pavlix) 2013-02-05 15:40:28 UTC
As RDNSS and DNSSL caching is pretty complex, and as bug #906505 suggests we need a way to trigger router discovery without disturbing the configuration, I would choose this as the short term solution instead of the caching mechanism.

The only drawback is that it requires performing router discovery again, which would not be required if kernel caches *all* information that may be needed either by userspace or by the kernel later.

Comment 3 Jiri Pirko 2013-05-21 11:40:50 UTC
use libndp to get RDNSS and DNSSL whenever you want to. Closing this one.


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