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: ! ! -! +! ! !