ladybird/Userland/Services/DHCPClient
Tim Schumacher 808855d763 DHCPClient: Don't reset the interface if its already configured
Resetting the interface just based on the fact that it already has an IP
assigned doesn't make much sense, considering that we frequently end up
here after having configured an interface via DHCP already.

Instead, just keep the part that prevents us from sending DHCP
discoveries to interfaces that shouldn't be using DHCP.

While we are at it, place some of the logging behind a debug flag, as
this function is apparently meant to be run frequently.

This partially reverts commit e14d4482a1.
2022-05-31 13:21:19 +04:30
..
CMakeLists.txt DHCPClient: Port to LibMain :^) 2021-11-30 23:34:40 +01:00
DHCPv4.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DHCPv4.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DHCPv4Client.cpp DHCPClient: Don't reset the interface if its already configured 2022-05-31 13:21:19 +04:30
DHCPv4Client.h DHCPClient: Don't discover interfaces other than given by default 2022-05-26 21:47:27 +01:00
main.cpp DHCPClient: Don't discover interfaces other than given by default 2022-05-26 21:47:27 +01:00