Minor formatting changes.

This commit is contained in:
Bob Lantz
2012-08-23 18:36:50 -07:00
parent ae6475598f
commit 6eb01d7923
+4 -4
View File
@@ -35,16 +35,16 @@ In order to run Mininet, you must have:
Currently Mininet includes: Currently Mininet includes:
- A simple node infrastructure (Host, Switch, Controller classes) for - A simple node infrastructure (`Host`, `Switch`, `Controller` classes) for
creating virtual OpenFlow networks creating virtual OpenFlow networks
- A simple network infrastructure (Mininet class) supporting parametrized - A simple network infrastructure (`Mininet` class) supporting parametrized
topologies (Topo subclasses.) For example, a tree network may be created topologies (`Topo` subclasses.) For example, a tree network may be created
with the command with the command
`# mn --topo tree,depth=2,fanout=3` `# mn --topo tree,depth=2,fanout=3`
- Basic tests, including connectivity (ping) and bandwidth (iperf) - Basic tests, including connectivity (`ping`) and bandwidth (`iperf`)
- A command-line interface (CLI class) which provides useful - A command-line interface (CLI class) which provides useful
diagnostic commands, as well as the ability to send a command to a diagnostic commands, as well as the ability to send a command to a