Mininet 2.3.0b1 (#1019)
Also tweak README.md, INSTALL, and CONTRIBUTORS
This commit is contained in:
+30
-1
@@ -18,34 +18,63 @@ Cody Burkard
|
|||||||
|
|
||||||
Additional Mininet Contributors
|
Additional Mininet Contributors
|
||||||
|
|
||||||
|
Joseph Beshay
|
||||||
|
M S Vishwanath Bhat
|
||||||
|
Muhammad Umair Bhatti
|
||||||
|
Arie Bregman
|
||||||
Tomasz Buchert
|
Tomasz Buchert
|
||||||
Gustavo Pantuza Coelho Pinto
|
|
||||||
Fernando Cappi
|
Fernando Cappi
|
||||||
|
HW Chiu
|
||||||
Ryan Cox
|
Ryan Cox
|
||||||
Shaun Crampton
|
Shaun Crampton
|
||||||
|
Jason Croft
|
||||||
|
Hantao Cui
|
||||||
|
Nirmoy Das
|
||||||
|
Lenoardo D'avila
|
||||||
|
Giuseppe Di Lena
|
||||||
David Erickson
|
David Erickson
|
||||||
|
Juan Gascon
|
||||||
Glen Gibb
|
Glen Gibb
|
||||||
Andrew Ferguson
|
Andrew Ferguson
|
||||||
Eder Leao Fernandes
|
Eder Leao Fernandes
|
||||||
|
Julian Filter
|
||||||
|
Ben Frankel
|
||||||
|
Tim Gates
|
||||||
Gregory Gee
|
Gregory Gee
|
||||||
Jon Hall
|
Jon Hall
|
||||||
Roan Huang
|
Roan Huang
|
||||||
Vitaly Ivanov
|
Vitaly Ivanov
|
||||||
|
Theo Jepsen
|
||||||
|
Mathieu Jadin
|
||||||
Babis Kaidos
|
Babis Kaidos
|
||||||
Rich Lane
|
Rich Lane
|
||||||
Rémy Léone
|
Rémy Léone
|
||||||
|
Xiaozhou Li
|
||||||
Zi Shen Lim
|
Zi Shen Lim
|
||||||
David Mahler
|
David Mahler
|
||||||
|
Felix Maurer
|
||||||
Murphy McCauley
|
Murphy McCauley
|
||||||
|
Alex Moijes
|
||||||
|
Felician Nemeth
|
||||||
José Pedro Oliveira
|
José Pedro Oliveira
|
||||||
James Page
|
James Page
|
||||||
|
Gustavo Pantuza Coelho Pinto
|
||||||
|
Ramon Pujianto
|
||||||
|
Stempha Reiter
|
||||||
|
Damien Saucez
|
||||||
|
Shan Sikdar
|
||||||
Angad Singh
|
Angad Singh
|
||||||
Piyush Srivastava
|
Piyush Srivastava
|
||||||
Ed Swierk
|
Ed Swierk
|
||||||
Darshan Thaker
|
Darshan Thaker
|
||||||
|
Olivier Tl]ilmans
|
||||||
|
Niels van Adrichem
|
||||||
|
Brad Walker
|
||||||
Andreas Wundsam
|
Andreas Wundsam
|
||||||
|
Vikas Yadav
|
||||||
Isaku Yamahata
|
Isaku Yamahata
|
||||||
Baohua Yang
|
Baohua Yang
|
||||||
|
Zhuo
|
||||||
|
|
||||||
Thanks also to everyone who has submitted issues and pull
|
Thanks also to everyone who has submitted issues and pull
|
||||||
requests on github, and to our friendly mininet-discuss
|
requests on github, and to our friendly mininet-discuss
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Mininet Installation/Configuration Notes
|
Mininet Installation/Configuration Notes
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Mininet 2.3.0a1
|
Mininet 2.3.0b1
|
||||||
---
|
---
|
||||||
|
|
||||||
The supported installation methods for Mininet are 1) using a
|
The supported installation methods for Mininet are 1) using a
|
||||||
@@ -32,19 +32,16 @@ like to contribute an installation script, we would welcome it!)
|
|||||||
2. Next-easiest option: use our Ubuntu package!
|
2. Next-easiest option: use our Ubuntu package!
|
||||||
|
|
||||||
To install Mininet itself (i.e. `mn` and the Python API) on Ubuntu
|
To install Mininet itself (i.e. `mn` and the Python API) on Ubuntu
|
||||||
12.10+:
|
16.04+:
|
||||||
|
|
||||||
sudo apt-get install mininet
|
sudo apt-get install mininet
|
||||||
|
|
||||||
Note: if you are upgrading from an older version of Mininet, make
|
Note: this may install an older version of Mininet. If you would
|
||||||
sure you remove the old OVS from `/usr/local`:
|
like the latest version, consider a native install from source.
|
||||||
|
|
||||||
sudo rm /usr/local/bin/ovs*
|
|
||||||
sudo rm /usr/local/sbin/ovs*
|
|
||||||
|
|
||||||
3. Native installation from source
|
3. Native installation from source
|
||||||
|
|
||||||
3.1. Native installation from source on Ubuntu 12.04+
|
3.1. Native installation from source on Ubuntu 16.04+
|
||||||
|
|
||||||
If you're reading this, you've probably already done so, but the
|
If you're reading this, you've probably already done so, but the
|
||||||
command to download the Mininet source code is:
|
command to download the Mininet source code is:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Mininet 2.3.0a1 License
|
Mininet 2.3.0b1 License
|
||||||
|
|
||||||
Copyright (c) 2013-2020 Open Networking Foundation
|
Copyright (c) 2013-2020 Open Networking Foundation
|
||||||
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of
|
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Mininet: Rapid Prototyping for Software Defined Networks
|
|||||||
========================================================
|
========================================================
|
||||||
*The best way to emulate almost any network on your laptop!*
|
*The best way to emulate almost any network on your laptop!*
|
||||||
|
|
||||||
Mininet 2.3.0a1
|
Mininet 2.3.0b1
|
||||||
|
|
||||||
[![Build Status][1]](https://github.com/mininet/mininet/actions)
|
[![Build Status][1]](https://github.com/mininet/mininet/actions)
|
||||||
|
|
||||||
@@ -74,12 +74,12 @@ This is primarily a performance improvement and bug fix release.
|
|||||||
|
|
||||||
- Python 3 support (Python 2 is still supported as well)
|
- Python 3 support (Python 2 is still supported as well)
|
||||||
|
|
||||||
- Support for Ubuntu 20.04
|
- Support for Ubuntu 20.04 LTS
|
||||||
|
|
||||||
- More reliable testing and CI via github actions
|
- More reliable testing and CI via github actions
|
||||||
|
|
||||||
- Additional information for this release and previous releases
|
- Additional information for this release and previous releases
|
||||||
may be found in the release notes on docs.mininet.org
|
may be found in the release notes on http://docs.mininet.org.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
@@ -92,7 +92,8 @@ information, including a Mininet walkthrough and an introduction
|
|||||||
to the Python API, is available on the
|
to the Python API, is available on the
|
||||||
[Mininet Web Site](http://mininet.org).
|
[Mininet Web Site](http://mininet.org).
|
||||||
There is also a wiki which you are encouraged to read and to
|
There is also a wiki which you are encouraged to read and to
|
||||||
contribute to, particularly the Frequently Asked Questions (FAQ.)
|
contribute to, particularly the Frequently Asked Questions
|
||||||
|
(FAQ) at http://faq.mininet.org.
|
||||||
|
|
||||||
### Support
|
### Support
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -109,7 +109,7 @@ from mininet.util import ( quietRun, fixLimits, numCores, ensureRoot,
|
|||||||
from mininet.term import cleanUpScreens, makeTerms
|
from mininet.term import cleanUpScreens, makeTerms
|
||||||
|
|
||||||
# Mininet version: should be consistent with README and LICENSE
|
# Mininet version: should be consistent with README and LICENSE
|
||||||
VERSION = "2.3.0a1"
|
VERSION = "2.3.0b1"
|
||||||
|
|
||||||
class Mininet( object ):
|
class Mininet( object ):
|
||||||
"Network emulation with hosts spawned in network namespaces."
|
"Network emulation with hosts spawned in network namespaces."
|
||||||
|
|||||||
Reference in New Issue
Block a user