Skip to content

initscript: network: make the auto DHCP requests for network interfaces happen in certain order

Peter Nguyen requested to merge peternguyen-img/boot-2-container:dev into main

The DHCP request should happend in predictable order. e.g. eth0 -> eth1. This is to ensure the consistent between systems.

Issue might happen if the eth1 got the IP first where this is the local only network. -> podman fail to download container image from the internet

Merge request reports