flowvisor icon indicating copy to clipboard operation
flowvisor copied to clipboard

FlowVisor - A network hypervisor

Results 84 flowvisor issues
Sort by recently updated
recently updated
newest added

On startup, when parsing the JSON config file where the field nw_dst is present for a flowspace rule, an exception occurs that Double can't be cast to Long. This is...

HI, Does Flowviosr supports Openflow mutiple table? Any help will be appreciated Thanks micklin

Got: ``` java java.sql.SQLSyntaxErrorException: 'WILDCARDS' is not a column in table or VTI 'APP.FLOWTABLEENTRY'. ``` FlowVisorDB.sql does not define wildcards field but SwitchImpl.pushFlowMod expect it and want to use.

``` java ps = conn.prepareStatement(SCOOKIE); ``` should change to ``` java ps = conn.prepareStatement(SCOOKIE, Statement.RETURN_GENERATED_KEYS); ``` else ``` java set = ps.getGeneratedKeys(); set.next(); ``` will throw NullPointerException

From src/org/flowvisor/message/FVPortMod.java: When receiving a PortMod message from a controller, FlowVisor must check if the message changes the Flood status for that port. Currently, the code implemented for that is...

After performing an upgrade from 0.8.1 to 1.4.0-1 I have been facing several problems. Similar errors happened later when trying a downgrade to 1.0.0-1. Here I detail all the steps...

hello. i am student in korea. I do not know English very well. I have a question. Openflow In version 1.2 , When I try to create a config file....

On 2013-06-16, our production FlowVisor at BBN (1.0.8) got into a wonky state, whereby calls to listSlices and listFlowSpace were hanging, but some other calls (like listDevices) were working fine....

Hi Guys We would like to request a new feature addition, which allows for us to configure flowvisor so that when a switch connects Flowvisor does not delete all flows...

I have two datapaths on one VLAN-hybrid HP switch connected to FlowVisor 1.0.10, with two slices, each connected to a separate instance of Floodlight running the staticflowpusher module (one on...