]> git.ipfire.org Git - ipfire-2.x.git/commit - src/initscripts/networking/red
network: dhcpcd fails to check link state for QMI interfaces
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 17:23:11 +0000 (17:23 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 17 Dec 2022 17:20:46 +0000 (17:20 +0000)
commit1f568cc0edabca40d07add4e160ca642070a4678
treef10709fdba2416ee7b18db5455336c8f0cacda73
parentcb4b6f433ea588cd1e79f0ce90e56b7acc511981
network: dhcpcd fails to check link state for QMI interfaces

When acquiring an IP address, dhcpcd seems to think that the interface
is down or does not work properly for some reason. It will
subsequentially decide to exit which is not what we want here.

Therefore this patch tells dhcpcd to ignore the link state and keep
happily running.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/networking/red