Versions Compared

Key

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

...

For now, try using ONOS_APPS or connecting to the karaf console and using ONOS CLI commands. As root:

ONOS_APPS=drivers,openflow,fwd,proxyarp,mobility mn --custom onos.py --controller onos,3 --topo tree,3,3

or (with sudo -E):

ONOS_APPS=drivers,openflow,fwd,proxyarp,mobility sudo -E mn --custom onos.py --controller onos,3 --topo tree,3,3
 

...