Minor changes.

This commit is contained in:
Bob Lantz
2012-11-03 21:59:04 -07:00
parent 21b2c2c4aa
commit ff4b41439a
+3 -1
View File
@@ -17,7 +17,7 @@ allows a complete OpenFlow network to be simulated on top of a single
Linux kernel. Linux kernel.
Mininet's support for OpenFlow and Linux allows you to create a custom Mininet's support for OpenFlow and Linux allows you to create a custom
network with customized routing, and to run almost any existing Linux network with customized routing, and to run almost any Linux-compatible
networking application on top of it without modification. OpenFlow-based networking application on top of it without modification. OpenFlow-based
designs that work in Mininet can usually be transferred to hardware with designs that work in Mininet can usually be transferred to hardware with
minimal change for full line-rate execution. minimal change for full line-rate execution.
@@ -43,6 +43,8 @@ a number of enhancements and new features, including:
* Man pages for the `mn` and `mnexec` utilities. * Man pages for the `mn` and `mnexec` utilities.
* Debian packaging (and apt-get install in Ubuntu 12.10)
[Since the API (most notably the topology) has changed, existing code that [Since the API (most notably the topology) has changed, existing code that
runs in Mininet 1.0 will need to be changed to run with Mininet 2.0. This runs in Mininet 1.0 will need to be changed to run with Mininet 2.0. This
is the primary reason for the major version number change.] is the primary reason for the major version number change.]