genode/repos/os
Martin Stein 4244aba6cb nic_router: don't call DHCP client on requests
Until now, the DHCP client was called also for DHCP requests when an interface
had a domain but yet no IP config. Now, an interface distinguishes between DHCP
requests and replies first and then accordingly calls the DHCP server or the
DHCP client if they're available. This also prevents that the DHCP client has
to handle packet headers other than that of DHCP.

Fixes #3681
2020-03-11 15:44:03 +01:00
..
doc
include os/vfs.h: add Directory::Entry::rwx accessor 2020-02-27 14:46:58 +01:00
lib
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: don't call DHCP client on requests 2020-03-11 15:44:03 +01:00
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.