File: persistent-netifs-fallback-1b861e037dd8a27c.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (12 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    The dhcp-all-interfaces element does not work correctly with the new
    "predictable names" scheme for network interfaces.
    During boot the name of the interfaces is changed from ethX to the new
    scheme, for example enpXsX; this name change is not detected by udev de
    facto making the udev rule of the dhcp-all-interfaces element useless;
    this causes the machine booted with the image including the dhcp-all-interfaces
    element to not get any ip and so being unreachable from the network.
    This patch includes a workaround to fallback to the "persistent names"
    scheme allowing the dhcp-all-interfaces element to work again as intended.