From 5c84aeb0967da69643b8e8c41ca76af09f89687f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 3 Oct 2020 16:03:20 +0200 Subject: [PATCH] README.md: remove tapsetup note --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 24b56d1d45..812ae19f7d 100644 --- a/README.md +++ b/README.md @@ -86,20 +86,6 @@ For specific toolchain installation, follow instructions in the version of the documentation is uploaded daily to [riot-os.org/api](https://riot-os.org/api). -### USING THE NATIVE PORT WITH NETWORKING -If you compile RIOT for the native cpu and include the `netdev_tap` module, -you can specify a network interface like this: `PORT=tap0 make term` - -#### SETTING UP A TAP NETWORK -There is a shell script in `RIOT/dist/tools/tapsetup` called `tapsetup` which -you can use to create a network of tap interfaces. - -*USAGE* - -To create a bridge and two (or `count` at your option) tap interfaces: - - sudo ./dist/tools/tapsetup/tapsetup [-c []] - ## CONTRIBUTE To contribute something to RIOT, please refer to our