File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
Mininet Installation/Configuration Notes
3
3
----------------------------------------
4
4
5
- Mininet 2.3.0
5
+ Mininet 2.3.1b1
6
6
---
7
7
8
8
The supported installation methods for Mininet are 1) using a
@@ -165,7 +165,7 @@ like to contribute an installation script, we would welcome it!)
165
165
166
166
Note that `install.sh -fnv `may not install all dependencies on Fedora,
167
167
and many tests may still fail.
168
-
168
+
169
169
4. Creating your own Mininet/OpenFlow tutorial VM on Ubuntu/Debian
170
170
171
171
Creating your own Ubuntu Mininet VM for use with the OpenFlow tutorial
Original file line number Diff line number Diff line change 1
- Mininet 2.3.0 License
1
+ Mininet 2.3.1b1 License
2
2
3
3
Copyright (c) 2013-2021 Open Networking Foundation
4
4
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Mininet: Rapid Prototyping for Software Defined Networks
2
2
========================================================
3
3
* The best way to emulate almost any network on your laptop!*
4
4
5
- Mininet 2.3.0
5
+ Mininet 2.3.1b1
6
6
7
7
[ ![ Build Status] [ 1 ]] ( https://github.com/mininet/mininet/actions )
8
8
@@ -70,7 +70,7 @@ Mininet includes:
70
70
71
71
### Python 3 Support
72
72
73
- - Mininet 2.3.0 supports Python 3 and Python 2!
73
+ - Mininet 2.3.1b1 supports Python 3 and Python 2!
74
74
75
75
- You can install both the Python 3 and Python 2 versions of
76
76
Mininet side by side, but the most recent installation will
@@ -87,10 +87,12 @@ determine which Python version is used by default by `mn`.
87
87
88
88
### Other Enhancements and Information
89
89
90
- - Support for Ubuntu 20.04 LTS (and 18.04 and 16.04 )
90
+ - Support for Ubuntu 20.04 LTS (and 18.04)
91
91
92
92
- More reliable testing and CI via github actions
93
93
94
+ - Minor bug fixes (2.3.1)
95
+
94
96
- Additional information about this release and previous releases
95
97
may be found in the release notes on http://docs.mininet.org .
96
98
Original file line number Diff line number Diff line change 109
109
from mininet .term import cleanUpScreens , makeTerms
110
110
111
111
# Mininet version: should be consistent with README and LICENSE
112
- VERSION = "2.3.0 "
112
+ VERSION = "2.3.1b1 "
113
113
114
114
class Mininet ( object ):
115
115
"Network emulation with hosts spawned in network namespaces."
You can’t perform that action at this time.
0 commit comments