Class for handling Ericsson Vendor-defined actions. More...
#include "openflow-interface.h"
Static Public Member Functions | |
static void | Execute (er_action_type type, ofpbuf *buffer, const sw_flow_key *key, const er_action_header *ah) |
Executes the action. More... | |
static bool | IsValidType (er_action_type type) |
static uint16_t | Validate (er_action_type type, size_t len) |
Validates the action on whether its data is valid or not. More... | |
Class for handling Ericsson Vendor-defined actions.
Definition at line 336 of file openflow-interface.h.
|
static |
Executes the action.
type | Type of action to execute. |
buffer | Buffer of the Packet if it's needed for the action. |
key | Matching key for the flow that is tied to this action. |
ah | Action's data header. |
Definition at line 652 of file openflow-interface.cc.
References check-style-clang-format::type.
Referenced by ns3::ofi::ExecuteVendor().
|
static |
type | Type of Ericsson Vendor-defined Action. |
Definition at line 615 of file openflow-interface.cc.
References check-style-clang-format::type.
|
static |
Validates the action on whether its data is valid or not.
type | Type of action to validate. |
len | Length of the action data. |
Definition at line 628 of file openflow-interface.cc.
References check-style-clang-format::type.
Referenced by ns3::ofi::ValidateVendor().