Ryu
It seems that Ryu works best with Zodiac FX, so I will be using it from now on. In order to run Ryu from main folder run:
./bin/ryu-manager ryu/app/simple_switch_13.py
To run Ryu with topology:
PYTHONPATH=. ./bin.ryu run --observe-links ryu/app/gui_topology/gui_topology.py
To run Ryu with L3 switch and our flow_stats module:
./bin/ryu-manager --verbose ryu/app/simple_switch_13.py ryu/app/flow_stats.py
Lately I was running another L3 switch application using
./bin/ryu-manager ryu/app/simple_switch_lacp_13.py ryu/app/flow_stats.py --observe-links
We can run this controller with REST API MODULE, which would be great for debugging:
./bin/ryu-manager ryu/app/simple_switch_13.py ryu/app/ofctl_rest.py