genode/repos/os
Martin Stein a68f3b05aa nic_router: fix lifetime of DHCP clients
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
2020-03-11 15:43:57 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include os/vfs.h: add Directory::Entry::rwx accessor 2020-02-27 14:46:58 +01:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes rtc: system_rtc pkg for PC and Linux 2020-03-11 15:31:44 +01:00
run rtc: use depot archives in test 2020-03-11 15:30:33 +01:00
src nic_router: fix lifetime of DHCP clients 2020-03-11 15:43:57 +01:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.