From 226a1dc3918703fb4c3bff7b88bd007cd8c635d9 Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Mon, 26 Aug 2013 15:53:34 -0700 Subject: [PATCH] Minor edits --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c728a9c9..90ead385 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ Mininet includes: ### New features in 2.1.0 -Mininet 2.1.0 provides a number of bug fixes as well as a -number of new features, including: +Mininet 2.1.0 provides a number of bug fixes as well as +several new features, including: * Convenient access to Mininet() as a dict of nodes * X11 tunneling (wireshark in Mininet hosts, finally!) @@ -84,9 +84,9 @@ number of new features, including: We have provided several new examples which can also be imported to provide useful functionality, including: -* A simple NAT script to attach Mininet networks to your LAN -* An example of modeling control and data networks -* An example of per-host custom directories using bind mounts +* Connecting Mininet hosts the internet (or a LAN) using NAT +* Modeling control as well as data networks +* Creating per-host custom directories using bind mounts Note that these are experimental features which may "graduate" into mainline Mininet in the future, so they should not be -- GitLab