Errors from running controller with the new OF plugin
Hi All,
I am trying to use the new OF plugin (openflow 1.3 plugin) and I follow the instructions that the wiki provides. After "mvn clean install" in openflowplugin and run the "run.sh" script, the controller runs well in the beginning.
However, when I try to run my mininet script, ( bind openvswitches to the controller) there are lots of errors showing up.
BTW, when I run this mininet script in openflow 1.0 in controller, everything works fine (no errors show up).
Anyone can help?