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
896c4cbc
Commit
896c4cbc
authored
11 years ago
by
Bob Lantz
Committed by
Brian O'Connor
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Edits for 2.1.0
parent
32507498
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CONTRIBUTORS
+2
-2
2 additions, 2 deletions
CONTRIBUTORS
INSTALL
+3
-3
3 additions, 3 deletions
INSTALL
setup.py
+3
-3
3 additions, 3 deletions
setup.py
with
8 additions
and
8 deletions
CONTRIBUTORS
+
2
−
2
View file @
896c4cbc
...
...
@@ -2,7 +2,7 @@ Mininet Contributors
Mininet is an open source project and we gratefully acknowledge
the many contributions to the project! If you have contributed
code to the project and are not on this list, please let us know
code
in
to the project and are not on this list, please let us know
or send a pull request.
Contributors include:
...
...
@@ -19,7 +19,7 @@ Additional Mininet Contributors
Gustavo Pantuza Coelho Pinto
Ryan Cox
S
u
aun Crampton
S
h
aun Crampton
David Erickson
Glen Gibb
Andrew Ferguson
...
...
This diff is collapsed.
Click to expand it.
INSTALL
+
3
−
3
View file @
896c4cbc
...
...
@@ -2,7 +2,7 @@
Mininet Installation/Configuration Notes
----------------------------------------
Mininet 2.
0
.0
Mininet 2.
1
.0
---
The supported installation methods for Mininet are 1) using a
...
...
@@ -42,7 +42,7 @@ like to contribute an installation script, we would welcome it!)
sudo rm /usr/local/bin/ovs*
sudo rm /usr/local/sbin/ovs*
3. Native installation from source on Ubuntu 1
1.10
+
3. Native installation from source on Ubuntu 1
2.04
+
If you're reading this, you've probably already done so, but the
command to download the Mininet source code is:
...
...
@@ -56,7 +56,7 @@ like to contribute an installation script, we would welcome it!)
`install.sh` is a bit intrusive and may possibly damage your OS
and/or home directory, by creating/modifying several directories
such as `mininet`, `openflow`, `oftest`, `pox`,
or `noxcosre`
.
such as `mininet`, `openflow`, `oftest`, `pox`,
etc.
.
Although we hope it won't do anything completely terrible, you may
want to look at the script before you run it, and you should make
sure your system and home directory are backed up just in case!
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
896c4cbc
...
...
@@ -25,14 +25,14 @@
Mininet is a network emulator which uses lightweight
virtualization to create virtual networks for rapid
prototyping of Software-Defined Network (SDN) designs
using OpenFlow. http://
openflow.org/
mininet
using OpenFlow. http://mininet
.org
"""
,
classifiers
=
[
"
License :: OSI Approved :: BSD License
"
,
"
Programming Language :: Python
"
,
"
Development Status ::
2
- Pr
e-Alpha
"
,
"
Development Status ::
5
- Pr
oduction/Stable
"
,
"
Intended Audience :: Developers
"
,
"
Topic ::
Internet
"
,
"
Topic ::
System :: Emulators
"
,
],
keywords
=
'
networking emulator protocol Internet OpenFlow SDN
'
,
license
=
'
BSD
'
,
...
...
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