Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Rebuild and restart ONOS.

Rebuild and relaunch ONOS. 

Code Block
languagetext
$ cd $ONOS_ROOT
$ mvn clean install
$ karaf clean

The last command re-launches the CLI.

2. Launch a Mininet test network.

...