Skip to content
Snippets Groups Projects
Unverified Commit e4c24662 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #8734 from aabadie/pr/readme_cleanup

README: cleanup in tap network section
parents ddb81273 c7759f8b
Branches
No related tags found
No related merge requests found
...@@ -72,11 +72,12 @@ If you compile RIOT for the native cpu and include the `netdev_tap` module, ...@@ -72,11 +72,12 @@ 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` you can specify a network interface like this: `PORT=tap0 make term`
#### SETTING UP A TAP NETWORK #### SETTING UP A TAP NETWORK
There is a shellscript in `RIOT/dist/tools/tapsetup` called `tapsetup` which There is a shell script in `RIOT/dist/tools/tapsetup` called `tapsetup` which
you can use to create a network of tap interfaces. you can use to create a network of tap interfaces.
*USAGE* *USAGE*
To create a bridge and two (or count at your option) tap interfaces:
To create a bridge and two (or `count` at your option) tap interfaces:
./dist/tools/tapsetup/tapsetup [-c [<count>]] ./dist/tools/tapsetup/tapsetup [-c [<count>]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment