From ff4b41439a77d743aa314de270a69a055e8bb00a Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sat, 3 Nov 2012 21:59:04 -0700 Subject: [PATCH] Minor changes. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c44bd94..fbea7dd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ allows a complete OpenFlow network to be simulated on top of a single Linux kernel. 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 designs that work in Mininet can usually be transferred to hardware with 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. +* Debian packaging (and apt-get install in Ubuntu 12.10) + [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 is the primary reason for the major version number change.]