Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
e4c24662
Unverified
Commit
e4c24662
authored
7 years ago
by
Martine Lenders
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #8734 from aabadie/pr/readme_cleanup
README: cleanup in tap network section
parents
ddb81273
c7759f8b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-2
3 additions, 2 deletions
README.md
with
3 additions
and
2 deletions
README.md
+
3
−
2
View file @
e4c24662
...
@@ -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>]]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment