ironic-python-agent/releasenotes
Sam Betts 3538cd6bc6 [LLDP] Skip NICs that say they are ready but are unreadable.
While listening for LLDP packets, if one of the sockets marks itself as
ready to read then our code will try to read data from that socket, but
if something goes wrong while reading that data then it causes IPA to
raise out of the loop skipping any other of the other NICs which might
have worked. This patch adds code to catch and LOG any exception that is
raised while we are trying to read data from one of the sockets so that
we can proceed to process all the NICs.

Conflicts:
	ironic_python_agent/tests/unit/test_netutils.py

Change-Id: I8546097f5ae23755a5fdb448902007a2d823b7bf
Closes-Bug: #1665025
(cherry picked from commit b536fbba61)
2018-05-24 12:29:27 +02:00
..
notes [LLDP] Skip NICs that say they are ready but are unreadable. 2018-05-24 12:29:27 +02:00
source Enable release notes translation 2017-01-19 11:04:22 +05:30