zeek/scripts/base/frameworks/openflow
Johanna Amann dbc51371cb Rewrite big parts of the Openflow framework.
The API now does not follow the openflow specification quite as closely,
however I think it is much more usable. Furthermore, the Ryu plugin was
basically completely rewritten and is now more usable for general flow
manipulation.

This also adds a debug mode that just outputs the json fragments that
would be sent to ryu. At the moment, Ryu still assumes that every
request that it receives succeeds - it is not possible to get an error
message from the controller. Instead, one has to check if a flow was
added by doing a second REST request. Which seems unnecessary, and also
requires complete json parsing functionality. Hence we are not doing
that at the moment.

The alternative would be to use an external script for the actual
add-and-check-operation.
2015-04-07 15:37:46 -07:00
..
plugins Rewrite big parts of the Openflow framework. 2015-04-07 15:37:46 -07:00
__load__.bro Rewrite big parts of the Openflow framework. 2015-04-07 15:37:46 -07:00
consts.bro Rewrite big parts of the Openflow framework. 2015-04-07 15:37:46 -07:00
main.bro Rewrite big parts of the Openflow framework. 2015-04-07 15:37:46 -07:00
types.bro Rewrite big parts of the Openflow framework. 2015-04-07 15:37:46 -07:00