mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
99254b4d52
The NIC router README claims that the 'dns_config_from' attribute in a DHCP server configuration binds the propagated link state of all interfaces at the domain of the server to the validity of the IP config of the domain that is given through 'dns_config_from'. However, this was not true. The router missed to implement this detail which led to clients of such a DHCP server sending DHCP DISCOVER packets too early. These early DHCP DISCOVER packets were dropped by the router potentially causing a big delay until the client started a new attempt. Unnecessary long network boot-up delays were observed with at least the lwip run script and Sculpt on the PinePhone and could be tracked down to this former inconsistency in the router. This commit fixes the inconsistency. Fixes #4612 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
xsd | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.