genode/repos/os
Martin Stein 6575df84c5 nic_router: fix use of outdated ARP-cache entries
When a NIC session is destructed at the router, we have to remove all ARP
cache entries that match the MAC address of that session. Otherwise the
outdated entries might be re-applied later, leading to wrong destination
MAC addresses in routed packets.

Fixes #2637
2018-02-09 13:34:16 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include vfs: skip synced file systems in complete_sync 2018-01-17 12:14:43 +01:00
lib net-stat: remove as it is not used and outdated 2018-01-17 12:14:42 +01:00
recipes depot_query: 'binary' and 'config' as attributes 2018-02-09 13:34:15 +01:00
run test/xml_node: test Xml_node::decoded_content 2018-02-09 13:26:01 +01:00
src nic_router: fix use of outdated ARP-cache entries 2018-02-09 13:34:16 +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.