genode/repos/os
Martin Stein 7fc20e9ae8 NIC router: update IP config on DHCP RENEW/REBIND
The NIC router did update the IP config of a domain on a completed DHCP
REQUEST but not on completed DHCP RENEW or DHCP REBIND. Thus, it didn't adapt
to "real" DHCP servers (not NIC router servers) that got restarted with a
changed configuration by the means of RENEW/REBIND. The commit fixes this.
Note, that testing this is complicated as we don't have the necessary
infrastructure (we cannot simply use the DHCP server of the NIC router as this
would apply a link down/up sequence in order to let the client restart DHCP)

Ref #4460
2022-04-13 09:29:03 +02:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include trace_logger: omit inactive subjects by default 2022-04-13 08:07:58 +02:00
lib vfs_tap: VFS plugin for Uplink/Nic session access 2022-02-21 15:44:22 +01:00
recipes black_hole: provide Gpu service 2022-04-13 08:07:58 +02:00
run Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
src NIC router: update IP config on DHCP RENEW/REBIND 2022-04-13 09:29:03 +02:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README

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