ironic-python-agent/releasenotes/notes/lldp-error-handling-5b6576b378ef9c3a.yaml
Miles Gould 4737681675 Improve grammar/readability in Ocata release notes
Change-Id: I00829cd4e3f1684e0f385484e116387b7bb61cd3
2017-02-13 18:11:52 +00:00

7 lines
266 B
YAML

---
fixes:
- Fix LLDP discovery to not fail completely when an odd number of bytes is
received in an LLDP package.
- Fix raw sockets code to properly propagate exceptions to a caller instead
of silencing them and returning None (causing failures later).