ironic-python-agent/releasenotes/notes/lldp-error-handling-5b6576b378ef9c3a.yaml

7 lines
263 B
YAML
Raw Normal View History

---
fixes:
- Fix LLDP discovery to not fail completely when 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).