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 1127718 - Backport upstream patches 'dcbw/inet6_addr_gen' to support setting/getting IPv6 link local address generation mode
Summary: Backport upstream patches 'dcbw/inet6_addr_gen' to support setting/getting IP...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libnl3
Version: 7.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Thomas Haller
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On: 1107369 1144144
Blocks: 1083133 1133587 1138087
TreeView+ depends on / blocked
 
Reported: 2014-08-07 12:02 UTC by Thomas Haller
Modified: 2015-03-05 09:24 UTC (History)
5 users (show)

Fixed In Version: libnl3-3.2.21-7.el7
Doc Type: Enhancement
Doc Text:
Clone Of:
: 1138087 (view as bug list)
Environment:
Last Closed: 2015-03-05 09:24:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
[patch] backport to dist-git rhel-7.1 (17.14 KB, patch)
2014-08-20 16:16 UTC, Thomas Haller
no flags Details | Diff
[patch v2] backport to dist-git rhel-7.1 (17.47 KB, patch)
2014-08-20 18:34 UTC, Thomas Haller
no flags Details | Diff
[patch v3] backport to dist-git rhel-7.1 (17.51 KB, patch)
2014-08-20 18:55 UTC, Thomas Haller
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0403 0 normal SHIPPED_LIVE libnl3 bug fix and enhancement update 2015-03-05 14:17:44 UTC

Description Thomas Haller 2014-08-07 12:02:45 UTC
Backport upstream commit https://github.com/thom311/libnl/commit/000dd945b6bc9e53e234901cf42ed40450981f96


This adds support to libnl3 to access the "IPv6 link local address generation mode" of a link.


This is needed by NetworkManager.

NetworkManager always sets IFF_UP of its interfaces to get carrier detection. However, this normally would also add an IPv6 link local address, which is a security issue. Therefore NM sets disable_ipv6=1 to disable IPv6 altogether. ... which however brings other problems (bug 1083133, bug 1098319).


Kernel adds a new mode to disable IPv6 link local addresses selectively (bug 1107369).

NetworkManager needs the libnl3 patches to make use of the new kernel functionality. This will allow NetworkManager to IFF_UP the device, without need to disable_ipv6 entirely (but kernel still not creating a link local address).

Comment 2 Thomas Haller 2014-08-20 16:16:47 UTC
Created attachment 928879 [details]
[patch] backport to dist-git rhel-7.1

patch for dist-git, rhel-7.1 branch

Scratch build here:
https://brewweb.devel.redhat.com/taskinfo?taskID=7862245

Comment 3 Dan Williams 2014-08-20 18:17:51 UTC
(In reply to Thomas Haller from comment #2)
> Created attachment 928879 [details]
> [patch] backport to dist-git rhel-7.1
> 
> patch for dist-git, rhel-7.1 branch
> 
> Scratch build here:
> https://brewweb.devel.redhat.com/taskinfo?taskID=7862245

The patch itself looks good, but you'll need:

+BuildRequires: autoconf

 %prep
+autoreconf -i --force
 %configure --disable-static

since we're building from a tarball, it's already got Makefile.in generated, but we've just modified Makefile.am in the patch, so we need to regenerate Makefile.in, which requires the autoreconf.

Comment 5 Thomas Haller 2014-08-20 18:34:36 UTC
Created attachment 928904 [details]
[patch v2] backport to dist-git rhel-7.1

Fix previous patch, now calling `autoreconf`

New scratch build: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=7864161

Comment 7 Thomas Haller 2014-08-20 18:55:27 UTC
Created attachment 928905 [details]
[patch v3] backport to dist-git rhel-7.1

Previous patch still had an issue.

New scratch build: https://brewweb.devel.redhat.com/taskinfo?taskID=7864220

Comment 8 Dan Williams 2014-08-20 20:38:20 UTC
Ok, so fast? got declined and the PM + QE flags got cleared.  Need them again...

Comment 17 errata-xmlrpc 2015-03-05 09:24:28 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-0403.html


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