Bug 1097176 - Backport upstream fix for trying other ports when a local port is in use
Summary: Backport upstream fix for trying other ports when a local port is in use
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libnl3
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Haller
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1097175
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-13 10:13 UTC by Antoni Segura Puimedon
Modified: 2014-12-08 00:52 UTC (History)
8 users (show)

Fixed In Version: libnl3-3.2.24-3.fc20
Clone Of: 1097175
Environment:
Last Closed: 2014-06-10 03:04:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Antoni Segura Puimedon 2014-05-13 10:13:49 UTC
+++ This bug was initially created as a clone of Bug #1097175 +++

Description of problem:
It is possible that another library of the same process opens a port and that when libnl-3 will try to connect it will get EADDRINUSE. It is sensible to mark that port as used and to try other ports of the process space.

To this effect, thaller made the upstream commit:
https://github.com/thom311/libnl/commit/e21099908f6e22d869b2b8eeb1ffbcc2eff209e4

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Use libnl-1 to open a netlink route connection
2. Use libnl-3 to open another netlink route connection

Actual results:
2 will get EADDRINUSE and fail

Expected results:
2 will mark the port as used and retry.

Additional info:

Comment 1 Fedora Update System 2014-05-22 09:14:25 UTC
libnl3-3.2.24-3.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/libnl3-3.2.24-3.fc20

Comment 2 Fedora Update System 2014-05-23 18:57:22 UTC
Package libnl3-3.2.24-3.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing libnl3-3.2.24-3.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-6617/libnl3-3.2.24-3.fc20
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2014-06-10 03:04:52 UTC
libnl3-3.2.24-3.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


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