mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
Let the DHCP client be a constructible member of Interface that is constructed only as long as the interface is attached to a domain with a dynamic IP config. This prevents DHCP client timeouts from a period with dynamic IP config to trigger after a reconfiguration to a static IP config. Furthermore, handle DHCP-reply packets at an interface only when the DHCP client its constructed. Otherwise drop such packets. Ref #3681
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.