Types used by the OpenFlow framework.
Namespace: | OpenFlow |
---|---|
Imports: | base/frameworks/openflow/consts.bro |
Source File: | /scripts/base/frameworks/openflow/types.bro |
OpenFlow::Controller: record | Controller record representing an openflow controller. |
OpenFlow::ControllerState: record &redef | Controller related state. |
OpenFlow::Plugin: enum | Available openflow plugins. |
OpenFlow::ofp_flow_action: record &log | The actions that can be taken in a flow. |
OpenFlow::ofp_flow_mod: record &log | Openflow flow_mod definition, describing the action to perform. |
OpenFlow::ofp_match: record &log | Openflow match definition. |
Type : |
|
---|
Controller record representing an openflow controller.
Type : |
|
---|---|
Attributes : |
Controller related state. Can be redefined by plugins to add state.
Type : |
|
---|
Available openflow plugins.
Type : |
|
---|---|
Attributes : |
The actions that can be taken in a flow. (Separate record to make ofp_flow_mod less crowded)
Type : |
out_group: count &optional &log
|
---|---|
Attributes : |
Openflow flow_mod definition, describing the action to perform.