Ali Al-Shabibi
Ali Al-Shabibi
It's fixed but has not pushed to the repo. I should be able to push this regardless of what version you use though. Would that be ok for you? ##...
One idea here would be to assign a monitoring slice to a real slice. This monitoring slice would then get a copy of all messages to that 'real' slice. A...
Fvcli works with the xmlrpc interface. So you need to activate the XMLRPC interface and point fvcli to it. ## Ali Al-Shabibi On Mar 26, 2013, at 1:26, Lionel Li...
fvcli should adapted to work with the new json api.
Two things worry me in this crash report: > Caused by: java.util.ConcurrentModificationException > at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:390) > at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:409) > at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:408) > at org.flowvisor.classifier.CookieTranslator.getCookieList(CookieTranslator.java:53) > at org.flowvisor.classifier.FVClassifier.cleanUpFlowMods(FVClassifier.java:699) > at org.flowvisor.classifier.FVClassifier.connectToControllers(FVClassifier.java:681)...
Would it be possible to find the actual message that generated this crash? The crash occurred in openflowj, which is the library responsible for marshalling/unmarshalling openflow messages. It crashed while...
No I was hoping for the actual openflow message. That's probably a long shot but you never know ;) Do you know what OF devices are connected to that FlowVisor?...
Sure but the type should be OFPT_VENDOR and not 57 or something crazy. On Jul 8, 2013, at 11:06 AM, Nick Bastin [email protected] wrote: > Type 57 may be the...
Agreed, I am filing a report on OpenFlowJ. Would you happen to have a packet capture?
Sure, we shouldn't crash when ofj crashes although if a packet isn't parsed correctly for some reason it could cause incorrect fv behaviour for some pathological cases. I don't know...