genode/repos/os/src
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
..
app block_tester: add 'sync' command to replay 2020-03-11 15:35:38 +01:00
drivers usb_block: switch to Request_stream API 2020-03-11 15:35:48 +01:00
init sandbox: support for local state-report handling 2020-02-20 12:11:22 +01:00
lib vfs: implement 'sync' in Block VFS plugin 2020-03-11 15:35:42 +01:00
server nic_router: fix lifetime of DHCP clients 2020-03-11 15:43:57 +01:00
test os: expand block_tester.run 2020-03-11 15:29:08 +01:00