File: lldp-error-handling-5b6576b378ef9c3a.yaml

package info (click to toggle)
ironic-python-agent 11.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,508 kB
  • sloc: python: 36,248; sh: 60; makefile: 29
file content (6 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
---
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).