genode/repos/os
Martin Stein e648e7255a nic_router: optional icmp type 3 on fragm. ipv4
Via a new configuration attribute, the user can decide whether the router
should answer dropped fragmented IPv4 with an ICMP "destination unreachable"
packet and, if so, which value the ICMP code field of this packet should have.
The default is that the router doesn't send such responses (silently dropping
fragmented IPv4). The behavior is tested by the 'nic_router_ipv4_fragm' test.

Fixes #4236
2021-08-18 15:06:12 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include net/icmp: cast from integer to 'Code' enum 2021-08-18 15:06:12 +02:00
lib sandbox/init: parse config using 'List_model' 2021-04-20 12:03:04 +02:00
recipes sculpt: integrate intel_gpu_drv 2021-08-18 15:06:11 +02:00
run nic_router: replace term "uplink" with "NIC client" 2021-08-18 15:06:11 +02:00
src nic_router: optional icmp type 3 on fragm. ipv4 2021-08-18 15:06:12 +02:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +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.