openflow
openflow copied to clipboard
The OpenFlow middleware library
The OpenFlow specification mentions about the message padding, that forces some of the structures with variable size to be aligned up to 8-byte boundary. Currently the ```ofp``` package does not...
Does this project support OpenFlow from 1.0 to 1.5? Or only support a certain version, such as 1.3?
The library more or less is covered with unit tests, but is lack of integration tests, therefore in terms of this issue, should be introduced integration tests with Open V-Switch,...