vfs_tap: VFS plugin for Uplink/Nic session access

This plugin emulates a `/dev/tapX` device as found on FreeBSD. See
README for more information.

genodelabs/genode#4394
This commit is contained in:
Johannes Schlatow
2022-01-26 15:09:44 +01:00
committed by Norman Feske
parent 19958eafcf
commit 019cacf07e
18 changed files with 1397 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
MIRROR_FROM_REP_DIR := src/lib/vfs/tap lib/mk/vfs_tap.mk
content: $(MIRROR_FROM_REP_DIR) LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
cp $(GENODE_DIR)/LICENSE $@

View File

@@ -0,0 +1 @@
2022-01-27 06d96f2618f11d62f9a959da196753337dbb4c4c

View File

@@ -0,0 +1,5 @@
base
nic_session
os
uplink_session
vfs