Versions Compared

Key

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

...

If you are running Ubuntu 16.04, you can easily install Mininet 2.2 (and bridge-utils for LinuxBridge) usingĀ apt-get:

apt-get install mininet bridge-utils

Make sure you are running Mininet version 2.2.1 or later:

...

Once you've verified that mnexec works, you can try a sanity check forĀ mn:

sudo mn --switch ovsbr --test pingall

This should complete without errors.

...