From 32efbdfb3252b98ed6086458fa64b9e9db6b5770 Mon Sep 17 00:00:00 2001 From: Johannes Schlatow Date: Fri, 23 Sep 2022 14:38:02 +0200 Subject: [PATCH] vfs_tap: fix README (mode attribute) --- repos/os/src/lib/vfs/tap/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/repos/os/src/lib/vfs/tap/README b/repos/os/src/lib/vfs/tap/README index 0f4d8d340a..86eab21515 100644 --- a/repos/os/src/lib/vfs/tap/README +++ b/repos/os/src/lib/vfs/tap/README @@ -1,4 +1,4 @@ -The VFS TAP plugin offers access to Genode's Uplink by providing +The VFS TAP plugin offers access to Genode's Uplink/Nic session by providing a special file system. It exposes a data file that reflects a _/dev/tap0_ file. The support of I/O control operations is provided in form of a structured 'info' file located in the directory named after the data file, e.g. @@ -21,12 +21,14 @@ be provided: * :label: Sets the session label of the Uplink/Nic session. If not provided, an empty label is used. * :mac: Sets the default mac address. + * :mode: If set to 'uplink_client', the plugin uses an Uplink session. + Otherwise, it will open a Nic session. The following config snippet illustrates its configuration: ! ! -! +! ! !