mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
808855d763
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
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DHCPv4.cpp | ||
DHCPv4.h | ||
DHCPv4Client.cpp | ||
DHCPv4Client.h | ||
main.cpp |