top of page

Latest version of ONOS has no ifwd.

ifwd has been moved to onos-app-samples.

So if you still want to use it, here is how to install ifwd back in ONOS :).

1. Download onos-app-samples
$ git clone https://github.com/opennetworkinglab/onos-app-samples

 

2. Enter onos-app-samples folder
$ cd onos-app-samples

3. Enter ifwd folder

$ cd ifwd

4. Run mvn
$ mvn clean install

It should generate folder 'target'

In the target folder should contains .oar files

 

5. Install .oar files using Web Gui
Open browser --> 127.0.0.1:8181/onos/ui --> login karaf:karaf --> 

Applications --> Click "+" and open .oar files. 

Done.

Install ifwd (Reactive Forwarding) App

bottom of page