From ec810dd6db989fa158152a1f7cd611fad00e22fc Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Mon, 26 Aug 2013 15:48:05 -0700 Subject: [PATCH] minor edits --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fce180fd..c728a9c9 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,14 @@ Mininet includes: Mininet 2.1.0 provides a number of bug fixes as well as a number of new features, including: -* Convenient access to Mininet() as a dict -* X11 tunneling (wireshark in Mininet hosts!) +* Convenient access to Mininet() as a dict of nodes +* X11 tunneling (wireshark in Mininet hosts, finally!) * Accurate reflection of the Mininet() object in the CLI * Automatically detecting and adjusting resource limits * Automatic cleanup on failure of the `mn` command -* Support for running OVS in user space mode +* Preliminary support for running OVS in user space mode * Preliminary support for the Indigo Virtual Switch (IVSSwitch) -* The ability to import examples as modules +* The ability to import modules from mininet.examples We have provided several new examples which can also be imported to provide useful functionality, including: -- GitLab