Edits for 2.1.0

This commit is contained in:
Bob Lantz
2013-09-11 12:00:12 -07:00
committed by Brian O'Connor
parent 325074981c
commit 896c4cbccc
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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 into 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
Suaun Crampton
Shaun Crampton
David Erickson
Glen Gibb
Andrew Ferguson
+3 -3
View File
@@ -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 11.10+
3. Native installation from source on Ubuntu 12.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!
+3 -3
View File
@@ -25,14 +25,14 @@ setup(
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 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Internet",
"Topic :: System :: Emulators",
],
keywords='networking emulator protocol Internet OpenFlow SDN',
license='BSD',