Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mininet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Olaf Bergmann
mininet
Commits
d70ca981
Commit
d70ca981
authored
11 years ago
by
Bob
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
4b719d74
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/README.md
+5
-5
5 additions, 5 deletions
examples/README.md
with
5 additions
and
5 deletions
examples/README.md
+
5
−
5
View file @
d70ca981
...
...
@@ -77,7 +77,7 @@ This example creates a network and runs multiple tests on it.
This example shows how to connect a Mininet network to the Internet
using NAT. It also answers the eternal question "why can't I ping
google?"
`
google
.com`
?"
#### popen.py:
...
...
@@ -87,7 +87,7 @@ This example monitors a number of hosts using `host.popen()` and
#### popenpoll.py:
This example demonstrates monitoring output from multiple hosts using
the
`node.popen()`
interface (which returns Popen objects) and
`pmonitor()`
.
the
`node.popen()`
interface (which returns
`
Popen
`
objects) and
`pmonitor()`
.
#### scratchnet.py, scratchnetuser.py:
...
...
@@ -102,7 +102,7 @@ A simple example of configuring network and CPU bandwidth limits.
#### sshd.py:
This example shows how to run an
`sshd`
process in each host, allowing
you to log in via ssh. This requires connecting the Mininet data network
you to log in via
`
ssh
`
. This requires connecting the Mininet data network
to an interface in the root namespace (generaly the control network
already lives in the root namespace, so it does not need to be explicitly
connected.)
...
...
@@ -111,9 +111,9 @@ connected.)
This example attempts to create a 1024-host network, and then runs the
CLI on it. It may run into scalability limits, depending on available
memory and sysctl configuration (see
`INSTALL`
.)
memory and
`
sysctl
`
configuration (see
`INSTALL`
.)
#### treeping64.py:
This example creates a 64-host tree network, and attempts to check full
connectivity using ping, for different switch/datapath types.
connectivity using
`
ping
`
, for different switch/datapath types.
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