From 4e94bac0aec1f2149357c84a06662ce4a0380bb2 Mon Sep 17 00:00:00 2001
From: Brandon Heller <brandonh@stanford.edu>
Date: Thu, 18 Feb 2010 11:36:56 -0800
Subject: [PATCH] Update custom topo instructions

---
 custom/README | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/custom/README b/custom/README
index a7e8b517..68f0ce6c 100644
--- a/custom/README
+++ b/custom/README
@@ -2,8 +2,5 @@ This directory should hold configuration files for custom mininets.
 
 See custom_example.py, which loads the default minimal topology.  The advantage of defining a mininet in a separate file is that you then use the --custom option in mn to run the CLI or specific tests with it.
 
-Each custom file must define a Mininet object for an 'mn' variable.
-
-To start up a mininet with this custom topology, do:
-  sudo mn --custom custom_example.py
-
+To start up a mininet with the provided custom topology, do:
+  sudo mn --custom custom_example.py --topo mytopo
-- 
GitLab