genode-ehmry/repos/os
Martin Stein 0a77987778 nic_router: support domain-local ARP
Improve ARP handling code in general:
Make the several cases and their handling more clear by using a more
readable if/else statement structure. Drop gratuitous ARP requests.

Domain-local ARP:
Handle ARP packets that target local IPs other than the routers IP
(forward them to all other interfaces of the domain).

Issue #2609
2017-12-21 15:01:52 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include Add millisecond accessor to Genode::Duration value object 2017-12-21 15:01:51 +01:00
lib sd_card: cleanup driver library structure 2017-06-29 11:59:58 +02:00
recipes os: add app to transform kernel/core output to LOG 2017-12-21 15:01:48 +01:00
run os: add app to transform kernel/core output to LOG 2017-12-21 15:01:48 +01:00
src nic_router: support domain-local ARP 2017-12-21 15:01:52 +01: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.