File: LLDP-ignore-NICs-that-are-not-plugged-in-29213f0a701a72e4.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (8 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixes a bug in the LLDP discovery code that prevented reporting any
    LLDP information if an LLDP discovery raised an exception for one of the
    network interfaces. This could happen, for example, if a network
    interface incorrectly indicated its readiness for reading. See `bug 1665025
    <https://bugs.launchpad.net/bugs/1665025>`_ for details.