From 811963ad26ed3d8ecdbaf1c4dfb4b00bd7249de3 Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Tue, 17 Sep 2013 15:51:18 -0700 Subject: [PATCH] small additions to README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c965a9..fe08c62 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ several new features, including: * Preliminary support (`IVSSwitch()`) for the Indigo Virtual Switch * support for installing the OpenFlow 1.3 versions of the reference user switch and NOX from CPqD -* The ability to import modules from mininet.examples +* The ability to import modules from `mininet.examples` We have provided several new examples (which can easily be imported to provide useful functionality) including: -* Modeling separate control and data networks -* Connecting Mininet hosts the internet (or a LAN) using NAT -* Creating per-host custom directories using bind mounts +* Modeling separate control and data networks: `mininet.examples.controlnet` +* Connecting Mininet hosts the internet (or a LAN) using NAT: `mininet.examples.nat` +* Creating per-host custom directories using bind mounts: `mininet.examples.bind` Note that examples contain experimental features which might "graduate" into mainline Mininet in the future, but they should