ironic-python-agent/releasenotes/notes/lldp-loop-fdfa584caf33d847.yaml
Robert Li 9e4b769055 Build socket list right before select call
This will make sure the socket list and the interface list are
always in sync, and the select call is on the right list of
sockets.

Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Closes-Bug: #1533892
Change-Id: Id6710f4648203b7d476a2a16ea647224baca1bb9
2016-08-17 16:35:07 +02:00

5 lines
126 B
YAML

---
fixes:
- Fixed incorrect invocation of "select" which could cause LLDP collection
to hang under certain conditions.