More minor tweaks....
This commit is contained in:
@@ -48,9 +48,9 @@ Mininet includes:
|
|||||||
|
|
||||||
`mn --topo tree,depth=2,fanout=3`
|
`mn --topo tree,depth=2,fanout=3`
|
||||||
|
|
||||||
* A command-line interface (CLI class) which provides useful diagnostic
|
* A command-line interface (`CLI` class) which provides useful diagnostic
|
||||||
commands (like iperf and ping), as well as the ability to run a command to a
|
commands (like `iperf` and `ping`), as well as the ability to run a command
|
||||||
node. For example,
|
to a node. For example,
|
||||||
|
|
||||||
`mininet> h11 ifconfig -a`
|
`mininet> h11 ifconfig -a`
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Mininet includes:
|
|||||||
|
|
||||||
`mn -c`
|
`mn -c`
|
||||||
|
|
||||||
### New features in 2.0.0:
|
### New features in 2.0.0
|
||||||
|
|
||||||
Mininet 2.0.0 is a major upgrade and provides
|
Mininet 2.0.0 is a major upgrade and provides
|
||||||
a number of enhancements and new features, including:
|
a number of enhancements and new features, including:
|
||||||
@@ -75,7 +75,8 @@ a number of enhancements and new features, including:
|
|||||||
|
|
||||||
* Debian packaging (and `apt-get install mininet` in Ubuntu 12.10)
|
* Debian packaging (and `apt-get install mininet` in Ubuntu 12.10)
|
||||||
|
|
||||||
* First-class Interface (`Intf`) and Link (`Link`) classes for easier extensibility
|
* First-class Interface (`Intf`) and Link (`Link`) classes for easier
|
||||||
|
extensibility
|
||||||
|
|
||||||
* An upgraded Topology (`Topo`) class which supports node and link
|
* An upgraded Topology (`Topo`) class which supports node and link
|
||||||
customization
|
customization
|
||||||
|
|||||||
Reference in New Issue
Block a user