File: fix-mac-permaddr-0bc7d688eee4b814.yaml

package info (click to toggle)
ironic-python-agent 11.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,508 kB
  • sloc: python: 36,248; sh: 60; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes IPA collecting the effective MAC address of NICs instead of the
    pesistent MAC address. In case it fails to fetch the persistent address
    falls back to effective MAC address.
    See https://bugs.launchpad.net/ironic-python-agent/+bug/2103450 for
    details.