From 1e0bc4925fc5dc4e4e6f93630bae5324da59b447 Mon Sep 17 00:00:00 2001 From: Christopher Alfeld Date: Fri, 29 Dec 2000 21:23:48 +0000 Subject: [PATCH] Updated. --- tbsetup/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tbsetup/README b/tbsetup/README index 2c88f84aa..c98970a27 100644 --- a/tbsetup/README +++ b/tbsetup/README @@ -1,7 +1,7 @@ tbsetup Syntax: - tbprerun + tbprerun tbprerun does all tasks necessary to setup up for an experiment on the testbed. It generates an IR file that can be used with 'tbrun' to @@ -14,7 +14,7 @@ nodes using tbend, even if you never run the experiment. tbrun Syntax: - tbrun + tbrun tbrun setups up the testbed for the experiment. @@ -22,17 +22,17 @@ tbrun setups up the testbed for the experiment. tbreport Syntax: - tbreport + tbreport [-v] tbreport parses the IR file and produces a human readable report on -the contents. +the contents. -v will include extra information. tbend Syntax: - tbend + tbend -tbend does tear down. It frees allocated nodes and resets VLANs. +tbend does tear down. This should be run at the end of every experiment even if nothing was done in the experiment. -- GitLab