blob: c11aa89adf2eb196d26fadc3b904b288a73f9f73 [file] [log] [blame]
#version 4
// Here we define the general structures for the OFDPA extensions
// This structure represents an ofdpa experimental action
// See ofdpa_actions for further specifications
struct of_action_ofdpa : of_action_experimenter {
uint16_t type == 65535;
uint16_t len;
uint32_t experimenter == 0x1018;
uint16_t exp_type == ?;
pad(6);
};