+++ 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:
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
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).
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.